|
10 | 10 | 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
|
11 | 11 | 3368472729F02D040090029A /* Messages.g.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3368472629F02D040090029A /* Messages.g.swift */; };
|
12 | 12 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
| 13 | + 3EE8794C275F32088AD591EB /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A650BDD6F68BD8FFBF3F1780 /* Pods_Runner.framework */; }; |
13 | 14 | 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
| 15 | + 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; }; |
14 | 16 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
15 | 17 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
16 | 18 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
|
32 | 34 | /* Begin PBXFileReference section */
|
33 | 35 | 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
34 | 36 | 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
| 37 | + 27CAC22A75533A4A7E343992 /* 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 | 3368472629F02D040090029A /* Messages.g.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Messages.g.swift; sourceTree = "<group>"; };
|
36 | 39 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
37 | 40 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
44 | 47 | 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
45 | 48 | 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
46 | 49 | 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 50 | + A650BDD6F68BD8FFBF3F1780 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 51 | + AE98FBE14AEFBBA591D3392B /* 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>"; }; |
| 52 | + C9FCCD56B6FEFE59650B7D41 /* 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 | 53 | /* End PBXFileReference section */
|
48 | 54 |
|
49 | 55 | /* Begin PBXFrameworksBuildPhase section */
|
50 | 56 | 97C146EB1CF9000F007C117D /* Frameworks */ = {
|
51 | 57 | isa = PBXFrameworksBuildPhase;
|
52 | 58 | buildActionMask = 2147483647;
|
53 | 59 | files = (
|
| 60 | + 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */, |
| 61 | + 3EE8794C275F32088AD591EB /* Pods_Runner.framework in Frameworks */, |
54 | 62 | );
|
55 | 63 | runOnlyForDeploymentPostprocessing = 0;
|
56 | 64 | };
|
57 | 65 | /* End PBXFrameworksBuildPhase section */
|
58 | 66 |
|
59 | 67 | /* Begin PBXGroup section */
|
| 68 | + 2DE1FB11A4049DEDD8609D3D /* Frameworks */ = { |
| 69 | + isa = PBXGroup; |
| 70 | + children = ( |
| 71 | + A650BDD6F68BD8FFBF3F1780 /* Pods_Runner.framework */, |
| 72 | + ); |
| 73 | + name = Frameworks; |
| 74 | + sourceTree = "<group>"; |
| 75 | + }; |
| 76 | + 5AC2660E9756DE131CECB642 /* Pods */ = { |
| 77 | + isa = PBXGroup; |
| 78 | + children = ( |
| 79 | + AE98FBE14AEFBBA591D3392B /* Pods-Runner.debug.xcconfig */, |
| 80 | + 27CAC22A75533A4A7E343992 /* Pods-Runner.release.xcconfig */, |
| 81 | + C9FCCD56B6FEFE59650B7D41 /* Pods-Runner.profile.xcconfig */, |
| 82 | + ); |
| 83 | + name = Pods; |
| 84 | + path = Pods; |
| 85 | + sourceTree = "<group>"; |
| 86 | + }; |
60 | 87 | 9740EEB11CF90186004384FC /* Flutter */ = {
|
61 | 88 | isa = PBXGroup;
|
62 | 89 | children = (
|
|
74 | 101 | 9740EEB11CF90186004384FC /* Flutter */,
|
75 | 102 | 97C146F01CF9000F007C117D /* Runner */,
|
76 | 103 | 97C146EF1CF9000F007C117D /* Products */,
|
| 104 | + 5AC2660E9756DE131CECB642 /* Pods */, |
| 105 | + 2DE1FB11A4049DEDD8609D3D /* Frameworks */, |
77 | 106 | );
|
78 | 107 | sourceTree = "<group>";
|
79 | 108 | };
|
|
108 | 137 | isa = PBXNativeTarget;
|
109 | 138 | buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
110 | 139 | buildPhases = (
|
| 140 | + 11874A3E3724772837B0A747 /* [CP] Check Pods Manifest.lock */, |
111 | 141 | 9740EEB61CF901F6004384FC /* Run Script */,
|
112 | 142 | 97C146EA1CF9000F007C117D /* Sources */,
|
113 | 143 | 97C146EB1CF9000F007C117D /* Frameworks */,
|
|
120 | 150 | dependencies = (
|
121 | 151 | );
|
122 | 152 | name = Runner;
|
| 153 | + packageProductDependencies = ( |
| 154 | + 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */, |
| 155 | + ); |
123 | 156 | productName = Runner;
|
124 | 157 | productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
|
125 | 158 | productType = "com.apple.product-type.application";
|
|
130 | 163 | 97C146E61CF9000F007C117D /* Project object */ = {
|
131 | 164 | isa = PBXProject;
|
132 | 165 | attributes = {
|
133 |
| - LastUpgradeCheck = 1300; |
| 166 | + LastUpgradeCheck = 1510; |
134 | 167 | ORGANIZATIONNAME = "";
|
135 | 168 | TargetAttributes = {
|
136 | 169 | 97C146ED1CF9000F007C117D = {
|
|
148 | 181 | Base,
|
149 | 182 | );
|
150 | 183 | mainGroup = 97C146E51CF9000F007C117D;
|
| 184 | + packageReferences = ( |
| 185 | + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */, |
| 186 | + ); |
151 | 187 | productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
|
152 | 188 | projectDirPath = "";
|
153 | 189 | projectRoot = "";
|
|
172 | 208 | /* End PBXResourcesBuildPhase section */
|
173 | 209 |
|
174 | 210 | /* Begin PBXShellScriptBuildPhase section */
|
| 211 | + 11874A3E3724772837B0A747 /* [CP] Check Pods Manifest.lock */ = { |
| 212 | + isa = PBXShellScriptBuildPhase; |
| 213 | + buildActionMask = 2147483647; |
| 214 | + files = ( |
| 215 | + ); |
| 216 | + inputFileListPaths = ( |
| 217 | + ); |
| 218 | + inputPaths = ( |
| 219 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 220 | + "${PODS_ROOT}/Manifest.lock", |
| 221 | + ); |
| 222 | + name = "[CP] Check Pods Manifest.lock"; |
| 223 | + outputFileListPaths = ( |
| 224 | + ); |
| 225 | + outputPaths = ( |
| 226 | + "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt", |
| 227 | + ); |
| 228 | + runOnlyForDeploymentPostprocessing = 0; |
| 229 | + shellPath = /bin/sh; |
| 230 | + 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"; |
| 231 | + showEnvVarsInLog = 0; |
| 232 | + }; |
175 | 233 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
176 | 234 | isa = PBXShellScriptBuildPhase;
|
177 | 235 | alwaysOutOfDate = 1;
|
|
279 | 337 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
280 | 338 | GCC_WARN_UNUSED_FUNCTION = YES;
|
281 | 339 | GCC_WARN_UNUSED_VARIABLE = YES;
|
282 |
| - IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 340 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
283 | 341 | MTL_ENABLE_DEBUG_INFO = NO;
|
284 | 342 | SDKROOT = iphoneos;
|
285 | 343 | SUPPORTED_PLATFORMS = iphoneos;
|
|
356 | 414 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
357 | 415 | GCC_WARN_UNUSED_FUNCTION = YES;
|
358 | 416 | GCC_WARN_UNUSED_VARIABLE = YES;
|
359 |
| - IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 417 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
360 | 418 | MTL_ENABLE_DEBUG_INFO = YES;
|
361 | 419 | ONLY_ACTIVE_ARCH = YES;
|
362 | 420 | SDKROOT = iphoneos;
|
|
405 | 463 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
406 | 464 | GCC_WARN_UNUSED_FUNCTION = YES;
|
407 | 465 | GCC_WARN_UNUSED_VARIABLE = YES;
|
408 |
| - IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 466 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
409 | 467 | MTL_ENABLE_DEBUG_INFO = NO;
|
410 | 468 | SDKROOT = iphoneos;
|
411 | 469 | SUPPORTED_PLATFORMS = iphoneos;
|
|
483 | 541 | defaultConfigurationName = Release;
|
484 | 542 | };
|
485 | 543 | /* End XCConfigurationList section */
|
| 544 | + |
| 545 | +/* Begin XCLocalSwiftPackageReference section */ |
| 546 | + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = { |
| 547 | + isa = XCLocalSwiftPackageReference; |
| 548 | + relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; |
| 549 | + }; |
| 550 | +/* End XCLocalSwiftPackageReference section */ |
| 551 | + |
| 552 | +/* Begin XCSwiftPackageProductDependency section */ |
| 553 | + 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */ = { |
| 554 | + isa = XCSwiftPackageProductDependency; |
| 555 | + productName = FlutterGeneratedPluginSwiftPackage; |
| 556 | + }; |
| 557 | +/* End XCSwiftPackageProductDependency section */ |
486 | 558 | };
|
487 | 559 | rootObject = 97C146E61CF9000F007C117D /* Project object */;
|
488 | 560 | }
|
0 commit comments