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 2013/12/05 03:37:27 UTC

ios commit: CB-5298 Have bin/create run bin/check_reqs.

Updated Branches:
  refs/heads/master 44259f2ad -> 3e1cdddeb


CB-5298 Have bin/create run bin/check_reqs.


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/3e1cddde
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/3e1cddde
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/3e1cddde

Branch: refs/heads/master
Commit: 3e1cdddebb7b1904f3a84368ed6205c987dd5524
Parents: 44259f2
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Dec 4 21:36:13 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Dec 4 21:37:22 2013 -0500

----------------------------------------------------------------------
 bin/create | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/3e1cddde/bin/create
----------------------------------------------------------------------
diff --git a/bin/create b/bin/create
index 6b07480..772e8e6 100755
--- a/bin/create
+++ b/bin/create
@@ -75,6 +75,7 @@ PROJECT_PARENT=$(dirname "$PROJECT_PATH")
 PROJECT_TEMPLATE_DIR=${4:-"$BINDIR/templates/project"}
 SCRIPT_TEMPLATE_DIR=$BINDIR/templates/scripts
 
+"$BINDIR/check_reqs" || exit $?
 
 # check whether the project path exists and is not empty
 if [ -d "$PROJECT_PATH" ]; then
@@ -164,4 +165,4 @@ cp "$BINDIR/check_reqs" "$PROJECT_PATH"/cordova
 # copy the version scripts script
 cp "$BINDIR/apple_ios_version" "$PROJECT_PATH"/cordova
 cp "$BINDIR/apple_osx_version" "$PROJECT_PATH"/cordova
-cp "$BINDIR/apple_xcode_version" "$PROJECT_PATH"/cordova
\ No newline at end of file
+cp "$BINDIR/apple_xcode_version" "$PROJECT_PATH"/cordova