|
26 | 26 | 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; }; |
27 | 27 | 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; }; |
28 | 28 | 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; }; |
| 29 | + DB1B49B4264F6894007958C1 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DB1B49B3264F6894007958C1 /* GoogleService-Info.plist */; }; |
29 | 30 | F472ABB2ECF88F61B90AAEB4 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49CCF52329CB4839FD25F41A /* Pods_Runner.framework */; }; |
30 | 31 | /* End PBXBuildFile section */ |
31 | 32 |
|
|
72 | 73 | 5D4BFA4C3C58266FA63C466B /* 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>"; }; |
73 | 74 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; }; |
74 | 75 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; }; |
| 76 | + DB1B49B3264F6894007958C1 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
75 | 77 | E0D8B1EDC5B442B6F0DDEC1E /* 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>"; }; |
76 | 78 | /* End PBXFileReference section */ |
77 | 79 |
|
|
142 | 144 | 33FAB671232836740065AC1E /* Runner */ = { |
143 | 145 | isa = PBXGroup; |
144 | 146 | children = ( |
| 147 | + DB1B49B3264F6894007958C1 /* GoogleService-Info.plist */, |
145 | 148 | 33CC10F02044A3C60003C045 /* AppDelegate.swift */, |
146 | 149 | 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */, |
147 | 150 | 33E51913231747F40026EE4D /* DebugProfile.entitlements */, |
|
159 | 162 | E0D8B1EDC5B442B6F0DDEC1E /* Pods-Runner.release.xcconfig */, |
160 | 163 | 5D4BFA4C3C58266FA63C466B /* Pods-Runner.profile.xcconfig */, |
161 | 164 | ); |
162 | | - name = Pods; |
163 | 165 | path = Pods; |
164 | 166 | sourceTree = "<group>"; |
165 | 167 | }; |
|
248 | 250 | files = ( |
249 | 251 | 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */, |
250 | 252 | 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */, |
| 253 | + DB1B49B4264F6894007958C1 /* GoogleService-Info.plist in Resources */, |
251 | 254 | ); |
252 | 255 | runOnlyForDeploymentPostprocessing = 0; |
253 | 256 | }; |
|
404 | 407 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
405 | 408 | GCC_WARN_UNUSED_FUNCTION = YES; |
406 | 409 | GCC_WARN_UNUSED_VARIABLE = YES; |
407 | | - MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 410 | + MACOSX_DEPLOYMENT_TARGET = 10.12; |
408 | 411 | MTL_ENABLE_DEBUG_INFO = NO; |
409 | 412 | SDKROOT = macosx; |
410 | 413 | SWIFT_COMPILATION_MODE = wholemodule; |
|
483 | 486 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
484 | 487 | GCC_WARN_UNUSED_FUNCTION = YES; |
485 | 488 | GCC_WARN_UNUSED_VARIABLE = YES; |
486 | | - MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 489 | + MACOSX_DEPLOYMENT_TARGET = 10.12; |
487 | 490 | MTL_ENABLE_DEBUG_INFO = YES; |
488 | 491 | ONLY_ACTIVE_ARCH = YES; |
489 | 492 | SDKROOT = macosx; |
|
530 | 533 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
531 | 534 | GCC_WARN_UNUSED_FUNCTION = YES; |
532 | 535 | GCC_WARN_UNUSED_VARIABLE = YES; |
533 | | - MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 536 | + MACOSX_DEPLOYMENT_TARGET = 10.12; |
534 | 537 | MTL_ENABLE_DEBUG_INFO = NO; |
535 | 538 | SDKROOT = macosx; |
536 | 539 | SWIFT_COMPILATION_MODE = wholemodule; |
|
0 commit comments