|
11 | 11 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
12 | 12 | 3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
|
13 | 13 | 3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
| 14 | + 5D99EAF924A099AE7EB3F1F7 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 46D279177883FB918750F2AC /* Pods_Runner.framework */; }; |
14 | 15 | 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
15 | 16 | 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
|
16 | 17 | 9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
40 | 41 | 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
41 | 42 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
42 | 43 | 3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
|
| 44 | + 46D279177883FB918750F2AC /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
43 | 45 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
44 | 46 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
45 | 47 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
|
60 | 62 | files = (
|
61 | 63 | 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */,
|
62 | 64 | 3B80C3941E831B6300D905FE /* App.framework in Frameworks */,
|
| 65 | + 5D99EAF924A099AE7EB3F1F7 /* Pods_Runner.framework in Frameworks */, |
63 | 66 | );
|
64 | 67 | runOnlyForDeploymentPostprocessing = 0;
|
65 | 68 | };
|
66 | 69 | /* End PBXFrameworksBuildPhase section */
|
67 | 70 |
|
68 | 71 | /* Begin PBXGroup section */
|
| 72 | + 33731406BF60D39AEA12E08D /* Pods */ = { |
| 73 | + isa = PBXGroup; |
| 74 | + children = ( |
| 75 | + ); |
| 76 | + name = Pods; |
| 77 | + sourceTree = "<group>"; |
| 78 | + }; |
| 79 | + 59B90CDCA917A7ED60BAC3FF /* Frameworks */ = { |
| 80 | + isa = PBXGroup; |
| 81 | + children = ( |
| 82 | + 46D279177883FB918750F2AC /* Pods_Runner.framework */, |
| 83 | + ); |
| 84 | + name = Frameworks; |
| 85 | + sourceTree = "<group>"; |
| 86 | + }; |
69 | 87 | 9740EEB11CF90186004384FC /* Flutter */ = {
|
70 | 88 | isa = PBXGroup;
|
71 | 89 | children = (
|
|
85 | 103 | 9740EEB11CF90186004384FC /* Flutter */,
|
86 | 104 | 97C146F01CF9000F007C117D /* Runner */,
|
87 | 105 | 97C146EF1CF9000F007C117D /* Products */,
|
| 106 | + 33731406BF60D39AEA12E08D /* Pods */, |
| 107 | + 59B90CDCA917A7ED60BAC3FF /* Frameworks */, |
88 | 108 | );
|
89 | 109 | sourceTree = "<group>";
|
90 | 110 | };
|
|
126 | 146 | isa = PBXNativeTarget;
|
127 | 147 | buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
128 | 148 | buildPhases = (
|
| 149 | + BB325DC7CFE43DB87E09A6F2 /* [CP] Check Pods Manifest.lock */, |
129 | 150 | 9740EEB61CF901F6004384FC /* Run Script */,
|
130 | 151 | 97C146EA1CF9000F007C117D /* Sources */,
|
131 | 152 | 97C146EB1CF9000F007C117D /* Frameworks */,
|
132 | 153 | 97C146EC1CF9000F007C117D /* Resources */,
|
133 | 154 | 9705A1C41CF9048500538489 /* Embed Frameworks */,
|
134 | 155 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
|
| 156 | + 084F5E2E510A18846283457A /* [CP] Embed Pods Frameworks */, |
135 | 157 | );
|
136 | 158 | buildRules = (
|
137 | 159 | );
|
|
191 | 213 | /* End PBXResourcesBuildPhase section */
|
192 | 214 |
|
193 | 215 | /* Begin PBXShellScriptBuildPhase section */
|
| 216 | + 084F5E2E510A18846283457A /* [CP] Embed Pods Frameworks */ = { |
| 217 | + isa = PBXShellScriptBuildPhase; |
| 218 | + buildActionMask = 2147483647; |
| 219 | + files = ( |
| 220 | + ); |
| 221 | + inputFileListPaths = ( |
| 222 | + ); |
| 223 | + inputPaths = ( |
| 224 | + "${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", |
| 225 | + "${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework", |
| 226 | + "${BUILT_PRODUCTS_DIR}/url_launcher/url_launcher.framework", |
| 227 | + ); |
| 228 | + name = "[CP] Embed Pods Frameworks"; |
| 229 | + outputFileListPaths = ( |
| 230 | + ); |
| 231 | + outputPaths = ( |
| 232 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework", |
| 233 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/url_launcher.framework", |
| 234 | + ); |
| 235 | + runOnlyForDeploymentPostprocessing = 0; |
| 236 | + shellPath = /bin/sh; |
| 237 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
| 238 | + showEnvVarsInLog = 0; |
| 239 | + }; |
194 | 240 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
195 | 241 | isa = PBXShellScriptBuildPhase;
|
196 | 242 | buildActionMask = 2147483647;
|
|
219 | 265 | shellPath = /bin/sh;
|
220 | 266 | shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
|
221 | 267 | };
|
| 268 | + BB325DC7CFE43DB87E09A6F2 /* [CP] Check Pods Manifest.lock */ = { |
| 269 | + isa = PBXShellScriptBuildPhase; |
| 270 | + buildActionMask = 2147483647; |
| 271 | + files = ( |
| 272 | + ); |
| 273 | + inputFileListPaths = ( |
| 274 | + ); |
| 275 | + inputPaths = ( |
| 276 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 277 | + "${PODS_ROOT}/Manifest.lock", |
| 278 | + ); |
| 279 | + name = "[CP] Check Pods Manifest.lock"; |
| 280 | + outputFileListPaths = ( |
| 281 | + ); |
| 282 | + outputPaths = ( |
| 283 | + "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt", |
| 284 | + ); |
| 285 | + runOnlyForDeploymentPostprocessing = 0; |
| 286 | + shellPath = /bin/sh; |
| 287 | + 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"; |
| 288 | + showEnvVarsInLog = 0; |
| 289 | + }; |
222 | 290 | /* End PBXShellScriptBuildPhase section */
|
223 | 291 |
|
224 | 292 | /* Begin PBXSourcesBuildPhase section */
|
|
509 | 577 | defaultConfigurationName = Release;
|
510 | 578 | };
|
511 | 579 | /* End XCConfigurationList section */
|
512 |
| - |
513 | 580 | };
|
514 | 581 | rootObject = 97C146E61CF9000F007C117D /* Project object */;
|
515 | 582 | }
|
0 commit comments