Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E4811023F for ; Sat, 19 Oct 2013 00:35:07 +0000 (UTC) Received: (qmail 85422 invoked by uid 500); 19 Oct 2013 00:35:07 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 85402 invoked by uid 500); 19 Oct 2013 00:35:07 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 85385 invoked by uid 99); 19 Oct 2013 00:35:07 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Oct 2013 00:35:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3C41037000; Sat, 19 Oct 2013 00:35:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: timkim@apache.org To: commits@cordova.apache.org Date: Sat, 19 Oct 2013 00:35:07 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] ios commit: CB-4872 - need to copy over scipts to project Updated Branches: refs/heads/master 0c34e4dd1 -> dfc52c5d7 CB-4872 - need to copy over scipts to project Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/dfc52c5d Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/dfc52c5d Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/dfc52c5d Branch: refs/heads/master Commit: dfc52c5d77798766529035754cc9d9c825056c99 Parents: 75d06ff Author: Tim Kim Authored: Thu Oct 17 13:32:07 2013 -0700 Committer: Tim Kim Committed: Fri Oct 18 17:25:21 2013 -0700 ---------------------------------------------------------------------- bin/create | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/dfc52c5d/bin/create ---------------------------------------------------------------------- diff --git a/bin/create b/bin/create index 27176ee..6b07480 100755 --- a/bin/create +++ b/bin/create @@ -160,3 +160,8 @@ cp -r "$SCRIPT_TEMPLATE_DIR"/* "$PROJECT_PATH/" # copy the check_reqs script 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