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/19 22:34:10 UTC

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

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

Branch: refs/heads/2.8.x
Commit: b88091edaae6136e3de3d3c747083339228681c0
Parents: db65dd6
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Jun 17 15:59:35 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Jun 19 13:33:15 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/b88091ed/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 4ea993b..59061b79 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 ##