summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/ios.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-30 23:07:12 -0500
committerJules Laplace <jules@okfoc.us>2015-11-30 23:07:12 -0500
commitef14c875d7056f90be606ebf1f389c112b947f81 (patch)
tree0a0fa9f13f32c5fc2b5afdfaaea48c6aa3bd35f4 /StoneIsland/plugins/ios.json
parent0381ab43b7e110a5c3950ca9f8bbe4007963c907 (diff)
canadian country code
Diffstat (limited to 'StoneIsland/plugins/ios.json')
-rw-r--r--StoneIsland/plugins/ios.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/StoneIsland/plugins/ios.json b/StoneIsland/plugins/ios.json
index 337f2532..2a7a09ab 100644
--- a/StoneIsland/plugins/ios.json
+++ b/StoneIsland/plugins/ios.json
@@ -84,6 +84,12 @@
"xml": "<array><string>remote-notification</string></array>",
"count": 1
}
+ ],
+ "CFBundleURLTypes": [
+ {
+ "xml": "<array><dict><key>CFBundleURLSchemes</key><array><string>stoneisland</string></array></dict></array>",
+ "count": 1
+ }
]
}
}
@@ -116,6 +122,10 @@
},
"phonegap-plugin-push": {
"PACKAGE_NAME": "io.cordova.hellocordova"
+ },
+ "cordova-plugin-customurlscheme": {
+ "URL_SCHEME": "stoneisland",
+ "PACKAGE_NAME": "io.cordova.hellocordova"
}
},
"dependent_plugins": {}