Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C536C0A8 for ; Fri, 4 May 2012 00:21:50 +0000 (UTC) Received: (qmail 42595 invoked by uid 500); 4 May 2012 00:21:50 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 42580 invoked by uid 500); 4 May 2012 00:21:50 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 42572 invoked by uid 99); 4 May 2012 00:21:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 00:21:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BE44813CB8; Fri, 4 May 2012 00:21:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: ios commit: Fixed CB-637 - Add a doc on how to update the template project in the bin subfolder Message-Id: <20120504002149.BE44813CB8@tyr.zones.apache.org> Date: Fri, 4 May 2012 00:21:49 +0000 (UTC) Updated Branches: refs/heads/master ce742b8cd -> 598fb3f8c Fixed CB-637 - Add a doc on how to update the template project in the bin subfolder 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/598fb3f8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/598fb3f8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/598fb3f8 Branch: refs/heads/master Commit: 598fb3f8ccb82c2417a3c55f15dd3f377eb6f624 Parents: ce742b8 Author: Shazron Abdullah Authored: Thu May 3 17:21:39 2012 -0700 Committer: Shazron Abdullah Committed: Thu May 3 17:21:39 2012 -0700 ---------------------------------------------------------------------- bin/README.md | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/598fb3f8/bin/README.md ---------------------------------------------------------------------- diff --git a/bin/README.md b/bin/README.md new file mode 100644 index 0000000..9aa1510 --- /dev/null +++ b/bin/README.md @@ -0,0 +1,22 @@ +Updating the template project +----------------------------- + +1. In Xcode 4, create a new "Cordova-based Application" +2. For **Product Name**, set it to **"\_\_TESTING\_\_"** (two underscores on each side) +3. For **Company Identifier**, set it to **"--ID--"** (two dashes on each side) +4. Create the project +5. Run it once, find the **"www"** folder and add it as a **Folder Reference** to the project +6. Close the project +7. Delete these folders and files: + + bin/templates/project/__TESTING__ + bin/templates/project/www + bin/templates/project/__TESTING__.xcodeproj + +8. Inside the project folder from the project you created above, copy these folders and files to your **bin/templates/project**: + + __TESTING__ + www + __TESTING__.xcodeproj + +9. Check your modified and new project files in to Git, and push it upstream