|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
|
11 | 11 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
| 12 | + 5C4E4A9529FB495628BE0A52 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A0BAD2471F7AF3D972CCF011 /* Pods_Runner.framework */; }; |
12 | 13 | 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
13 | 14 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
14 | 15 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
|
31 | 32 | /* Begin PBXFileReference section */
|
32 | 33 | 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
33 | 34 | 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
| 35 | + 27949AAD2E3A6380BC558800 /* 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>"; }; |
34 | 36 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
| 37 | + 4988A1024EE7D9A2BEDA6B48 /* 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>"; }; |
35 | 38 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
36 | 39 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
37 | 40 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
|
42 | 45 | 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
43 | 46 | 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
44 | 47 | 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 48 | + A0BAD2471F7AF3D972CCF011 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 49 | + A688FEF12B6E7D1C0A9D77C7 /* 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>"; }; |
45 | 50 | /* End PBXFileReference section */
|
46 | 51 |
|
47 | 52 | /* Begin PBXFrameworksBuildPhase section */
|
48 | 53 | 97C146EB1CF9000F007C117D /* Frameworks */ = {
|
49 | 54 | isa = PBXFrameworksBuildPhase;
|
50 | 55 | buildActionMask = 2147483647;
|
51 | 56 | files = (
|
| 57 | + 5C4E4A9529FB495628BE0A52 /* Pods_Runner.framework in Frameworks */, |
52 | 58 | );
|
53 | 59 | runOnlyForDeploymentPostprocessing = 0;
|
54 | 60 | };
|
55 | 61 | /* End PBXFrameworksBuildPhase section */
|
56 | 62 |
|
57 | 63 | /* Begin PBXGroup section */
|
| 64 | + 87A09D3CC200B8B1F5C7DBA4 /* Frameworks */ = { |
| 65 | + isa = PBXGroup; |
| 66 | + children = ( |
| 67 | + A0BAD2471F7AF3D972CCF011 /* Pods_Runner.framework */, |
| 68 | + ); |
| 69 | + name = Frameworks; |
| 70 | + sourceTree = "<group>"; |
| 71 | + }; |
58 | 72 | 9740EEB11CF90186004384FC /* Flutter */ = {
|
59 | 73 | isa = PBXGroup;
|
60 | 74 | children = (
|
|
72 | 86 | 9740EEB11CF90186004384FC /* Flutter */,
|
73 | 87 | 97C146F01CF9000F007C117D /* Runner */,
|
74 | 88 | 97C146EF1CF9000F007C117D /* Products */,
|
| 89 | + CA5D4F72E797B7877C3D8BC8 /* Pods */, |
| 90 | + 87A09D3CC200B8B1F5C7DBA4 /* Frameworks */, |
75 | 91 | );
|
76 | 92 | sourceTree = "<group>";
|
77 | 93 | };
|
|
106 | 122 | name = "Supporting Files";
|
107 | 123 | sourceTree = "<group>";
|
108 | 124 | };
|
| 125 | + CA5D4F72E797B7877C3D8BC8 /* Pods */ = { |
| 126 | + isa = PBXGroup; |
| 127 | + children = ( |
| 128 | + A688FEF12B6E7D1C0A9D77C7 /* Pods-Runner.debug.xcconfig */, |
| 129 | + 4988A1024EE7D9A2BEDA6B48 /* Pods-Runner.release.xcconfig */, |
| 130 | + 27949AAD2E3A6380BC558800 /* Pods-Runner.profile.xcconfig */, |
| 131 | + ); |
| 132 | + name = Pods; |
| 133 | + path = Pods; |
| 134 | + sourceTree = "<group>"; |
| 135 | + }; |
109 | 136 | /* End PBXGroup section */
|
110 | 137 |
|
111 | 138 | /* Begin PBXNativeTarget section */
|
112 | 139 | 97C146ED1CF9000F007C117D /* Runner */ = {
|
113 | 140 | isa = PBXNativeTarget;
|
114 | 141 | buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
115 | 142 | buildPhases = (
|
| 143 | + F121F1FBDC83888888124946 /* [CP] Check Pods Manifest.lock */, |
116 | 144 | 9740EEB61CF901F6004384FC /* Run Script */,
|
117 | 145 | 97C146EA1CF9000F007C117D /* Sources */,
|
118 | 146 | 97C146EB1CF9000F007C117D /* Frameworks */,
|
119 | 147 | 97C146EC1CF9000F007C117D /* Resources */,
|
120 | 148 | 9705A1C41CF9048500538489 /* Embed Frameworks */,
|
121 | 149 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
|
| 150 | + 19C664C09B692F9E83446F14 /* [CP] Embed Pods Frameworks */, |
122 | 151 | );
|
123 | 152 | buildRules = (
|
124 | 153 | );
|
|
177 | 206 | /* End PBXResourcesBuildPhase section */
|
178 | 207 |
|
179 | 208 | /* Begin PBXShellScriptBuildPhase section */
|
| 209 | + 19C664C09B692F9E83446F14 /* [CP] Embed Pods Frameworks */ = { |
| 210 | + isa = PBXShellScriptBuildPhase; |
| 211 | + buildActionMask = 2147483647; |
| 212 | + files = ( |
| 213 | + ); |
| 214 | + inputPaths = ( |
| 215 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", |
| 216 | + "${BUILT_PRODUCTS_DIR}/integration_test/integration_test.framework", |
| 217 | + ); |
| 218 | + name = "[CP] Embed Pods Frameworks"; |
| 219 | + outputPaths = ( |
| 220 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/integration_test.framework", |
| 221 | + ); |
| 222 | + runOnlyForDeploymentPostprocessing = 0; |
| 223 | + shellPath = /bin/sh; |
| 224 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
| 225 | + showEnvVarsInLog = 0; |
| 226 | + }; |
180 | 227 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
181 | 228 | isa = PBXShellScriptBuildPhase;
|
182 | 229 | buildActionMask = 2147483647;
|
|
205 | 252 | shellPath = /bin/sh;
|
206 | 253 | shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
|
207 | 254 | };
|
| 255 | + F121F1FBDC83888888124946 /* [CP] Check Pods Manifest.lock */ = { |
| 256 | + isa = PBXShellScriptBuildPhase; |
| 257 | + buildActionMask = 2147483647; |
| 258 | + files = ( |
| 259 | + ); |
| 260 | + inputFileListPaths = ( |
| 261 | + ); |
| 262 | + inputPaths = ( |
| 263 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 264 | + "${PODS_ROOT}/Manifest.lock", |
| 265 | + ); |
| 266 | + name = "[CP] Check Pods Manifest.lock"; |
| 267 | + outputFileListPaths = ( |
| 268 | + ); |
| 269 | + outputPaths = ( |
| 270 | + "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt", |
| 271 | + ); |
| 272 | + runOnlyForDeploymentPostprocessing = 0; |
| 273 | + shellPath = /bin/sh; |
| 274 | + 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"; |
| 275 | + showEnvVarsInLog = 0; |
| 276 | + }; |
208 | 277 | /* End PBXShellScriptBuildPhase section */
|
209 | 278 |
|
210 | 279 | /* Begin PBXSourcesBuildPhase section */
|
|
241 | 310 | /* Begin XCBuildConfiguration section */
|
242 | 311 | 249021D3217E4FDB00AE95B9 /* Profile */ = {
|
243 | 312 | isa = XCBuildConfiguration;
|
244 |
| - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; |
245 | 313 | buildSettings = {
|
246 | 314 | ALWAYS_SEARCH_USER_PATHS = NO;
|
247 | 315 | CLANG_ANALYZER_NONNULL = YES;
|
|
281 | 349 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
282 | 350 | GCC_WARN_UNUSED_FUNCTION = YES;
|
283 | 351 | GCC_WARN_UNUSED_VARIABLE = YES;
|
284 |
| - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 352 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
285 | 353 | MTL_ENABLE_DEBUG_INFO = NO;
|
286 | 354 | SDKROOT = iphoneos;
|
287 | 355 | SUPPORTED_PLATFORMS = iphoneos;
|
|
318 | 386 | };
|
319 | 387 | 97C147031CF9000F007C117D /* Debug */ = {
|
320 | 388 | isa = XCBuildConfiguration;
|
321 |
| - baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; |
322 | 389 | buildSettings = {
|
323 | 390 | ALWAYS_SEARCH_USER_PATHS = NO;
|
324 | 391 | CLANG_ANALYZER_NONNULL = YES;
|
|
364 | 431 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
365 | 432 | GCC_WARN_UNUSED_FUNCTION = YES;
|
366 | 433 | GCC_WARN_UNUSED_VARIABLE = YES;
|
367 |
| - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 434 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
368 | 435 | MTL_ENABLE_DEBUG_INFO = YES;
|
369 | 436 | ONLY_ACTIVE_ARCH = YES;
|
370 | 437 | SDKROOT = iphoneos;
|
|
374 | 441 | };
|
375 | 442 | 97C147041CF9000F007C117D /* Release */ = {
|
376 | 443 | isa = XCBuildConfiguration;
|
377 |
| - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; |
378 | 444 | buildSettings = {
|
379 | 445 | ALWAYS_SEARCH_USER_PATHS = NO;
|
380 | 446 | CLANG_ANALYZER_NONNULL = YES;
|
|
414 | 480 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
415 | 481 | GCC_WARN_UNUSED_FUNCTION = YES;
|
416 | 482 | GCC_WARN_UNUSED_VARIABLE = YES;
|
417 |
| - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 483 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
418 | 484 | MTL_ENABLE_DEBUG_INFO = NO;
|
419 | 485 | SDKROOT = iphoneos;
|
420 | 486 | SUPPORTED_PLATFORMS = iphoneos;
|
|
0 commit comments