From fa062aab1476703cf51acfa1a58696c38d2f1fea Mon Sep 17 00:00:00 2001 From: sasaki takeru Date: Tue, 19 Jul 2016 01:43:51 -0700 Subject: [PATCH] fix UIExplorer build path Summary: UIExplorerApp.ios.js is moved into js directory. Closes https://github.com/facebook/react-native/pull/8884 Differential Revision: D3586032 Pulled By: nathanajah fbshipit-source-id: 93793681e33a0922e3d8503da3f1c0d01fd4fa93 --- Examples/UIExplorer/UIExplorer.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/UIExplorer.xcodeproj/project.pbxproj b/Examples/UIExplorer/UIExplorer.xcodeproj/project.pbxproj index 3163f81bb3b..777773a5a8b 100644 --- a/Examples/UIExplorer/UIExplorer.xcodeproj/project.pbxproj +++ b/Examples/UIExplorer/UIExplorer.xcodeproj/project.pbxproj @@ -902,7 +902,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "export NODE_BINARY=node\n$SRCROOT/../../packager/react-native-xcode.sh Examples/UIExplorer/UIExplorerApp.ios.js"; + shellScript = "export NODE_BINARY=node\n$SRCROOT/../../packager/react-native-xcode.sh Examples/UIExplorer/js/UIExplorerApp.ios.js"; }; /* End PBXShellScriptBuildPhase section */