|
12 | 12 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; |
13 | 13 | 7411BCAC1905F0C3FAB7736D /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D6E6EC55A91BC77107D1BF6 /* Pods_RunnerTests.framework */; }; |
14 | 14 | 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; |
| 15 | + 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; }; |
15 | 16 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; |
16 | 17 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; |
17 | 18 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; |
|
54 | 55 | 6887FACC91A099744C4FBA44 /* 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>"; }; |
55 | 56 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; |
56 | 57 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 58 | + 78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterGeneratedPluginSwiftPackage; path = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; sourceTree = "<group>"; }; |
57 | 59 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; |
58 | 60 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; }; |
59 | 61 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; }; |
|
72 | 74 | isa = PBXFrameworksBuildPhase; |
73 | 75 | buildActionMask = 2147483647; |
74 | 76 | files = ( |
| 77 | + 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */, |
75 | 78 | DB29E3C32F13FD638E5A0D7A /* Pods_Runner.framework in Frameworks */, |
76 | 79 | ); |
77 | 80 | runOnlyForDeploymentPostprocessing = 0; |
|
120 | 123 | 9740EEB11CF90186004384FC /* Flutter */ = { |
121 | 124 | isa = PBXGroup; |
122 | 125 | children = ( |
| 126 | + 78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */, |
123 | 127 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, |
124 | 128 | 9740EEB21CF90195004384FC /* Debug.xcconfig */, |
125 | 129 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, |
|
198 | 202 | 9705A1C41CF9048500538489 /* Embed Frameworks */, |
199 | 203 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */, |
200 | 204 | C8B0F9A46182CD022AB63602 /* [CP] Embed Pods Frameworks */, |
201 | | - 31EA1FE1A656C4F7D7D9E007 /* [CP] Copy Pods Resources */, |
202 | 205 | ); |
203 | 206 | buildRules = ( |
204 | 207 | ); |
205 | 208 | dependencies = ( |
206 | 209 | ); |
207 | 210 | name = Runner; |
| 211 | + packageProductDependencies = ( |
| 212 | + 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */, |
| 213 | + ); |
208 | 214 | productName = Runner; |
209 | 215 | productReference = 97C146EE1CF9000F007C117D /* Runner.app */; |
210 | 216 | productType = "com.apple.product-type.application"; |
|
238 | 244 | Base, |
239 | 245 | ); |
240 | 246 | mainGroup = 97C146E51CF9000F007C117D; |
| 247 | + packageReferences = ( |
| 248 | + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */, |
| 249 | + ); |
241 | 250 | productRefGroup = 97C146EF1CF9000F007C117D /* Products */; |
242 | 251 | projectDirPath = ""; |
243 | 252 | projectRoot = ""; |
|
270 | 279 | /* End PBXResourcesBuildPhase section */ |
271 | 280 |
|
272 | 281 | /* Begin PBXShellScriptBuildPhase section */ |
273 | | - 31EA1FE1A656C4F7D7D9E007 /* [CP] Copy Pods Resources */ = { |
274 | | - isa = PBXShellScriptBuildPhase; |
275 | | - buildActionMask = 2147483647; |
276 | | - files = ( |
277 | | - ); |
278 | | - inputFileListPaths = ( |
279 | | - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", |
280 | | - ); |
281 | | - inputPaths = ( |
282 | | - ); |
283 | | - name = "[CP] Copy Pods Resources"; |
284 | | - outputFileListPaths = ( |
285 | | - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", |
286 | | - ); |
287 | | - outputPaths = ( |
288 | | - ); |
289 | | - runOnlyForDeploymentPostprocessing = 0; |
290 | | - shellPath = /bin/sh; |
291 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; |
292 | | - showEnvVarsInLog = 0; |
293 | | - }; |
294 | 282 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { |
295 | 283 | isa = PBXShellScriptBuildPhase; |
296 | 284 | alwaysOutOfDate = 1; |
|
352 | 340 | inputFileListPaths = ( |
353 | 341 | "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
354 | 342 | ); |
355 | | - inputPaths = ( |
356 | | - ); |
357 | 343 | name = "[CP] Embed Pods Frameworks"; |
358 | 344 | outputFileListPaths = ( |
359 | 345 | "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
360 | 346 | ); |
361 | | - outputPaths = ( |
362 | | - ); |
363 | 347 | runOnlyForDeploymentPostprocessing = 0; |
364 | 348 | shellPath = /bin/sh; |
365 | 349 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
|
480 | 464 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
481 | 465 | GCC_WARN_UNUSED_FUNCTION = YES; |
482 | 466 | GCC_WARN_UNUSED_VARIABLE = YES; |
483 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 467 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
484 | 468 | MTL_ENABLE_DEBUG_INFO = NO; |
485 | 469 | SDKROOT = iphoneos; |
486 | 470 | SUPPORTED_PLATFORMS = iphoneos; |
|
616 | 600 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
617 | 601 | GCC_WARN_UNUSED_FUNCTION = YES; |
618 | 602 | GCC_WARN_UNUSED_VARIABLE = YES; |
619 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 603 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
620 | 604 | MTL_ENABLE_DEBUG_INFO = YES; |
621 | 605 | ONLY_ACTIVE_ARCH = YES; |
622 | 606 | SDKROOT = iphoneos; |
|
667 | 651 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
668 | 652 | GCC_WARN_UNUSED_FUNCTION = YES; |
669 | 653 | GCC_WARN_UNUSED_VARIABLE = YES; |
670 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 654 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
671 | 655 | MTL_ENABLE_DEBUG_INFO = NO; |
672 | 656 | SDKROOT = iphoneos; |
673 | 657 | SUPPORTED_PLATFORMS = iphoneos; |
|
764 | 748 | defaultConfigurationName = Release; |
765 | 749 | }; |
766 | 750 | /* End XCConfigurationList section */ |
| 751 | + |
| 752 | +/* Begin XCLocalSwiftPackageReference section */ |
| 753 | + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = { |
| 754 | + isa = XCLocalSwiftPackageReference; |
| 755 | + relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; |
| 756 | + }; |
| 757 | +/* End XCLocalSwiftPackageReference section */ |
| 758 | + |
| 759 | +/* Begin XCSwiftPackageProductDependency section */ |
| 760 | + 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */ = { |
| 761 | + isa = XCSwiftPackageProductDependency; |
| 762 | + productName = FlutterGeneratedPluginSwiftPackage; |
| 763 | + }; |
| 764 | +/* End XCSwiftPackageProductDependency section */ |
767 | 765 | }; |
768 | 766 | rootObject = 97C146E61CF9000F007C117D /* Project object */; |
769 | 767 | } |
0 commit comments