From a85800cdffa9c99a87ff427a7bbb2240a7fbc50a Mon Sep 17 00:00:00 2001 From: sasaki takeru Date: Tue, 19 Jul 2016 17:00:31 +0900 Subject: [PATCH] fix UIExplorer build path UIExplorerApp.ios.js is moved into js directory. --- 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 3163f81bb3bd..777773a5a8bd 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 */