|
31 | 31 | D60BBC7120524A08A4BD8E53 /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AC5CF81FFC444E83B6A2AB82 /* libRNVectorIcons.a */; }; |
32 | 32 | F96123F511D043FC80FBC817 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 292DE9BEB3A54B9FA10D6AAF /* Ionicons.ttf */; }; |
33 | 33 | FFEAA9091B0249258A5B3384 /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5FDC7A8EFBC848329F28211D /* EvilIcons.ttf */; }; |
| 34 | + 16D41BDB6D0C4ACAA2AE8608 /* libRNI18n.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E7612040BEE949EDA2756B37 /* libRNI18n.a */; }; |
34 | 35 | /* End PBXBuildFile section */ |
35 | 36 |
|
36 | 37 | /* Begin PBXContainerItemProxy section */ |
|
152 | 153 | D9132581E9B74234AFB70B52 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = "<group>"; }; |
153 | 154 | D9139C5B6281455D8B157E96 /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; }; |
154 | 155 | E7A88F38CE3D4C92ADB9AC57 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = "<group>"; }; |
| 156 | + 8A5574F7663340CC82B1B935 /* RNI18n.xcodeproj */ = {isa = PBXFileReference; name = "RNI18n.xcodeproj"; path = "../node_modules/react-native-i18n/RNI18n.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; |
| 157 | + E7612040BEE949EDA2756B37 /* libRNI18n.a */ = {isa = PBXFileReference; name = "libRNI18n.a"; path = "libRNI18n.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
155 | 158 | /* End PBXFileReference section */ |
156 | 159 |
|
157 | 160 | /* Begin PBXFrameworksBuildPhase section */ |
|
178 | 181 | 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */, |
179 | 182 | 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */, |
180 | 183 | D60BBC7120524A08A4BD8E53 /* libRNVectorIcons.a in Frameworks */, |
| 184 | + 16D41BDB6D0C4ACAA2AE8608 /* libRNI18n.a in Frameworks */, |
181 | 185 | ); |
182 | 186 | runOnlyForDeploymentPostprocessing = 0; |
183 | 187 | }; |
|
324 | 328 | 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */, |
325 | 329 | 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */, |
326 | 330 | 16A3B0EB86DC41129E391241 /* RNVectorIcons.xcodeproj */, |
| 331 | + 8A5574F7663340CC82B1B935 /* RNI18n.xcodeproj */, |
327 | 332 | ); |
328 | 333 | name = Libraries; |
329 | 334 | sourceTree = "<group>"; |
|
656 | 661 | LIBRARY_SEARCH_PATHS = ( |
657 | 662 | "$(inherited)", |
658 | 663 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 664 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
659 | 665 | ); |
660 | 666 | PRODUCT_NAME = "$(TARGET_NAME)"; |
661 | 667 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/snowflake.app/snowflake"; |
|
673 | 679 | LIBRARY_SEARCH_PATHS = ( |
674 | 680 | "$(inherited)", |
675 | 681 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 682 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
676 | 683 | ); |
677 | 684 | PRODUCT_NAME = "$(TARGET_NAME)"; |
678 | 685 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/snowflake.app/snowflake"; |
|
690 | 697 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
691 | 698 | "$(SRCROOT)/../node_modules/react-native/React/**", |
692 | 699 | "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", |
| 700 | + "$(SRCROOT)/../node_modules/react-native-i18n/RNI18n", |
693 | 701 | ); |
694 | 702 | INFOPLIST_FILE = snowflake/Info.plist; |
695 | 703 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
713 | 721 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
714 | 722 | "$(SRCROOT)/../node_modules/react-native/React/**", |
715 | 723 | "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", |
| 724 | + "$(SRCROOT)/../node_modules/react-native-i18n/RNI18n", |
716 | 725 | ); |
717 | 726 | INFOPLIST_FILE = snowflake/Info.plist; |
718 | 727 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
765 | 774 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
766 | 775 | "$(SRCROOT)/../node_modules/react-native/React/**", |
767 | 776 | "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", |
| 777 | + "$(SRCROOT)/../node_modules/react-native-i18n/RNI18n", |
768 | 778 | ); |
769 | 779 | IPHONEOS_DEPLOYMENT_TARGET = 7.0; |
770 | 780 | MTL_ENABLE_DEBUG_INFO = YES; |
|
806 | 816 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
807 | 817 | "$(SRCROOT)/../node_modules/react-native/React/**", |
808 | 818 | "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", |
| 819 | + "$(SRCROOT)/../node_modules/react-native-i18n/RNI18n", |
809 | 820 | ); |
810 | 821 | IPHONEOS_DEPLOYMENT_TARGET = 7.0; |
811 | 822 | MTL_ENABLE_DEBUG_INFO = NO; |
|
0 commit comments