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/04/06 10:41:51 UTC

docs commit: Fixed CB-351 - Update getting started guide for iOS

Updated Branches:
  refs/heads/master 5a31f7fc2 -> 3dd4e0914


Fixed CB-351 - Update getting started guide for iOS


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

Branch: refs/heads/master
Commit: 3dd4e09142749cf739494580a6cf880dfa315065
Parents: 5a31f7f
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Fri Apr 6 01:41:37 2012 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Fri Apr 6 01:41:37 2012 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/getting-started/ios/index.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/3dd4e091/docs/en/edge/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/ios/index.md b/docs/en/edge/guide/getting-started/ios/index.md
index 53e37b4..768e065 100644
--- a/docs/en/edge/guide/getting-started/ios/index.md
+++ b/docs/en/edge/guide/getting-started/ios/index.md
@@ -86,7 +86,7 @@ You can also add any associated JavaScript and CSS files there as well.
 5B. Deploy to Device
 --------------------
 
-- Open [AppName]-Info.plist (where [AppName] is your application's name)
+- Open [AppName]-Info.plist (where [AppName] is your application's name), under the "Supporting Files" group
 - Change **BundleIdentifier** to the identifier provided by Apple, or your own bundle identifier. If you have a developer license, you can access and run the Assistant [here](http://developer.apple.com/iphone/manage/overview/index.action) and register your app.
 - Change the Active SDK in the Scheme drop-down menu on the toolbar to **[DEVICENAME]** where [DEVICENAME] is the name of the device you want to deploy to.
 - Select the **Run** button in your project window's toolbar