|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 46; |
| 6 | + objectVersion = 50; |
7 | 7 | objects = {
|
8 | 8 |
|
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 | 12 | 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
| 13 | + 7B90C9362879B361001B262B /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 7B90C9352879B360001B262B /* GoogleService-Info.plist */; }; |
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 */; };
|
15 | 16 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
|
35 | 36 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
36 | 37 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
37 | 38 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
| 39 | + 7B90C9352879B360001B262B /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
38 | 40 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
|
39 | 41 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
|
40 | 42 | 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
86 | 88 | 97C146F01CF9000F007C117D /* Runner */ = {
|
87 | 89 | isa = PBXGroup;
|
88 | 90 | children = (
|
| 91 | + 7B90C9352879B360001B262B /* GoogleService-Info.plist */, |
89 | 92 | 97C146FA1CF9000F007C117D /* Main.storyboard */,
|
90 | 93 | 97C146FD1CF9000F007C117D /* Assets.xcassets */,
|
91 | 94 | 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
|
|
161 | 164 | files = (
|
162 | 165 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
|
163 | 166 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
|
| 167 | + 7B90C9362879B361001B262B /* GoogleService-Info.plist in Resources */, |
164 | 168 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
|
165 | 169 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
|
166 | 170 | );
|
|
290 | 294 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
291 | 295 | ENABLE_BITCODE = NO;
|
292 | 296 | INFOPLIST_FILE = Runner/Info.plist;
|
293 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 297 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 298 | + "$(inherited)", |
| 299 | + "@executable_path/Frameworks", |
| 300 | + ); |
294 | 301 | PRODUCT_BUNDLE_IDENTIFIER = com.ysn.flutterNewsApp;
|
295 | 302 | PRODUCT_NAME = "$(TARGET_NAME)";
|
296 | 303 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
|
399 | 406 | MTL_ENABLE_DEBUG_INFO = NO;
|
400 | 407 | SDKROOT = iphoneos;
|
401 | 408 | SUPPORTED_PLATFORMS = iphoneos;
|
402 |
| - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
| 409 | + SWIFT_COMPILATION_MODE = wholemodule; |
| 410 | + SWIFT_OPTIMIZATION_LEVEL = "-O"; |
403 | 411 | TARGETED_DEVICE_FAMILY = "1,2";
|
404 | 412 | VALIDATE_PRODUCT = YES;
|
405 | 413 | };
|
|
414 | 422 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
415 | 423 | ENABLE_BITCODE = NO;
|
416 | 424 | INFOPLIST_FILE = Runner/Info.plist;
|
417 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 425 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 426 | + "$(inherited)", |
| 427 | + "@executable_path/Frameworks", |
| 428 | + ); |
418 | 429 | PRODUCT_BUNDLE_IDENTIFIER = com.ysn.flutterNewsApp;
|
419 | 430 | PRODUCT_NAME = "$(TARGET_NAME)";
|
420 | 431 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
|
433 | 444 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
434 | 445 | ENABLE_BITCODE = NO;
|
435 | 446 | INFOPLIST_FILE = Runner/Info.plist;
|
436 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 447 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 448 | + "$(inherited)", |
| 449 | + "@executable_path/Frameworks", |
| 450 | + ); |
437 | 451 | PRODUCT_BUNDLE_IDENTIFIER = com.ysn.flutterNewsApp;
|
438 | 452 | PRODUCT_NAME = "$(TARGET_NAME)";
|
439 | 453 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
|
0 commit comments