Skip to content

Commit 986120c

Browse files
committed
chore(linking): add ios linking for react-native-simple-toast
1 parent f6b949d commit 986120c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ios/GitPoint.xcodeproj/project.pbxproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
D2C2FCD70676466EA8E466D6 /* Menlo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 18487F5E165143648CF0950E /* Menlo.ttf */; };
5656
DC5C35E71E37AD1800F3F526 /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = DC5C35DD1E37AD1800F3F526 /* FontAwesome.ttf */; };
5757
EB0F176BE52B4561B9FF07AB /* libReactNativeConfig.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D7043BDB577E427391ECFBB0 /* libReactNativeConfig.a */; };
58+
16DAE21EEC0A42F882FDCC46 /* libLRDRCTSimpleToast.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E64ADAF275545F7B9D7227F /* libLRDRCTSimpleToast.a */; };
5859
/* End PBXBuildFile section */
5960

6061
/* Begin PBXContainerItemProxy section */
@@ -474,6 +475,8 @@
474475
ED1B22A89E134AA89E251577 /* Nunito-Light.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Nunito-Light.ttf"; path = "../src/assets/fonts/Nunito-Light.ttf"; sourceTree = "<group>"; };
475476
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>"; };
476477
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>"; };
478+
AEAB9C270A9F45B0A2617DC8 /* LRDRCTSimpleToast.xcodeproj */ = {isa = PBXFileReference; name = "LRDRCTSimpleToast.xcodeproj"; path = "../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
479+
8E64ADAF275545F7B9D7227F /* libLRDRCTSimpleToast.a */ = {isa = PBXFileReference; name = "libLRDRCTSimpleToast.a"; path = "libLRDRCTSimpleToast.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
477480
/* End PBXFileReference section */
478481

479482
/* Begin PBXFrameworksBuildPhase section */
@@ -511,6 +514,7 @@
511514
AAB4EADBDA2046AE9DDC0C6A /* libRNCookieManagerIOS.a in Frameworks */,
512515
2DC1C633A0C24C4DAE02E60B /* libRNPhotoView.a in Frameworks */,
513516
24D143B2F7E8472D9E2CE7EF /* libBVLinearGradient.a in Frameworks */,
517+
16DAE21EEC0A42F882FDCC46 /* libLRDRCTSimpleToast.a in Frameworks */,
514518
);
515519
runOnlyForDeploymentPostprocessing = 0;
516520
};
@@ -788,6 +792,7 @@
788792
E14CC94AAEF7467B9AFD7CDB /* RNCookieManagerIOS.xcodeproj */,
789793
63E9496511C842FB976EC87B /* RNPhotoView.xcodeproj */,
790794
292314143C1743648A44C564 /* BVLinearGradient.xcodeproj */,
795+
AEAB9C270A9F45B0A2617DC8 /* LRDRCTSimpleToast.xcodeproj */,
791796
);
792797
name = Libraries;
793798
sourceTree = "<group>";
@@ -1575,6 +1580,7 @@
15751580
"$(SRCROOT)/../node_modules/react-native-cookies/ios/RNCookieManagerIOS",
15761581
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
15771582
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
1583+
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
15781584
);
15791585
INFOPLIST_FILE = GitPointTests/Info.plist;
15801586
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
@@ -1584,6 +1590,7 @@
15841590
"\"$(SRCROOT)/$(TARGET_NAME)\"",
15851591
"\"$(SRCROOT)/$(TARGET_NAME)\"",
15861592
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1593+
"\"$(SRCROOT)/$(TARGET_NAME)\"",
15871594
);
15881595
OTHER_LDFLAGS = (
15891596
"-ObjC",
@@ -1612,6 +1619,7 @@
16121619
"$(SRCROOT)/../node_modules/react-native-cookies/ios/RNCookieManagerIOS",
16131620
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
16141621
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
1622+
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
16151623
);
16161624
INFOPLIST_FILE = GitPointTests/Info.plist;
16171625
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
@@ -1621,6 +1629,7 @@
16211629
"\"$(SRCROOT)/$(TARGET_NAME)\"",
16221630
"\"$(SRCROOT)/$(TARGET_NAME)\"",
16231631
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1632+
"\"$(SRCROOT)/$(TARGET_NAME)\"",
16241633
);
16251634
OTHER_LDFLAGS = (
16261635
"-ObjC",
@@ -1654,6 +1663,7 @@
16541663
"$(SRCROOT)/../node_modules/react-native-cookies/ios/RNCookieManagerIOS",
16551664
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
16561665
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
1666+
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
16571667
);
16581668
INFOPLIST_FILE = GitPoint/Info.plist;
16591669
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
@@ -1696,6 +1706,7 @@
16961706
"$(SRCROOT)/../node_modules/react-native-cookies/ios/RNCookieManagerIOS",
16971707
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
16981708
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
1709+
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
16991710
);
17001711
INFOPLIST_FILE = GitPoint/Info.plist;
17011712
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
@@ -1739,6 +1750,7 @@
17391750
"$(SRCROOT)/../node_modules/react-native-cookies/ios/RNCookieManagerIOS",
17401751
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
17411752
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
1753+
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
17421754
);
17431755
INFOPLIST_FILE = "GitPoint-tvOS/Info.plist";
17441756
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1747,6 +1759,7 @@
17471759
"\"$(SRCROOT)/$(TARGET_NAME)\"",
17481760
"\"$(SRCROOT)/$(TARGET_NAME)\"",
17491761
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1762+
"\"$(SRCROOT)/$(TARGET_NAME)\"",
17501763
);
17511764
OTHER_LDFLAGS = (
17521765
"-ObjC",
@@ -1784,6 +1797,7 @@
17841797
"$(SRCROOT)/../node_modules/react-native-cookies/ios/RNCookieManagerIOS",
17851798
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
17861799
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
1800+
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
17871801
);
17881802
INFOPLIST_FILE = "GitPoint-tvOS/Info.plist";
17891803
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1792,6 +1806,7 @@
17921806
"\"$(SRCROOT)/$(TARGET_NAME)\"",
17931807
"\"$(SRCROOT)/$(TARGET_NAME)\"",
17941808
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1809+
"\"$(SRCROOT)/$(TARGET_NAME)\"",
17951810
);
17961811
OTHER_LDFLAGS = (
17971812
"-ObjC",
@@ -1823,6 +1838,7 @@
18231838
"\"$(SRCROOT)/$(TARGET_NAME)\"",
18241839
"\"$(SRCROOT)/$(TARGET_NAME)\"",
18251840
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1841+
"\"$(SRCROOT)/$(TARGET_NAME)\"",
18261842
);
18271843
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.GitPoint-tvOSTests";
18281844
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1850,6 +1866,7 @@
18501866
"\"$(SRCROOT)/$(TARGET_NAME)\"",
18511867
"\"$(SRCROOT)/$(TARGET_NAME)\"",
18521868
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1869+
"\"$(SRCROOT)/$(TARGET_NAME)\"",
18531870
);
18541871
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.GitPoint-tvOSTests";
18551872
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)