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/12 01:31:11 UTC

[1/2] ios commit: Fixed CB-628 - Scrub installation process, document artifacts of Xcode 3 support, mention no ARC

Updated Branches:
  refs/heads/master 85dfb9d0e -> a27f4b374


Fixed CB-628 - Scrub installation process, document artifacts of Xcode 3 support, mention no ARC


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/a27f4b37
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/a27f4b37
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/a27f4b37

Branch: refs/heads/master
Commit: a27f4b374c22099f70dd9446c8c251b37de2a19f
Parents: 171f917
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri May 11 16:31:03 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri May 11 16:31:03 2012 -0700

----------------------------------------------------------------------
 CordovaInstaller/docs/finishup.md |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/a27f4b37/CordovaInstaller/docs/finishup.md
----------------------------------------------------------------------
diff --git a/CordovaInstaller/docs/finishup.md b/CordovaInstaller/docs/finishup.md
index ceb6d89..a88b204 100644
--- a/CordovaInstaller/docs/finishup.md
+++ b/CordovaInstaller/docs/finishup.md
@@ -22,6 +22,7 @@
 
 ## Plugins
 
+* **DO NOT CHECK** the "Automatic Reference Counting" option when creating a new project, if not you will have compile errors.
 * Plugins **MUST** add their plugin mapping to their app's Cordova.plist Plugins key, if not they will not work (see your plugin's README)
 * Plugins **MUST** add any external hosts they connect to to the white-list in Cordova.plist/ExternalHosts (add hostnames **only**, NO protocols nor paths)
 * A plugin's Objective-C code **MUST** be added to the project properly in a "group" (**YELLOW** folder), if you incorrectly added it as a folder reference it would be a blue folder (just delete the reference, and re-add)