|
16 | 16 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; |
17 | 17 | 9F1A45147FD0DBE6CF860034 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8D997B989E7638102ACA728 /* Pods_Runner.framework */; }; |
18 | 18 | CEE01D58FCABD4F31F096C9C /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 178E1D4C2D7566D2808A367F /* Pods_RunnerTests.framework */; }; |
| 19 | + D5D876D937016C95CD7DA06E /* Pods_Runner_RunnerUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA2B5917E1A4F0D7083C424D /* Pods_Runner_RunnerUITests.framework */; }; |
19 | 20 | DB9207632BE7F15900D6B3E1 /* RunnerUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = DB9207622BE7F15900D6B3E1 /* RunnerUITests.m */; }; |
20 | 21 | /* End PBXBuildFile section */ |
21 | 22 |
|
|
75 | 76 | BF066D85124559E6F9EE6EED /* Pods-Runner-RunnerUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner-RunnerUITests.release.xcconfig"; path = "Target Support Files/Pods-Runner-RunnerUITests/Pods-Runner-RunnerUITests.release.xcconfig"; sourceTree = "<group>"; }; |
76 | 77 | D25BBEAC0A481DE6132762CB /* Pods-Runner-RunnerUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner-RunnerUITests.debug.xcconfig"; path = "Target Support Files/Pods-Runner-RunnerUITests/Pods-Runner-RunnerUITests.debug.xcconfig"; sourceTree = "<group>"; }; |
77 | 78 | D8E6F301E12A65460B32AC47 /* 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>"; }; |
| 79 | + DA2B5917E1A4F0D7083C424D /* Pods_Runner_RunnerUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner_RunnerUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
78 | 80 | DB9207602BE7F15900D6B3E1 /* RunnerUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
79 | 81 | DB9207622BE7F15900D6B3E1 /* RunnerUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RunnerUITests.m; sourceTree = "<group>"; }; |
80 | 82 | DD845412D22E33FB3509B498 /* 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>"; }; |
|
101 | 103 | isa = PBXFrameworksBuildPhase; |
102 | 104 | buildActionMask = 2147483647; |
103 | 105 | files = ( |
| 106 | + D5D876D937016C95CD7DA06E /* Pods_Runner_RunnerUITests.framework in Frameworks */, |
104 | 107 | ); |
105 | 108 | runOnlyForDeploymentPostprocessing = 0; |
106 | 109 | }; |
|
112 | 115 | children = ( |
113 | 116 | A8D997B989E7638102ACA728 /* Pods_Runner.framework */, |
114 | 117 | 178E1D4C2D7566D2808A367F /* Pods_RunnerTests.framework */, |
| 118 | + DA2B5917E1A4F0D7083C424D /* Pods_Runner_RunnerUITests.framework */, |
115 | 119 | ); |
116 | 120 | name = Frameworks; |
117 | 121 | sourceTree = "<group>"; |
|
245 | 249 | isa = PBXNativeTarget; |
246 | 250 | buildConfigurationList = DB92076B2BE7F15900D6B3E1 /* Build configuration list for PBXNativeTarget "RunnerUITests" */; |
247 | 251 | buildPhases = ( |
| 252 | + D58CF80278129C9EC8788224 /* [CP] Check Pods Manifest.lock */, |
248 | 253 | DB4BA53B2BE7F2C50075A260 /* xcode_backend build */, |
249 | 254 | DB92075C2BE7F15900D6B3E1 /* Sources */, |
250 | 255 | DB92075D2BE7F15900D6B3E1 /* Frameworks */, |
251 | 256 | DB92075E2BE7F15900D6B3E1 /* Resources */, |
252 | 257 | DB4BA53C2BE7F2ED0075A260 /* xcode_backend embed_and_thin */, |
| 258 | + E5C916FAF6C6382BE76414FE /* [CP] Embed Pods Frameworks */, |
253 | 259 | ); |
254 | 260 | buildRules = ( |
255 | 261 | ); |
|
426 | 432 | 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"; |
427 | 433 | showEnvVarsInLog = 0; |
428 | 434 | }; |
| 435 | + D58CF80278129C9EC8788224 /* [CP] Check Pods Manifest.lock */ = { |
| 436 | + isa = PBXShellScriptBuildPhase; |
| 437 | + buildActionMask = 2147483647; |
| 438 | + files = ( |
| 439 | + ); |
| 440 | + inputFileListPaths = ( |
| 441 | + ); |
| 442 | + inputPaths = ( |
| 443 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 444 | + "${PODS_ROOT}/Manifest.lock", |
| 445 | + ); |
| 446 | + name = "[CP] Check Pods Manifest.lock"; |
| 447 | + outputFileListPaths = ( |
| 448 | + ); |
| 449 | + outputPaths = ( |
| 450 | + "$(DERIVED_FILE_DIR)/Pods-Runner-RunnerUITests-checkManifestLockResult.txt", |
| 451 | + ); |
| 452 | + runOnlyForDeploymentPostprocessing = 0; |
| 453 | + shellPath = /bin/sh; |
| 454 | + 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"; |
| 455 | + showEnvVarsInLog = 0; |
| 456 | + }; |
429 | 457 | DB4BA53B2BE7F2C50075A260 /* xcode_backend build */ = { |
430 | 458 | isa = PBXShellScriptBuildPhase; |
431 | 459 | buildActionMask = 2147483647; |
|
462 | 490 | shellPath = /bin/sh; |
463 | 491 | shellScript = "# https://patrol.leancode.co/getting-started\n/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin\n"; |
464 | 492 | }; |
| 493 | + E5C916FAF6C6382BE76414FE /* [CP] Embed Pods Frameworks */ = { |
| 494 | + isa = PBXShellScriptBuildPhase; |
| 495 | + buildActionMask = 2147483647; |
| 496 | + files = ( |
| 497 | + ); |
| 498 | + inputFileListPaths = ( |
| 499 | + "${PODS_ROOT}/Target Support Files/Pods-Runner-RunnerUITests/Pods-Runner-RunnerUITests-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 500 | + ); |
| 501 | + name = "[CP] Embed Pods Frameworks"; |
| 502 | + outputFileListPaths = ( |
| 503 | + "${PODS_ROOT}/Target Support Files/Pods-Runner-RunnerUITests/Pods-Runner-RunnerUITests-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 504 | + ); |
| 505 | + runOnlyForDeploymentPostprocessing = 0; |
| 506 | + shellPath = /bin/sh; |
| 507 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner-RunnerUITests/Pods-Runner-RunnerUITests-frameworks.sh\"\n"; |
| 508 | + showEnvVarsInLog = 0; |
| 509 | + }; |
465 | 510 | /* End PBXShellScriptBuildPhase section */ |
466 | 511 |
|
467 | 512 | /* Begin PBXSourcesBuildPhase section */ |
|
0 commit comments