Skip to content

Commit bc74319

Browse files
committed
add react-native-restart to xcode
1 parent 4a56ebc commit bc74319

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
A0102781BF874C25BD76AD1D /* libRNDeviceInfo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A2D51A8982104BF29657933B /* libRNDeviceInfo.a */; };
4444
A90299E6C1BD45C385BBF8F0 /* libDBCustomTabs.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D222CA78E6554BBB83448435 /* libDBCustomTabs.a */; };
4545
BBDFD91C684046CB9FD0CD55 /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 742B362B86E443C09A7F9FD9 /* Entypo.ttf */; };
46+
C05E29F9598A4CA284DE922A /* libRCTRestart.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 14483BC863F7489F8369E21B /* libRCTRestart.a */; };
4647
/* End PBXBuildFile section */
4748

4849
/* Begin PBXContainerItemProxy section */
@@ -130,6 +131,13 @@
130131
remoteGlobalIDString = 3D3CD9181DE5FBD800167DC4;
131132
remoteInfo = "jschelpers-tvOS";
132133
};
134+
006118571EE51CD100638440 /* PBXContainerItemProxy */ = {
135+
isa = PBXContainerItemProxy;
136+
containerPortal = DBE3B3C3883845C787D391C2 /* RCTRestart.xcodeproj */;
137+
proxyType = 2;
138+
remoteGlobalIDString = 3245CDED1BFEE35C00EABF68;
139+
remoteInfo = RCTRestart;
140+
};
133141
008413781D5C3AC30034750D /* PBXContainerItemProxy */ = {
134142
isa = PBXContainerItemProxy;
135143
containerPortal = 43E420DADB24468C9E296F25 /* RNVectorIcons.xcodeproj */;
@@ -360,6 +368,7 @@
360368
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = AllAboutOlaf/Images.xcassets; sourceTree = "<group>"; };
361369
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = AllAboutOlaf/Info.plist; sourceTree = "<group>"; };
362370
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = AllAboutOlaf/main.m; sourceTree = "<group>"; };
371+
14483BC863F7489F8369E21B /* libRCTRestart.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRCTRestart.a; sourceTree = "<group>"; };
363372
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
364373
150D47C893AB4ACBA45D7AF8 /* RCTGoogleAnalyticsBridge.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RCTGoogleAnalyticsBridge.xcodeproj; path = "../node_modules/react-native-google-analytics-bridge/ios/RCTGoogleAnalyticsBridge/RCTGoogleAnalyticsBridge.xcodeproj"; sourceTree = "<group>"; };
365374
17311DD2DB1B4EE0AFAA0BC4 /* RNViewShot.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNViewShot.xcodeproj; path = "../node_modules/react-native-view-shot/ios/RNViewShot.xcodeproj"; sourceTree = "<group>"; };
@@ -392,6 +401,7 @@
392401
CE0A6E16923B40C9930B546C /* ReactNativeCustomTabs.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = ReactNativeCustomTabs.xcodeproj; path = "../node_modules/react-native-custom-tabs/ios/ReactNativeCustomTabs.xcodeproj"; sourceTree = "<group>"; };
393402
D222CA78E6554BBB83448435 /* libDBCustomTabs.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libDBCustomTabs.a; sourceTree = "<group>"; };
394403
D530CE76BA714A59B2BECB28 /* libSafariViewManager.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libSafariViewManager.a; sourceTree = "<group>"; };
404+
DBE3B3C3883845C787D391C2 /* RCTRestart.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RCTRestart.xcodeproj; path = "../node_modules/react-native-restart/ios/RCTRestart.xcodeproj"; sourceTree = "<group>"; };
395405
E288E9E30083441F948E40BF /* RNSearchBar.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNSearchBar.xcodeproj; path = "../node_modules/react-native-search-bar/RNSearchBar.xcodeproj"; sourceTree = "<group>"; };
396406
E6FBE71A05CC43E2B4885180 /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = "<group>"; };
397407
F803FE6585F04E9F8D3C053F /* libRCTGoogleAnalyticsBridge.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRCTGoogleAnalyticsBridge.a; sourceTree = "<group>"; };
@@ -437,6 +447,7 @@
437447
24A24E891B0D46F784E47912 /* libBugsnagReactNative.a in Frameworks */,
438448
9E5D73F8D3CC4F7499359624 /* libRNNetworkInfo.a in Frameworks */,
439449
1F80C8072BCE4729A1D62A16 /* libAirMaps.a in Frameworks */,
450+
C05E29F9598A4CA284DE922A /* libRCTRestart.a in Frameworks */,
440451
);
441452
runOnlyForDeploymentPostprocessing = 0;
442453
};
@@ -491,6 +502,14 @@
491502
name = Products;
492503
sourceTree = "<group>";
493504
};
505+
006118441EE51CD100638440 /* Products */ = {
506+
isa = PBXGroup;
507+
children = (
508+
006118581EE51CD100638440 /* libRCTRestart.a */,
509+
);
510+
name = Products;
511+
sourceTree = "<group>";
512+
};
494513
008413661D5C3AC30034750D /* Products */ = {
495514
isa = PBXGroup;
496515
children = (
@@ -729,6 +748,7 @@
729748
71D5CCADA66D45008D9A38F2 /* RNVectorIcons.xcodeproj */,
730749
17311DD2DB1B4EE0AFAA0BC4 /* RNViewShot.xcodeproj */,
731750
89FC2AFC0A394CFFAE89242D /* SafariViewManager.xcodeproj */,
751+
DBE3B3C3883845C787D391C2 /* RCTRestart.xcodeproj */,
732752
);
733753
name = Libraries;
734754
sourceTree = "<group>";
@@ -891,6 +911,10 @@
891911
ProductGroup = 00158A811E4FAE9E00F78C7B /* Products */;
892912
ProjectRef = 916377371C784A9B8A7A1F5C /* RCTOneSignal.xcodeproj */;
893913
},
914+
{
915+
ProductGroup = 006118441EE51CD100638440 /* Products */;
916+
ProjectRef = DBE3B3C3883845C787D391C2 /* RCTRestart.xcodeproj */;
917+
},
894918
{
895919
ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */;
896920
ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
@@ -1045,6 +1069,13 @@
10451069
remoteRef = 0035C10C1E4F59AE00768B84 /* PBXContainerItemProxy */;
10461070
sourceTree = BUILT_PRODUCTS_DIR;
10471071
};
1072+
006118581EE51CD100638440 /* libRCTRestart.a */ = {
1073+
isa = PBXReferenceProxy;
1074+
fileType = archive.ar;
1075+
path = libRCTRestart.a;
1076+
remoteRef = 006118571EE51CD100638440 /* PBXContainerItemProxy */;
1077+
sourceTree = BUILT_PRODUCTS_DIR;
1078+
};
10481079
008413791D5C3AC30034750D /* libRNVectorIcons.a */ = {
10491080
isa = PBXReferenceProxy;
10501081
fileType = archive.ar;
@@ -1400,6 +1431,7 @@
14001431
"$(SRCROOT)/../node_modules/bugsnag-react-native/cocoa/**",
14011432
"$(SRCROOT)/../node_modules/react-native-maps/ios/**",
14021433
"$(SRCROOT)/../node_modules/react-native-network-info/ios",
1434+
"$(SRCROOT)/../node_modules/react-native-restart/ios/RCTRestart",
14031435
);
14041436
INFOPLIST_FILE = AllAboutOlaf/Info.plist;
14051437
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1445,6 +1477,7 @@
14451477
"$(SRCROOT)/../node_modules/bugsnag-react-native/cocoa/**",
14461478
"$(SRCROOT)/../node_modules/react-native-maps/ios/**",
14471479
"$(SRCROOT)/../node_modules/react-native-network-info/ios",
1480+
"$(SRCROOT)/../node_modules/react-native-restart/ios/RCTRestart",
14481481
);
14491482
INFOPLIST_FILE = AllAboutOlaf/Info.plist;
14501483
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

0 commit comments

Comments
 (0)