|
15 | 15 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; |
16 | 16 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; |
17 | 17 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; |
| 18 | + AE448AFA94F5EE4C6F82D34B /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7429FD2B0E327DB301198426 /* Pods_RunnerTests.framework */; }; |
| 19 | + CA4C44BC4E9DA22196307E57 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 85A442E18CCE839283889C9F /* Pods_Runner.framework */; }; |
18 | 20 | /* End PBXBuildFile section */ |
19 | 21 |
|
20 | 22 | /* Begin PBXContainerItemProxy section */ |
|
41 | 43 | /* End PBXCopyFilesBuildPhase section */ |
42 | 44 |
|
43 | 45 | /* Begin PBXFileReference section */ |
| 46 | + 06E812E5999E945B889030F8 /* 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>"; }; |
| 47 | + 0A17324262554E5E55CCA44B /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; }; |
44 | 48 | 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; }; |
45 | 49 | 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; }; |
46 | 50 | 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; }; |
47 | 51 | 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
48 | 52 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; }; |
| 53 | + 48167121120C709938587188 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; }; |
| 54 | + 7429FD2B0E327DB301198426 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
49 | 55 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; |
50 | 56 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
51 | 57 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; |
| 58 | + 85A442E18CCE839283889C9F /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
52 | 59 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; }; |
53 | 60 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; }; |
54 | 61 | 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
55 | 62 | 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
56 | 63 | 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
57 | 64 | 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
58 | 65 | 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 66 | + C11D82B0BB7670B05E2D8675 /* 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>"; }; |
| 67 | + C9A6FA750D3EA351DECE21C3 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; }; |
| 68 | + FACC725DD42A9A2DFC1EE3D8 /* 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>"; }; |
59 | 69 | /* End PBXFileReference section */ |
60 | 70 |
|
61 | 71 | /* Begin PBXFrameworksBuildPhase section */ |
|
64 | 74 | buildActionMask = 2147483647; |
65 | 75 | files = ( |
66 | 76 | 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */, |
| 77 | + CA4C44BC4E9DA22196307E57 /* Pods_Runner.framework in Frameworks */, |
| 78 | + ); |
| 79 | + runOnlyForDeploymentPostprocessing = 0; |
| 80 | + }; |
| 81 | + E2F416D069E8F00FEE2E81E8 /* Frameworks */ = { |
| 82 | + isa = PBXFrameworksBuildPhase; |
| 83 | + buildActionMask = 2147483647; |
| 84 | + files = ( |
| 85 | + AE448AFA94F5EE4C6F82D34B /* Pods_RunnerTests.framework in Frameworks */, |
67 | 86 | ); |
68 | 87 | runOnlyForDeploymentPostprocessing = 0; |
69 | 88 | }; |
|
78 | 97 | path = RunnerTests; |
79 | 98 | sourceTree = "<group>"; |
80 | 99 | }; |
| 100 | + 796F049E0C905AAE151E9C45 /* Pods */ = { |
| 101 | + isa = PBXGroup; |
| 102 | + children = ( |
| 103 | + C11D82B0BB7670B05E2D8675 /* Pods-Runner.debug.xcconfig */, |
| 104 | + FACC725DD42A9A2DFC1EE3D8 /* Pods-Runner.release.xcconfig */, |
| 105 | + 06E812E5999E945B889030F8 /* Pods-Runner.profile.xcconfig */, |
| 106 | + 48167121120C709938587188 /* Pods-RunnerTests.debug.xcconfig */, |
| 107 | + C9A6FA750D3EA351DECE21C3 /* Pods-RunnerTests.release.xcconfig */, |
| 108 | + 0A17324262554E5E55CCA44B /* Pods-RunnerTests.profile.xcconfig */, |
| 109 | + ); |
| 110 | + name = Pods; |
| 111 | + path = Pods; |
| 112 | + sourceTree = "<group>"; |
| 113 | + }; |
| 114 | + 80194CFFCE57E023D0D09EC1 /* Frameworks */ = { |
| 115 | + isa = PBXGroup; |
| 116 | + children = ( |
| 117 | + 85A442E18CCE839283889C9F /* Pods_Runner.framework */, |
| 118 | + 7429FD2B0E327DB301198426 /* Pods_RunnerTests.framework */, |
| 119 | + ); |
| 120 | + name = Frameworks; |
| 121 | + sourceTree = "<group>"; |
| 122 | + }; |
81 | 123 | 9740EEB11CF90186004384FC /* Flutter */ = { |
82 | 124 | isa = PBXGroup; |
83 | 125 | children = ( |
|
96 | 138 | 97C146F01CF9000F007C117D /* Runner */, |
97 | 139 | 97C146EF1CF9000F007C117D /* Products */, |
98 | 140 | 331C8082294A63A400263BE5 /* RunnerTests */, |
| 141 | + 796F049E0C905AAE151E9C45 /* Pods */, |
| 142 | + 80194CFFCE57E023D0D09EC1 /* Frameworks */, |
99 | 143 | ); |
100 | 144 | sourceTree = "<group>"; |
101 | 145 | }; |
|
130 | 174 | isa = PBXNativeTarget; |
131 | 175 | buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */; |
132 | 176 | buildPhases = ( |
| 177 | + 7F4F69EE1C5E7DDC060E1581 /* [CP] Check Pods Manifest.lock */, |
133 | 178 | 331C807D294A63A400263BE5 /* Sources */, |
134 | 179 | 331C807F294A63A400263BE5 /* Resources */, |
| 180 | + E2F416D069E8F00FEE2E81E8 /* Frameworks */, |
135 | 181 | ); |
136 | 182 | buildRules = ( |
137 | 183 | ); |
|
147 | 193 | isa = PBXNativeTarget; |
148 | 194 | buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; |
149 | 195 | buildPhases = ( |
| 196 | + 0215B816C99362B4662C41E2 /* [CP] Check Pods Manifest.lock */, |
150 | 197 | 9740EEB61CF901F6004384FC /* Run Script */, |
151 | 198 | 97C146EA1CF9000F007C117D /* Sources */, |
152 | 199 | 97C146EB1CF9000F007C117D /* Frameworks */, |
153 | 200 | 97C146EC1CF9000F007C117D /* Resources */, |
154 | 201 | 9705A1C41CF9048500538489 /* Embed Frameworks */, |
155 | 202 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */, |
| 203 | + EA159B4EA06EF4ECF50C8E6E /* [CP] Embed Pods Frameworks */, |
156 | 204 | ); |
157 | 205 | buildRules = ( |
158 | 206 | ); |
|
196 | 244 | ); |
197 | 245 | mainGroup = 97C146E51CF9000F007C117D; |
198 | 246 | packageReferences = ( |
199 | | - 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */, |
| 247 | + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */, |
200 | 248 | ); |
201 | 249 | productRefGroup = 97C146EF1CF9000F007C117D /* Products */; |
202 | 250 | projectDirPath = ""; |
|
230 | 278 | /* End PBXResourcesBuildPhase section */ |
231 | 279 |
|
232 | 280 | /* Begin PBXShellScriptBuildPhase section */ |
| 281 | + 0215B816C99362B4662C41E2 /* [CP] Check Pods Manifest.lock */ = { |
| 282 | + isa = PBXShellScriptBuildPhase; |
| 283 | + buildActionMask = 2147483647; |
| 284 | + files = ( |
| 285 | + ); |
| 286 | + inputFileListPaths = ( |
| 287 | + ); |
| 288 | + inputPaths = ( |
| 289 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 290 | + "${PODS_ROOT}/Manifest.lock", |
| 291 | + ); |
| 292 | + name = "[CP] Check Pods Manifest.lock"; |
| 293 | + outputFileListPaths = ( |
| 294 | + ); |
| 295 | + outputPaths = ( |
| 296 | + "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt", |
| 297 | + ); |
| 298 | + runOnlyForDeploymentPostprocessing = 0; |
| 299 | + shellPath = /bin/sh; |
| 300 | + 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"; |
| 301 | + showEnvVarsInLog = 0; |
| 302 | + }; |
233 | 303 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { |
234 | 304 | isa = PBXShellScriptBuildPhase; |
235 | 305 | alwaysOutOfDate = 1; |
|
246 | 316 | shellPath = /bin/sh; |
247 | 317 | shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; |
248 | 318 | }; |
| 319 | + 7F4F69EE1C5E7DDC060E1581 /* [CP] Check Pods Manifest.lock */ = { |
| 320 | + isa = PBXShellScriptBuildPhase; |
| 321 | + buildActionMask = 2147483647; |
| 322 | + files = ( |
| 323 | + ); |
| 324 | + inputFileListPaths = ( |
| 325 | + ); |
| 326 | + inputPaths = ( |
| 327 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 328 | + "${PODS_ROOT}/Manifest.lock", |
| 329 | + ); |
| 330 | + name = "[CP] Check Pods Manifest.lock"; |
| 331 | + outputFileListPaths = ( |
| 332 | + ); |
| 333 | + outputPaths = ( |
| 334 | + "$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt", |
| 335 | + ); |
| 336 | + runOnlyForDeploymentPostprocessing = 0; |
| 337 | + shellPath = /bin/sh; |
| 338 | + 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"; |
| 339 | + showEnvVarsInLog = 0; |
| 340 | + }; |
249 | 341 | 9740EEB61CF901F6004384FC /* Run Script */ = { |
250 | 342 | isa = PBXShellScriptBuildPhase; |
251 | 343 | alwaysOutOfDate = 1; |
|
261 | 353 | shellPath = /bin/sh; |
262 | 354 | shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; |
263 | 355 | }; |
| 356 | + EA159B4EA06EF4ECF50C8E6E /* [CP] Embed Pods Frameworks */ = { |
| 357 | + isa = PBXShellScriptBuildPhase; |
| 358 | + buildActionMask = 2147483647; |
| 359 | + files = ( |
| 360 | + ); |
| 361 | + inputFileListPaths = ( |
| 362 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 363 | + ); |
| 364 | + name = "[CP] Embed Pods Frameworks"; |
| 365 | + outputFileListPaths = ( |
| 366 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 367 | + ); |
| 368 | + runOnlyForDeploymentPostprocessing = 0; |
| 369 | + shellPath = /bin/sh; |
| 370 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
| 371 | + showEnvVarsInLog = 0; |
| 372 | + }; |
264 | 373 | /* End PBXShellScriptBuildPhase section */ |
265 | 374 |
|
266 | 375 | /* Begin PBXSourcesBuildPhase section */ |
|
388 | 497 | }; |
389 | 498 | 331C8088294A63A400263BE5 /* Debug */ = { |
390 | 499 | isa = XCBuildConfiguration; |
| 500 | + baseConfigurationReference = 48167121120C709938587188 /* Pods-RunnerTests.debug.xcconfig */; |
391 | 501 | buildSettings = { |
392 | 502 | BUNDLE_LOADER = "$(TEST_HOST)"; |
393 | 503 | CODE_SIGN_STYLE = Automatic; |
|
405 | 515 | }; |
406 | 516 | 331C8089294A63A400263BE5 /* Release */ = { |
407 | 517 | isa = XCBuildConfiguration; |
| 518 | + baseConfigurationReference = C9A6FA750D3EA351DECE21C3 /* Pods-RunnerTests.release.xcconfig */; |
408 | 519 | buildSettings = { |
409 | 520 | BUNDLE_LOADER = "$(TEST_HOST)"; |
410 | 521 | CODE_SIGN_STYLE = Automatic; |
|
420 | 531 | }; |
421 | 532 | 331C808A294A63A400263BE5 /* Profile */ = { |
422 | 533 | isa = XCBuildConfiguration; |
| 534 | + baseConfigurationReference = 0A17324262554E5E55CCA44B /* Pods-RunnerTests.profile.xcconfig */; |
423 | 535 | buildSettings = { |
424 | 536 | BUNDLE_LOADER = "$(TEST_HOST)"; |
425 | 537 | CODE_SIGN_STYLE = Automatic; |
|
627 | 739 | /* End XCConfigurationList section */ |
628 | 740 |
|
629 | 741 | /* Begin XCLocalSwiftPackageReference section */ |
630 | | - 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */ = { |
| 742 | + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = { |
631 | 743 | isa = XCLocalSwiftPackageReference; |
632 | 744 | relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; |
633 | 745 | }; |
|
0 commit comments