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 2013/06/18 00:59:55 UTC

docs commit: [CB-3752] Upgrade Guide is missing instruction to add 2 frameworks

Updated Branches:
  refs/heads/master 47135e11e -> a7a95688b


[CB-3752] Upgrade Guide is missing instruction to add 2 frameworks


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

Branch: refs/heads/master
Commit: a7a95688bcd53447a8fd849d06df760c99fdd8dc
Parents: 47135e1
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Jun 17 15:59:35 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Jun 17 15:59:35 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/upgrading/ios/index.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a7a95688/docs/en/edge/guide/upgrading/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/upgrading/ios/index.md b/docs/en/edge/guide/upgrading/ios/index.md
index 5953098..d298fd7 100644
--- a/docs/en/edge/guide/upgrading/ios/index.md
+++ b/docs/en/edge/guide/upgrading/ios/index.md
@@ -44,6 +44,11 @@ Please note that **Xcode 4.5 is required**. To submit to the Apple App Store, yo
     	<!-- other <feature> tags -->
         
 8. Delete your **"CordovaLib"** folder, and copy the **"CordovaLib"** folder from the new project into your project's root folder
+9. Add these two frameworks to your project:
+        
+        OpenAL
+        ImageIO
+        
 
 ## Upgrading Cordova 2.6.0 projects to 2.7.0 ##