|
11 | 11 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; |
12 | 12 | 615AB19345F2CB9C4AFB55AE /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5CBE04B4787B566D8CAE0579 /* GoogleService-Info.plist */; }; |
13 | 13 | 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; |
14 | | - 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; }; |
15 | 14 | 83A0F86F233458219B2DC55F /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 416FB58C991096C1726F437F /* Pods_Runner.framework */; }; |
16 | 15 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; |
17 | 16 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; |
|
43 | 42 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; |
44 | 43 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
45 | 44 | 762BD74E83C8639023D97BD3 /* 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>"; }; |
| 45 | + 78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterGeneratedPluginSwiftPackage; path = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; sourceTree = "<group>"; }; |
46 | 46 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; |
47 | 47 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; }; |
48 | 48 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; }; |
|
58 | 58 | isa = PBXFrameworksBuildPhase; |
59 | 59 | buildActionMask = 2147483647; |
60 | 60 | files = ( |
61 | | - 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */, |
62 | 61 | 83A0F86F233458219B2DC55F /* Pods_Runner.framework in Frameworks */, |
63 | 62 | ); |
64 | 63 | runOnlyForDeploymentPostprocessing = 0; |
|
69 | 68 | 9740EEB11CF90186004384FC /* Flutter */ = { |
70 | 69 | isa = PBXGroup; |
71 | 70 | children = ( |
| 71 | + 78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */, |
72 | 72 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, |
73 | 73 | 9740EEB21CF90195004384FC /* Debug.xcconfig */, |
74 | 74 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, |
|
153 | 153 | dependencies = ( |
154 | 154 | ); |
155 | 155 | name = Runner; |
156 | | - packageProductDependencies = ( |
157 | | - 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */, |
158 | | - ); |
159 | 156 | productName = Runner; |
160 | 157 | productReference = 97C146EE1CF9000F007C117D /* Runner.app */; |
161 | 158 | productType = "com.apple.product-type.application"; |
|
374 | 371 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
375 | 372 | GCC_WARN_UNUSED_FUNCTION = YES; |
376 | 373 | GCC_WARN_UNUSED_VARIABLE = YES; |
377 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 374 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
378 | 375 | MTL_ENABLE_DEBUG_INFO = NO; |
379 | 376 | SDKROOT = iphoneos; |
380 | 377 | SUPPORTED_PLATFORMS = iphoneos; |
|
394 | 391 | DEVELOPMENT_TEAM = YYX2P3XVJ7; |
395 | 392 | ENABLE_BITCODE = NO; |
396 | 393 | INFOPLIST_FILE = Runner/Info.plist; |
| 394 | + IPHONEOS_DEPLOYMENT_TARGET = 17.6; |
397 | 395 | LD_RUNPATH_SEARCH_PATHS = ( |
398 | 396 | "$(inherited)", |
399 | 397 | "@executable_path/Frameworks", |
|
453 | 451 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
454 | 452 | GCC_WARN_UNUSED_FUNCTION = YES; |
455 | 453 | GCC_WARN_UNUSED_VARIABLE = YES; |
456 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 454 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
457 | 455 | MTL_ENABLE_DEBUG_INFO = YES; |
458 | 456 | ONLY_ACTIVE_ARCH = YES; |
459 | 457 | SDKROOT = iphoneos; |
|
502 | 500 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
503 | 501 | GCC_WARN_UNUSED_FUNCTION = YES; |
504 | 502 | GCC_WARN_UNUSED_VARIABLE = YES; |
505 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 503 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
506 | 504 | MTL_ENABLE_DEBUG_INFO = NO; |
507 | 505 | SDKROOT = iphoneos; |
508 | 506 | SUPPORTED_PLATFORMS = iphoneos; |
|
524 | 522 | DEVELOPMENT_TEAM = YYX2P3XVJ7; |
525 | 523 | ENABLE_BITCODE = NO; |
526 | 524 | INFOPLIST_FILE = Runner/Info.plist; |
| 525 | + IPHONEOS_DEPLOYMENT_TARGET = 17.6; |
527 | 526 | LD_RUNPATH_SEARCH_PATHS = ( |
528 | 527 | "$(inherited)", |
529 | 528 | "@executable_path/Frameworks", |
|
548 | 547 | DEVELOPMENT_TEAM = YYX2P3XVJ7; |
549 | 548 | ENABLE_BITCODE = NO; |
550 | 549 | INFOPLIST_FILE = Runner/Info.plist; |
| 550 | + IPHONEOS_DEPLOYMENT_TARGET = 17.6; |
551 | 551 | LD_RUNPATH_SEARCH_PATHS = ( |
552 | 552 | "$(inherited)", |
553 | 553 | "@executable_path/Frameworks", |
|
591 | 591 | relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; |
592 | 592 | }; |
593 | 593 | /* End XCLocalSwiftPackageReference section */ |
594 | | - |
595 | | -/* Begin XCSwiftPackageProductDependency section */ |
596 | | - 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */ = { |
597 | | - isa = XCSwiftPackageProductDependency; |
598 | | - productName = FlutterGeneratedPluginSwiftPackage; |
599 | | - }; |
600 | | -/* End XCSwiftPackageProductDependency section */ |
601 | 594 | }; |
602 | 595 | rootObject = 97C146E61CF9000F007C117D /* Project object */; |
603 | 596 | } |
0 commit comments