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 2014/05/07 02:39:49 UTC

docs commit: CB-6614 - Embedded Webview tutorial doesn't work

Repository: cordova-docs
Updated Branches:
  refs/heads/master 33823ba2b -> c9fca9d0a


CB-6614 - Embedded Webview tutorial doesn't work

Signed-off-by: Shazron Abdullah <sh...@apache.org>


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

Branch: refs/heads/master
Commit: c9fca9d0aa6a0ebf1a75a739328276e8a4d35278
Parents: 33823ba
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue May 6 17:40:06 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue May 6 17:40:06 2014 -0700

----------------------------------------------------------------------
 docs/en/3.0.0/guide/platforms/ios/webview.md | 10 ++--------
 docs/en/3.1.0/guide/platforms/ios/webview.md | 10 ++--------
 docs/en/3.2.0/guide/platforms/ios/webview.md | 10 ++--------
 docs/en/3.3.0/guide/platforms/ios/webview.md | 10 ++--------
 docs/en/3.4.0/guide/platforms/ios/webview.md | 10 ++--------
 docs/en/edge/guide/platforms/ios/webview.md  | 10 ++--------
 6 files changed, 12 insertions(+), 48 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c9fca9d0/docs/en/3.0.0/guide/platforms/ios/webview.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/guide/platforms/ios/webview.md b/docs/en/3.0.0/guide/platforms/ios/webview.md
index c95b069..47f3e7e 100644
--- a/docs/en/3.0.0/guide/platforms/ios/webview.md
+++ b/docs/en/3.0.0/guide/platforms/ios/webview.md
@@ -69,16 +69,10 @@ based Cleaver implementation.
 
 15. Select the __+__ button, and add the following __frameworks__. Optionally in the Project Navigator, move them under the __Frameworks__ group):
 
-        AddressBook.framework
-        AddressBookUI.framework
-        AudioToolbox.framework
-        AVFoundation.framework
+        AssetsLibrary.framework
         CoreLocation.framework
-        MediaPlayer.framework
-        QuartzCore.framework
-        SystemConfiguration.framework
+        CoreGraphics.framework
         MobileCoreServices.framework
-        CoreMedia.framework
 
 16. Expand __Target Dependencies__, the top box labeled like this if you have multiple boxes!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c9fca9d0/docs/en/3.1.0/guide/platforms/ios/webview.md
----------------------------------------------------------------------
diff --git a/docs/en/3.1.0/guide/platforms/ios/webview.md b/docs/en/3.1.0/guide/platforms/ios/webview.md
index e755392..742f599 100644
--- a/docs/en/3.1.0/guide/platforms/ios/webview.md
+++ b/docs/en/3.1.0/guide/platforms/ios/webview.md
@@ -69,16 +69,10 @@ based Cleaver implementation.
 
 15. Select the __+__ button, and add the following __frameworks__. Optionally in the Project Navigator, move them under the __Frameworks__ group):
 
-        AddressBook.framework
-        AddressBookUI.framework
-        AudioToolbox.framework
-        AVFoundation.framework
+        AssetsLibrary.framework
         CoreLocation.framework
-        MediaPlayer.framework
-        QuartzCore.framework
-        SystemConfiguration.framework
+        CoreGraphics.framework
         MobileCoreServices.framework
-        CoreMedia.framework
 
 16. Expand __Target Dependencies__, the top box labeled like this if you have multiple boxes!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c9fca9d0/docs/en/3.2.0/guide/platforms/ios/webview.md
----------------------------------------------------------------------
diff --git a/docs/en/3.2.0/guide/platforms/ios/webview.md b/docs/en/3.2.0/guide/platforms/ios/webview.md
index f99ba1a..35fb9c5 100644
--- a/docs/en/3.2.0/guide/platforms/ios/webview.md
+++ b/docs/en/3.2.0/guide/platforms/ios/webview.md
@@ -80,16 +80,10 @@ package.
    Optionally within the __Project Navigator__, move them under the
    __Frameworks__ group:
 
-        AddressBook.framework
-        AddressBookUI.framework
-        AudioToolbox.framework
-        AVFoundation.framework
+        AssetsLibrary.framework
         CoreLocation.framework
-        MediaPlayer.framework
-        QuartzCore.framework
-        SystemConfiguration.framework
+        CoreGraphics.framework
         MobileCoreServices.framework
-        CoreMedia.framework
 
 1. Expand __Target Dependencies__, the top box with that label if
    there's more than one box.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c9fca9d0/docs/en/3.3.0/guide/platforms/ios/webview.md
----------------------------------------------------------------------
diff --git a/docs/en/3.3.0/guide/platforms/ios/webview.md b/docs/en/3.3.0/guide/platforms/ios/webview.md
index f99ba1a..35fb9c5 100644
--- a/docs/en/3.3.0/guide/platforms/ios/webview.md
+++ b/docs/en/3.3.0/guide/platforms/ios/webview.md
@@ -80,16 +80,10 @@ package.
    Optionally within the __Project Navigator__, move them under the
    __Frameworks__ group:
 
-        AddressBook.framework
-        AddressBookUI.framework
-        AudioToolbox.framework
-        AVFoundation.framework
+        AssetsLibrary.framework
         CoreLocation.framework
-        MediaPlayer.framework
-        QuartzCore.framework
-        SystemConfiguration.framework
+        CoreGraphics.framework
         MobileCoreServices.framework
-        CoreMedia.framework
 
 1. Expand __Target Dependencies__, the top box with that label if
    there's more than one box.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c9fca9d0/docs/en/3.4.0/guide/platforms/ios/webview.md
----------------------------------------------------------------------
diff --git a/docs/en/3.4.0/guide/platforms/ios/webview.md b/docs/en/3.4.0/guide/platforms/ios/webview.md
index f99ba1a..35fb9c5 100644
--- a/docs/en/3.4.0/guide/platforms/ios/webview.md
+++ b/docs/en/3.4.0/guide/platforms/ios/webview.md
@@ -80,16 +80,10 @@ package.
    Optionally within the __Project Navigator__, move them under the
    __Frameworks__ group:
 
-        AddressBook.framework
-        AddressBookUI.framework
-        AudioToolbox.framework
-        AVFoundation.framework
+        AssetsLibrary.framework
         CoreLocation.framework
-        MediaPlayer.framework
-        QuartzCore.framework
-        SystemConfiguration.framework
+        CoreGraphics.framework
         MobileCoreServices.framework
-        CoreMedia.framework
 
 1. Expand __Target Dependencies__, the top box with that label if
    there's more than one box.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c9fca9d0/docs/en/edge/guide/platforms/ios/webview.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/webview.md b/docs/en/edge/guide/platforms/ios/webview.md
index 9a7e040..57f8025 100644
--- a/docs/en/edge/guide/platforms/ios/webview.md
+++ b/docs/en/edge/guide/platforms/ios/webview.md
@@ -80,16 +80,10 @@ package.
    Optionally within the __Project Navigator__, move them under the
    __Frameworks__ group:
 
-        AddressBook.framework
-        AddressBookUI.framework
-        AudioToolbox.framework
-        AVFoundation.framework
+        AssetsLibrary.framework
         CoreLocation.framework
-        MediaPlayer.framework
-        QuartzCore.framework
-        SystemConfiguration.framework
+        CoreGraphics.framework
         MobileCoreServices.framework
-        CoreMedia.framework
 
 1. Expand __Target Dependencies__, the top box with that label if
    there's more than one box.