0523E7645C49429140A87BC8/* libPods-Runner.a in Frameworks */={isa=PBXBuildFile;fileRef=F32CCBF52B4BC64C019A584D/* libPods-Runner.a */;};
741F496221355F47001E2961/* Flutter.framework in Embed Frameworks */={isa=PBXBuildFile;fileRef=741F495E21355F27001E2961/* Flutter.framework */;settings={ATTRIBUTES=(CodeSignOnCopy,RemoveHeadersOnCopy,);};};
741F496821356857001E2961/* App.framework in Embed Frameworks */={isa=PBXBuildFile;fileRef=741F496521356807001E2961/* App.framework */;settings={ATTRIBUTES=(CodeSignOnCopy,RemoveHeadersOnCopy,);};};
74974048213559DB008C567A/* Release.xcconfig in Resources */={isa=PBXBuildFile;fileRef=74974046213559DB008C567A/* Release.xcconfig */;};
...
...
@@ -35,6 +36,8 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
2C9B1AB557CD5CBC16164957/* Pods-Runner.profile.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-Runner.profile.xcconfig";path="Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig";sourceTree="<group>";};
441FD4625C7D0900F05C9A58/* Pods-Runner.release.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-Runner.release.xcconfig";path="Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig";sourceTree="<group>";};
97C147001CF9000F007C117D/* Base */={isa=PBXFileReference;lastKnownFileType=file.storyboard;name=Base;path=Base.lproj/LaunchScreen.storyboard;sourceTree="<group>";};
F99355DD7889C1520E1503E4/* Pods-Runner.debug.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-Runner.debug.xcconfig";path="Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig";sourceTree="<group>";};
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
...
...
@@ -56,12 +61,21 @@
isa=PBXFrameworksBuildPhase;
buildActionMask=2147483647;
files=(
0523E7645C49429140A87BC8/* libPods-Runner.a in Frameworks */,
shellScript="diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";