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
 			remoteGlobalIDString = 2D2A28881D9B049200D4039D;
233
 			remoteGlobalIDString = 2D2A28881D9B049200D4039D;
234
 			remoteInfo = "RCTWebSocket-tvOS";
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
 		E8CB6AA71FF10BC4007C82EF /* PBXContainerItemProxy */ = {
243
 		E8CB6AA71FF10BC4007C82EF /* PBXContainerItemProxy */ = {
237
 			isa = PBXContainerItemProxy;
244
 			isa = PBXContainerItemProxy;
238
 			containerPortal = 7B8F2FCA1E840F3600110AEC /* React.xcodeproj */;
245
 			containerPortal = 7B8F2FCA1E840F3600110AEC /* React.xcodeproj */;
352
 				E8CB6AAA1FF10BC4007C82EF /* libthird-party.a */,
359
 				E8CB6AAA1FF10BC4007C82EF /* libthird-party.a */,
353
 				E8CB6AAC1FF10BC4007C82EF /* libdouble-conversion.a */,
360
 				E8CB6AAC1FF10BC4007C82EF /* libdouble-conversion.a */,
354
 				E8CB6AAE1FF10BC4007C82EF /* libdouble-conversion.a */,
361
 				E8CB6AAE1FF10BC4007C82EF /* libdouble-conversion.a */,
362
+				E506412520A3138100EC769F /* libprivatedata.a */,
355
 			);
363
 			);
356
 			name = Products;
364
 			name = Products;
357
 			sourceTree = "<group>";
365
 			sourceTree = "<group>";
791
 			remoteRef = 7B8F30471E8412E100110AEC /* PBXContainerItemProxy */;
799
 			remoteRef = 7B8F30471E8412E100110AEC /* PBXContainerItemProxy */;
792
 			sourceTree = BUILT_PRODUCTS_DIR;
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
 		E8CB6AA81FF10BC4007C82EF /* libthird-party.a */ = {
809
 		E8CB6AA81FF10BC4007C82EF /* libthird-party.a */ = {
795
 			isa = PBXReferenceProxy;
810
 			isa = PBXReferenceProxy;
796
 			fileType = archive.ar;
811
 			fileType = archive.ar;
846
 			);
861
 			);
847
 			runOnlyForDeploymentPostprocessing = 0;
862
 			runOnlyForDeploymentPostprocessing = 0;
848
 			shellPath = /bin/sh;
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
 /* End PBXShellScriptBuildPhase section */
866
 /* End PBXShellScriptBuildPhase section */
852
 
867