Updated Branches: refs/heads/master b85a4978c -> ee9704e88
Copy cordova.ios.js into www/ before Copy Resources instead of afterwards. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/ee9704e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/ee9704e8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/ee9704e8 Branch: refs/heads/master Commit: ee9704e88b5e25124194e2c97b5c1e3d0ed83c61 Parents: b85a497 Author: Andrew Grieve <agri...@chromium.org> Authored: Tue Aug 7 16:02:36 2012 -0400 Committer: Andrew Grieve <agri...@chromium.org> Committed: Tue Aug 7 16:02:36 2012 -0400 ---------------------------------------------------------------------- CordovaLib/CordovaTests.xcodeproj/project.pbxproj | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/ee9704e8/CordovaLib/CordovaTests.xcodeproj/project.pbxproj ---------------------------------------------------------------------- diff --git a/CordovaLib/CordovaTests.xcodeproj/project.pbxproj b/CordovaLib/CordovaTests.xcodeproj/project.pbxproj index 0dc8cdb..3d1fda3 100644 --- a/CordovaLib/CordovaTests.xcodeproj/project.pbxproj +++ b/CordovaLib/CordovaTests.xcodeproj/project.pbxproj @@ -261,8 +261,8 @@ buildPhases = ( 303A4064152124BB00182201 /* Sources */, 303A4065152124BB00182201 /* Frameworks */, + 30F8AE1615212883006625B3 /* Copy cordova.ios.js into www directory */, 303A4066152124BB00182201 /* Resources */, - 30F8AE1615212883006625B3 /* ShellScript */, ); buildRules = ( ); @@ -361,7 +361,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 30F8AE1615212883006625B3 /* ShellScript */ = { + 30F8AE1615212883006625B3 /* Copy cordova.ios.js into www directory */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -369,6 +369,7 @@ inputPaths = ( "", ); + name = "Copy cordova.ios.js into www directory"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0;