|
5 | 5 | };
|
6 | 6 | objectVersion = 46;
|
7 | 7 | objects = {
|
8 |
| - |
9 | 8 | /* Begin PBXBuildFile section */
|
10 | 9 | 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
|
11 | 10 | 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
|
|
67 | 66 | DC5C35E71E37AD1800F3F526 /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = DC5C35DD1E37AD1800F3F526 /* FontAwesome.ttf */; };
|
68 | 67 | EB0F176BE52B4561B9FF07AB /* libReactNativeConfig.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D7043BDB577E427391ECFBB0 /* libReactNativeConfig.a */; };
|
69 | 68 | F16AF5D05B394C8C832C7E68 /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5B85AC9D921B42D4BDF35CC7 /* Feather.ttf */; };
|
| 69 | + 52AF08BFDBB141A08110475A /* libRNCAsyncStorage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E0C4D7095AD24919AD979CB8 /* libRNCAsyncStorage.a */; }; |
| 70 | + 34CAF34980E142918AAAB802 /* libRNCWebView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A0357426E304B6AA98645B8 /* libRNCWebView.a */; }; |
70 | 71 | /* End PBXBuildFile section */
|
71 | 72 |
|
72 | 73 | /* Begin PBXContainerItemProxy section */
|
|
528 | 529 | EE0605281E45441288EA9435 /* RNDeviceInfo.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNDeviceInfo.xcodeproj; path = "../node_modules/react-native-device-info/RNDeviceInfo.xcodeproj"; sourceTree = "<group>"; };
|
529 | 530 | F8897F92D0984B73821678B1 /* 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>"; };
|
530 | 531 | FBD0F4CBD299403498005E08 /* Nunito-SemiBold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Nunito-SemiBold.ttf"; path = "../src/assets/fonts/Nunito-SemiBold.ttf"; sourceTree = "<group>"; };
|
| 532 | + 6389F544B2B64B5BB176E2A4 /* RNCAsyncStorage.xcodeproj */ = {isa = PBXFileReference; name = "RNCAsyncStorage.xcodeproj"; path = "../node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; |
| 533 | + E0C4D7095AD24919AD979CB8 /* libRNCAsyncStorage.a */ = {isa = PBXFileReference; name = "libRNCAsyncStorage.a"; path = "libRNCAsyncStorage.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
| 534 | + 26B720B887404BDC8D51E8EB /* RNCWebView.xcodeproj */ = {isa = PBXFileReference; name = "RNCWebView.xcodeproj"; path = "../node_modules/react-native-webview/ios/RNCWebView.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; |
| 535 | + 1A0357426E304B6AA98645B8 /* libRNCWebView.a */ = {isa = PBXFileReference; name = "libRNCWebView.a"; path = "libRNCWebView.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
531 | 536 | /* End PBXFileReference section */
|
532 | 537 |
|
533 | 538 | /* Begin PBXFrameworksBuildPhase section */
|
|
568 | 573 | 24D143B2F7E8472D9E2CE7EF /* libBVLinearGradient.a in Frameworks */,
|
569 | 574 | 16DAE21EEC0A42F882FDCC46 /* libLRDRCTSimpleToast.a in Frameworks */,
|
570 | 575 | D96DE03CB0A04CA4B3FCFFBA /* libRNSVG.a in Frameworks */,
|
| 576 | + 52AF08BFDBB141A08110475A /* libRNCAsyncStorage.a in Frameworks */, |
| 577 | + 34CAF34980E142918AAAB802 /* libRNCWebView.a in Frameworks */, |
571 | 578 | );
|
572 | 579 | runOnlyForDeploymentPostprocessing = 0;
|
573 | 580 | };
|
|
876 | 883 | 292314143C1743648A44C564 /* BVLinearGradient.xcodeproj */,
|
877 | 884 | AEAB9C270A9F45B0A2617DC8 /* LRDRCTSimpleToast.xcodeproj */,
|
878 | 885 | 35BE07ABB46146DEAA9C1627 /* RNSVG.xcodeproj */,
|
| 886 | + 6389F544B2B64B5BB176E2A4 /* RNCAsyncStorage.xcodeproj */, |
| 887 | + 26B720B887404BDC8D51E8EB /* RNCWebView.xcodeproj */, |
879 | 888 | );
|
880 | 889 | name = Libraries;
|
881 | 890 | sourceTree = "<group>";
|
|
1711 | 1720 | "$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
|
1712 | 1721 | "$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
|
1713 | 1722 | "$(SRCROOT)/../node_modules/react-native-svg/ios/**",
|
| 1723 | + "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios", |
| 1724 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1714 | 1725 | );
|
1715 | 1726 | INFOPLIST_FILE = GitPointTests/Info.plist;
|
1716 | 1727 | IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
1723 | 1734 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1724 | 1735 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1725 | 1736 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1737 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1738 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1726 | 1739 | );
|
1727 | 1740 | OTHER_LDFLAGS = (
|
1728 | 1741 | "-ObjC",
|
|
1753 | 1766 | "$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
|
1754 | 1767 | "$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
|
1755 | 1768 | "$(SRCROOT)/../node_modules/react-native-svg/ios/**",
|
| 1769 | + "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios", |
| 1770 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1756 | 1771 | );
|
1757 | 1772 | INFOPLIST_FILE = GitPointTests/Info.plist;
|
1758 | 1773 | IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
1765 | 1780 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1766 | 1781 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1767 | 1782 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1783 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1784 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1768 | 1785 | );
|
1769 | 1786 | OTHER_LDFLAGS = (
|
1770 | 1787 | "-ObjC",
|
|
1800 | 1817 | "$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
|
1801 | 1818 | "$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
|
1802 | 1819 | "$(SRCROOT)/../node_modules/react-native-svg/ios/**",
|
| 1820 | + "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios", |
| 1821 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1803 | 1822 | );
|
1804 | 1823 | INFOPLIST_FILE = GitPoint/Info.plist;
|
1805 | 1824 | INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
|
|
1844 | 1863 | "$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
|
1845 | 1864 | "$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
|
1846 | 1865 | "$(SRCROOT)/../node_modules/react-native-svg/ios/**",
|
| 1866 | + "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios", |
| 1867 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1847 | 1868 | );
|
1848 | 1869 | INFOPLIST_FILE = GitPoint/Info.plist;
|
1849 | 1870 | INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
|
|
1889 | 1910 | "$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
|
1890 | 1911 | "$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
|
1891 | 1912 | "$(SRCROOT)/../node_modules/react-native-svg/ios/**",
|
| 1913 | + "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios", |
| 1914 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1892 | 1915 | );
|
1893 | 1916 | INFOPLIST_FILE = "GitPoint-tvOS/Info.plist";
|
1894 | 1917 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
1900 | 1923 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1901 | 1924 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1902 | 1925 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1926 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1927 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1903 | 1928 | );
|
1904 | 1929 | OTHER_LDFLAGS = (
|
1905 | 1930 | "-ObjC",
|
|
1939 | 1964 | "$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
|
1940 | 1965 | "$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
|
1941 | 1966 | "$(SRCROOT)/../node_modules/react-native-svg/ios/**",
|
| 1967 | + "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios", |
| 1968 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1942 | 1969 | );
|
1943 | 1970 | INFOPLIST_FILE = "GitPoint-tvOS/Info.plist";
|
1944 | 1971 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
1950 | 1977 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1951 | 1978 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1952 | 1979 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1980 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1981 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1953 | 1982 | );
|
1954 | 1983 | OTHER_LDFLAGS = (
|
1955 | 1984 | "-ObjC",
|
|
1984 | 2013 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1985 | 2014 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1986 | 2015 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 2016 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 2017 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1987 | 2018 | );
|
1988 | 2019 | PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.GitPoint-tvOSTests";
|
1989 | 2020 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
2014 | 2045 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
2015 | 2046 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
2016 | 2047 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 2048 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 2049 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
2017 | 2050 | );
|
2018 | 2051 | PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.GitPoint-tvOSTests";
|
2019 | 2052 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
0 commit comments