You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:06:57 UTC

[26/50] docs commit: [CB-3820] no custom URL schemes iOS pref in COrdova

[CB-3820] no custom URL schemes iOS pref in COrdova


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

Branch: refs/heads/master
Commit: 14db3bf954bf1e11002c660e070833c406c3d617
Parents: ac9f67d
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 15:33:42 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:03:31 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/config.md | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/14db3bf9/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md
index 2743e65..38b3751 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -266,18 +266,3 @@ File for information on global configuration options.
 
 -->
 
-## Custom URL Schemes
-
-On iOS, adding a `<gap:url-scheme>` element allows you to register
-[custom URL schemes](https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/AdvancedAppTricks/AdvancedAppTricks.html#//apple_ref/doc/uid/TP40007072-CH7-SW50), as in the following example:
-
-        <gap:url-scheme name="com.acme.myscheme" role="None">
-          <scheme>pgbr</scheme>
-          <scheme>pgbw</scheme>
-        </gap:url-scheme>
-
-The optional `name` attribute defaults to the app's bundle id. It must
-be unique, otherwise the build fails.  The optional `role` must be
-either `Editor`, `Viewer`, `Shell`, or `None`.  At least one `scheme`
-must be registered.
-