|
12 | 12 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; |
13 | 13 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
14 | 14 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
| 15 | + 2376423229E0D9D20037F7CE /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2376423429E0D9D20037F7CE /* Localizable.strings */; }; |
15 | 16 | 7699B88040F8A987B510C191 /* libPods-LocalizationSettingsExample-LocalizationSettingsExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-LocalizationSettingsExample-LocalizationSettingsExampleTests.a */; }; |
16 | 17 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
17 | 18 | /* End PBXBuildFile section */ |
|
37 | 38 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = LocalizationSettingsExample/Info.plist; sourceTree = "<group>"; }; |
38 | 39 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = LocalizationSettingsExample/main.m; sourceTree = "<group>"; }; |
39 | 40 | 19F6CBCC0A4E27FBF8BF4A61 /* libPods-LocalizationSettingsExample-LocalizationSettingsExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LocalizationSettingsExample-LocalizationSettingsExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 41 | + 2376423329E0D9D20037F7CE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 42 | + 2376423529E0D9D60037F7CE /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 43 | + 2376423629E0D9D70037F7CE /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; }; |
40 | 44 | 3B4392A12AC88292D35C810B /* Pods-LocalizationSettingsExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LocalizationSettingsExample.debug.xcconfig"; path = "Target Support Files/Pods-LocalizationSettingsExample/Pods-LocalizationSettingsExample.debug.xcconfig"; sourceTree = "<group>"; }; |
41 | 45 | 5709B34CF0A7D63546082F79 /* Pods-LocalizationSettingsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LocalizationSettingsExample.release.xcconfig"; path = "Target Support Files/Pods-LocalizationSettingsExample/Pods-LocalizationSettingsExample.release.xcconfig"; sourceTree = "<group>"; }; |
42 | 46 | 5B7EB9410499542E8C5724F5 /* Pods-LocalizationSettingsExample-LocalizationSettingsExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LocalizationSettingsExample-LocalizationSettingsExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-LocalizationSettingsExample-LocalizationSettingsExampleTests/Pods-LocalizationSettingsExample-LocalizationSettingsExampleTests.debug.xcconfig"; sourceTree = "<group>"; }; |
|
92 | 96 | 13B07FB61A68108700A75B9A /* Info.plist */, |
93 | 97 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, |
94 | 98 | 13B07FB71A68108700A75B9A /* main.m */, |
| 99 | + 2376423429E0D9D20037F7CE /* Localizable.strings */, |
95 | 100 | ); |
96 | 101 | name = LocalizationSettingsExample; |
97 | 102 | sourceTree = "<group>"; |
|
218 | 223 | knownRegions = ( |
219 | 224 | en, |
220 | 225 | Base, |
| 226 | + fr, |
| 227 | + pl, |
221 | 228 | ); |
222 | 229 | mainGroup = 83CBB9F61A601CBA00E9B192; |
223 | 230 | productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; |
|
243 | 250 | buildActionMask = 2147483647; |
244 | 251 | files = ( |
245 | 252 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, |
| 253 | + 2376423229E0D9D20037F7CE /* Localizable.strings in Resources */, |
246 | 254 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, |
247 | 255 | ); |
248 | 256 | runOnlyForDeploymentPostprocessing = 0; |
|
427 | 435 | }; |
428 | 436 | /* End PBXTargetDependency section */ |
429 | 437 |
|
| 438 | +/* Begin PBXVariantGroup section */ |
| 439 | + 2376423429E0D9D20037F7CE /* Localizable.strings */ = { |
| 440 | + isa = PBXVariantGroup; |
| 441 | + children = ( |
| 442 | + 2376423329E0D9D20037F7CE /* en */, |
| 443 | + 2376423529E0D9D60037F7CE /* fr */, |
| 444 | + 2376423629E0D9D70037F7CE /* pl */, |
| 445 | + ); |
| 446 | + name = Localizable.strings; |
| 447 | + sourceTree = "<group>"; |
| 448 | + }; |
| 449 | +/* End PBXVariantGroup section */ |
| 450 | + |
430 | 451 | /* Begin XCBuildConfiguration section */ |
431 | 452 | 00E356F61AD99517003FC87E /* Debug */ = { |
432 | 453 | isa = XCBuildConfiguration; |
|
564 | 585 | COPY_PHASE_STRIP = NO; |
565 | 586 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
566 | 587 | ENABLE_TESTABILITY = YES; |
567 | | - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
| 588 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386; |
568 | 589 | GCC_C_LANGUAGE_STANDARD = gnu99; |
569 | 590 | GCC_DYNAMIC_NO_PIC = NO; |
570 | 591 | GCC_NO_COMMON_BLOCKS = YES; |
|
598 | 619 | "-DFOLLY_MOBILE=1", |
599 | 620 | "-DFOLLY_USE_LIBCPP=1", |
600 | 621 | ); |
| 622 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
601 | 623 | SDKROOT = iphoneos; |
602 | 624 | }; |
603 | 625 | name = Debug; |
|
635 | 657 | COPY_PHASE_STRIP = YES; |
636 | 658 | ENABLE_NS_ASSERTIONS = NO; |
637 | 659 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
638 | | - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
| 660 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386; |
639 | 661 | GCC_C_LANGUAGE_STANDARD = gnu99; |
640 | 662 | GCC_NO_COMMON_BLOCKS = YES; |
641 | 663 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
661 | 683 | "-DFOLLY_MOBILE=1", |
662 | 684 | "-DFOLLY_USE_LIBCPP=1", |
663 | 685 | ); |
| 686 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
664 | 687 | SDKROOT = iphoneos; |
665 | 688 | VALIDATE_PRODUCT = YES; |
666 | 689 | }; |
|
0 commit comments