|
14 | 14 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
15 | 15 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
16 | 16 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
| 17 | + DBD69ACC5CC460CA051D29E5 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C00575E57111313065C9F9B /* Pods_Runner.framework */; }; |
17 | 18 | /* End PBXBuildFile section */
|
18 | 19 |
|
19 | 20 | /* Begin PBXContainerItemProxy section */
|
|
45 | 46 | 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
|
46 | 47 | 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
47 | 48 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
| 49 | + 4E85868E43666D91678AA906 /* 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>"; }; |
48 | 50 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
49 | 51 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
50 | 52 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
| 53 | + 8C00575E57111313065C9F9B /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
51 | 54 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
|
52 | 55 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
|
53 | 56 | 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
54 | 57 | 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
55 | 58 | 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
56 | 59 | 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
57 | 60 | 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 61 | + C77E02D8A7E5743EE4395169 /* 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>"; }; |
| 62 | + DB04B01663E9E9EC2B4EF6FF /* 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>"; }; |
58 | 63 | /* End PBXFileReference section */
|
59 | 64 |
|
60 | 65 | /* Begin PBXFrameworksBuildPhase section */
|
61 | 66 | 97C146EB1CF9000F007C117D /* Frameworks */ = {
|
62 | 67 | isa = PBXFrameworksBuildPhase;
|
63 | 68 | buildActionMask = 2147483647;
|
64 | 69 | files = (
|
| 70 | + DBD69ACC5CC460CA051D29E5 /* Pods_Runner.framework in Frameworks */, |
65 | 71 | );
|
66 | 72 | runOnlyForDeploymentPostprocessing = 0;
|
67 | 73 | };
|
68 | 74 | /* End PBXFrameworksBuildPhase section */
|
69 | 75 |
|
70 | 76 | /* Begin PBXGroup section */
|
| 77 | + 0D3E478BAA88EA793F9EFF9B /* Pods */ = { |
| 78 | + isa = PBXGroup; |
| 79 | + children = ( |
| 80 | + C77E02D8A7E5743EE4395169 /* Pods-Runner.debug.xcconfig */, |
| 81 | + 4E85868E43666D91678AA906 /* Pods-Runner.release.xcconfig */, |
| 82 | + DB04B01663E9E9EC2B4EF6FF /* Pods-Runner.profile.xcconfig */, |
| 83 | + ); |
| 84 | + name = Pods; |
| 85 | + path = Pods; |
| 86 | + sourceTree = "<group>"; |
| 87 | + }; |
71 | 88 | 331C8082294A63A400263BE5 /* RunnerTests */ = {
|
72 | 89 | isa = PBXGroup;
|
73 | 90 | children = (
|
|
94 | 111 | 97C146F01CF9000F007C117D /* Runner */,
|
95 | 112 | 97C146EF1CF9000F007C117D /* Products */,
|
96 | 113 | 331C8082294A63A400263BE5 /* RunnerTests */,
|
| 114 | + 0D3E478BAA88EA793F9EFF9B /* Pods */, |
| 115 | + 9CD7D48BCEEB070AFC1263A2 /* Frameworks */, |
97 | 116 | );
|
98 | 117 | sourceTree = "<group>";
|
99 | 118 | };
|
|
121 | 140 | path = Runner;
|
122 | 141 | sourceTree = "<group>";
|
123 | 142 | };
|
| 143 | + 9CD7D48BCEEB070AFC1263A2 /* Frameworks */ = { |
| 144 | + isa = PBXGroup; |
| 145 | + children = ( |
| 146 | + 8C00575E57111313065C9F9B /* Pods_Runner.framework */, |
| 147 | + ); |
| 148 | + name = Frameworks; |
| 149 | + sourceTree = "<group>"; |
| 150 | + }; |
124 | 151 | /* End PBXGroup section */
|
125 | 152 |
|
126 | 153 | /* Begin PBXNativeTarget section */
|
|
145 | 172 | isa = PBXNativeTarget;
|
146 | 173 | buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
147 | 174 | buildPhases = (
|
| 175 | + 60E42B1B857F2D5CEDD1379F /* [CP] Check Pods Manifest.lock */, |
148 | 176 | 9740EEB61CF901F6004384FC /* Run Script */,
|
149 | 177 | 97C146EA1CF9000F007C117D /* Sources */,
|
150 | 178 | 97C146EB1CF9000F007C117D /* Frameworks */,
|
151 | 179 | 97C146EC1CF9000F007C117D /* Resources */,
|
152 | 180 | 9705A1C41CF9048500538489 /* Embed Frameworks */,
|
153 | 181 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
|
| 182 | + E7ED4D797A3AECC834B9126D /* [CP] Embed Pods Frameworks */, |
154 | 183 | );
|
155 | 184 | buildRules = (
|
156 | 185 | );
|
|
238 | 267 | shellPath = /bin/sh;
|
239 | 268 | shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
|
240 | 269 | };
|
| 270 | + 60E42B1B857F2D5CEDD1379F /* [CP] Check Pods Manifest.lock */ = { |
| 271 | + isa = PBXShellScriptBuildPhase; |
| 272 | + buildActionMask = 2147483647; |
| 273 | + files = ( |
| 274 | + ); |
| 275 | + inputFileListPaths = ( |
| 276 | + ); |
| 277 | + inputPaths = ( |
| 278 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 279 | + "${PODS_ROOT}/Manifest.lock", |
| 280 | + ); |
| 281 | + name = "[CP] Check Pods Manifest.lock"; |
| 282 | + outputFileListPaths = ( |
| 283 | + ); |
| 284 | + outputPaths = ( |
| 285 | + "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt", |
| 286 | + ); |
| 287 | + runOnlyForDeploymentPostprocessing = 0; |
| 288 | + shellPath = /bin/sh; |
| 289 | + 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"; |
| 290 | + showEnvVarsInLog = 0; |
| 291 | + }; |
241 | 292 | 9740EEB61CF901F6004384FC /* Run Script */ = {
|
242 | 293 | isa = PBXShellScriptBuildPhase;
|
243 | 294 | alwaysOutOfDate = 1;
|
|
253 | 304 | shellPath = /bin/sh;
|
254 | 305 | shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
|
255 | 306 | };
|
| 307 | + E7ED4D797A3AECC834B9126D /* [CP] Embed Pods Frameworks */ = { |
| 308 | + isa = PBXShellScriptBuildPhase; |
| 309 | + buildActionMask = 2147483647; |
| 310 | + files = ( |
| 311 | + ); |
| 312 | + inputFileListPaths = ( |
| 313 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 314 | + ); |
| 315 | + name = "[CP] Embed Pods Frameworks"; |
| 316 | + outputFileListPaths = ( |
| 317 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 318 | + ); |
| 319 | + runOnlyForDeploymentPostprocessing = 0; |
| 320 | + shellPath = /bin/sh; |
| 321 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
| 322 | + showEnvVarsInLog = 0; |
| 323 | + }; |
256 | 324 | /* End PBXShellScriptBuildPhase section */
|
257 | 325 |
|
258 | 326 | /* Begin PBXSourcesBuildPhase section */
|
|
0 commit comments