You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/05/04 02:21:49 UTC

ios commit: Fixed CB-637 - Add a doc on how to update the template project in the bin subfolder

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 <sh...@apache.org>
Authored: Thu May 3 17:21:39 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
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