You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2012/08/24 20:55:12 UTC

[1/2] ios commit: Have the create script call update_cordova_subproject.

Updated Branches:
  refs/heads/master 7ebbd83c9 -> e8630a584


Have the create script call update_cordova_subproject.


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/e8630a58
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/e8630a58
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/e8630a58

Branch: refs/heads/master
Commit: e8630a584e74d7cc7c414ebbacc0212343c8bc5a
Parents: ebf4efa
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Aug 24 14:51:19 2012 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Aug 24 14:54:15 2012 -0400

----------------------------------------------------------------------
 bin/create |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/e8630a58/bin/create
----------------------------------------------------------------------
diff --git a/bin/create b/bin/create
index 9000fce..efeac87 100755
--- a/bin/create
+++ b/bin/create
@@ -105,3 +105,6 @@ R=$PROJECT_PATH/$PROJECT_NAME
 "$BINDIR/replaces" "$R/$PROJECT_NAME-Prefix.pch"  __TESTING__ "$PROJECT_NAME"
 
 "$BINDIR/replaces" "$R/$PROJECT_NAME-Info.plist" --ID-- $PACKAGE
+
+# Make the sub-project reference to Cordova have the correct path.
+"$BINDIR/update_cordova_subproject" "$R.xcodeproj/project.pbxproj" > /dev/null