Browse Source

Point to index.js in xcode build scripts

Guy Carmeli 6 years ago
parent
commit
60fdb64a14
1 changed files with 16 additions and 1 deletions
  1. 16
    1
      playground/ios/playground.xcodeproj/project.pbxproj

+ 16
- 1
playground/ios/playground.xcodeproj/project.pbxproj View File

@@ -233,6 +233,13 @@
233 233
 			remoteGlobalIDString = 2D2A28881D9B049200D4039D;
234 234
 			remoteInfo = "RCTWebSocket-tvOS";
235 235
 		};
236
+		E506412420A3138100EC769F /* PBXContainerItemProxy */ = {
237
+			isa = PBXContainerItemProxy;
238
+			containerPortal = 7B8F2FCA1E840F3600110AEC /* React.xcodeproj */;
239
+			proxyType = 2;
240
+			remoteGlobalIDString = 9936F3131F5F2E4B0010BF04;
241
+			remoteInfo = privatedata;
242
+		};
236 243
 		E8CB6AA71FF10BC4007C82EF /* PBXContainerItemProxy */ = {
237 244
 			isa = PBXContainerItemProxy;
238 245
 			containerPortal = 7B8F2FCA1E840F3600110AEC /* React.xcodeproj */;
@@ -352,6 +359,7 @@
352 359
 				E8CB6AAA1FF10BC4007C82EF /* libthird-party.a */,
353 360
 				E8CB6AAC1FF10BC4007C82EF /* libdouble-conversion.a */,
354 361
 				E8CB6AAE1FF10BC4007C82EF /* libdouble-conversion.a */,
362
+				E506412520A3138100EC769F /* libprivatedata.a */,
355 363
 			);
356 364
 			name = Products;
357 365
 			sourceTree = "<group>";
@@ -791,6 +799,13 @@
791 799
 			remoteRef = 7B8F30471E8412E100110AEC /* PBXContainerItemProxy */;
792 800
 			sourceTree = BUILT_PRODUCTS_DIR;
793 801
 		};
802
+		E506412520A3138100EC769F /* libprivatedata.a */ = {
803
+			isa = PBXReferenceProxy;
804
+			fileType = archive.ar;
805
+			path = libprivatedata.a;
806
+			remoteRef = E506412420A3138100EC769F /* PBXContainerItemProxy */;
807
+			sourceTree = BUILT_PRODUCTS_DIR;
808
+		};
794 809
 		E8CB6AA81FF10BC4007C82EF /* libthird-party.a */ = {
795 810
 			isa = PBXReferenceProxy;
796 811
 			fileType = archive.ar;
@@ -846,7 +861,7 @@
846 861
 			);
847 862
 			runOnlyForDeploymentPostprocessing = 0;
848 863
 			shellPath = /bin/sh;
849
-			shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh ./playground/index.ios.js";
864
+			shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh ./playground/index.js";
850 865
 		};
851 866
 /* End PBXShellScriptBuildPhase section */
852 867