Skip to content

Commit

Permalink
[Example] Update path to scripts/react-native-xcode.sh for RN v0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Sep 12, 2017
1 parent ce8d5c5 commit c2e8df3
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion example/ios/GiftedChat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,20 @@
remoteGlobalIDString = 2D2A28201D9B03D100D4039D;
remoteInfo = "RCTAnimation-tvOS";
};
6D183BE71F68354600645B7B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 3D383D3C1EBD27B6005632C8;
remoteInfo = "third-party-tvOS";
};
6D183BE91F68354600645B7B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 3D383D621EBD27B9005632C8;
remoteInfo = "double-conversion-tvOS";
};
6D3966831F133F0E00ADDCB0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 215169906BE1417F8A7EEF15 /* AirMaps.xcodeproj */;
Expand Down Expand Up @@ -447,7 +461,9 @@
3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */,
3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */,
6D3966A11F133F0E00ADDCB0 /* libthird-party.a */,
6D183BE81F68354600645B7B /* libthird-party.a */,
6D3966A31F133F0E00ADDCB0 /* libdouble-conversion.a */,
6D183BEA1F68354600645B7B /* libdouble-conversion.a */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -874,6 +890,20 @@
remoteRef = 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
6D183BE81F68354600645B7B /* libthird-party.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = "libthird-party.a";
remoteRef = 6D183BE71F68354600645B7B /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
6D183BEA1F68354600645B7B /* libdouble-conversion.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = "libdouble-conversion.a";
remoteRef = 6D183BE91F68354600645B7B /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
6D3966841F133F0E00ADDCB0 /* libAirMaps.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
Expand Down Expand Up @@ -965,7 +995,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
};
2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit c2e8df3

Please sign in to comment.