diff options
Diffstat (limited to 'StoneIsland/platforms/ios/ios.json')
| -rw-r--r-- | StoneIsland/platforms/ios/ios.json | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/StoneIsland/platforms/ios/ios.json b/StoneIsland/platforms/ios/ios.json index 0ef21200..2058e26d 100644 --- a/StoneIsland/platforms/ios/ios.json +++ b/StoneIsland/platforms/ios/ios.json @@ -37,11 +37,11 @@ "count": 1 }, { - "xml": "<feature name=\"PushNotification\"><param name=\"ios-package\" value=\"PushPlugin\" /></feature>", + "xml": "<feature name=\"SocialSharing\"><param name=\"ios-package\" value=\"SocialSharing\" /><param name=\"onload\" value=\"true\" /></feature>", "count": 1 }, { - "xml": "<feature name=\"SocialSharing\"><param name=\"ios-package\" value=\"SocialSharing\" /><param name=\"onload\" value=\"true\" /></feature>", + "xml": "<feature name=\"PushNotification\"><param name=\"ios-package\" value=\"PushPlugin\" /></feature>", "count": 1 } ] @@ -49,21 +49,21 @@ }, "*-Info.plist": { "parents": { - "NSLocationWhenInUseUsageDescription": [ + "CFBundleURLTypes": [ { - "xml": "<string />", + "xml": "<array><dict><key>CFBundleURLSchemes</key><array><string>stoneisland</string></array></dict></array>", "count": 1 } ], - "UIBackgroundModes": [ + "NSLocationWhenInUseUsageDescription": [ { - "xml": "<array><string>remote-notification</string></array>", + "xml": "<string />", "count": 1 } ], - "CFBundleURLTypes": [ + "UIBackgroundModes": [ { - "xml": "<array><dict><key>CFBundleURLSchemes</key><array><string>stoneisland</string></array></dict></array>", + "xml": "<array><string>remote-notification</string></array>", "count": 1 } ] @@ -72,39 +72,39 @@ } }, "installed_plugins": { - "cordova-plugin-whitelist": { - "PACKAGE_NAME": "io.cordova.hellocordova" - }, "com.ionic.keyboard": { - "PACKAGE_NAME": "io.cordova.hellocordova" + "PACKAGE_NAME": "us.okfoc.stoneisland" }, "cordova-plugin-console": { - "PACKAGE_NAME": "io.cordova.hellocordova" + "PACKAGE_NAME": "us.okfoc.stoneisland" + }, + "cordova-plugin-customurlscheme": { + "URL_SCHEME": "stoneisland", + "PACKAGE_NAME": "us.okfoc.stoneisland" }, "cordova-plugin-device": { - "PACKAGE_NAME": "io.cordova.hellocordova" + "PACKAGE_NAME": "us.okfoc.stoneisland" }, "cordova-plugin-dialogs": { - "PACKAGE_NAME": "io.cordova.hellocordova" + "PACKAGE_NAME": "us.okfoc.stoneisland" }, "cordova-plugin-geolocation": { - "PACKAGE_NAME": "io.cordova.hellocordova" + "PACKAGE_NAME": "us.okfoc.stoneisland" }, "cordova-plugin-network-information": { - "PACKAGE_NAME": "io.cordova.hellocordova" + "PACKAGE_NAME": "us.okfoc.stoneisland" }, "cordova-plugin-splashscreen": { - "PACKAGE_NAME": "io.cordova.hellocordova" - }, - "phonegap-plugin-push": { - "PACKAGE_NAME": "io.cordova.hellocordova" + "PACKAGE_NAME": "us.okfoc.stoneisland" }, - "cordova-plugin-customurlscheme": { - "URL_SCHEME": "stoneisland", - "PACKAGE_NAME": "io.cordova.hellocordova" + "cordova-plugin-whitelist": { + "PACKAGE_NAME": "us.okfoc.stoneisland" }, "cordova-plugin-x-socialsharing": { - "PACKAGE_NAME": "io.cordova.hellocordova" + "PACKAGE_NAME": "us.okfoc.stoneisland" + }, + "phonegap-plugin-push": { + "PACKAGE_NAME": "us.okfoc.stoneisland" } }, "dependent_plugins": {}, @@ -134,6 +134,14 @@ ] }, { + "file": "plugins/cordova-plugin-customurlscheme/www/ios/LaunchMyApp.js", + "id": "cordova-plugin-customurlscheme.LaunchMyApp", + "pluginId": "cordova-plugin-customurlscheme", + "clobbers": [ + "window.plugins.launchmyapp" + ] + }, + { "file": "plugins/cordova-plugin-device/www/device.js", "id": "cordova-plugin-device.device", "pluginId": "cordova-plugin-device", @@ -207,41 +215,33 @@ ] }, { - "file": "plugins/phonegap-plugin-push/www/push.js", - "id": "phonegap-plugin-push.PushNotification", - "pluginId": "phonegap-plugin-push", - "clobbers": [ - "PushNotification" - ] - }, - { - "file": "plugins/cordova-plugin-customurlscheme/www/ios/LaunchMyApp.js", - "id": "cordova-plugin-customurlscheme.LaunchMyApp", - "pluginId": "cordova-plugin-customurlscheme", - "clobbers": [ - "window.plugins.launchmyapp" - ] - }, - { "file": "plugins/cordova-plugin-x-socialsharing/www/SocialSharing.js", "id": "cordova-plugin-x-socialsharing.SocialSharing", "pluginId": "cordova-plugin-x-socialsharing", "clobbers": [ "window.plugins.socialsharing" ] + }, + { + "file": "plugins/phonegap-plugin-push/www/push.js", + "id": "phonegap-plugin-push.PushNotification", + "pluginId": "phonegap-plugin-push", + "clobbers": [ + "PushNotification" + ] } ], "plugin_metadata": { - "cordova-plugin-whitelist": "1.0.0", "com.ionic.keyboard": "1.0.4", "cordova-plugin-console": "1.0.1", + "cordova-plugin-customurlscheme": "4.0.0", "cordova-plugin-device": "1.0.1", "cordova-plugin-dialogs": "1.1.1", "cordova-plugin-geolocation": "1.0.1", "cordova-plugin-network-information": "1.0.1", "cordova-plugin-splashscreen": "2.1.0", - "phonegap-plugin-push": "1.4.4", - "cordova-plugin-customurlscheme": "4.0.0", - "cordova-plugin-x-socialsharing": "5.0.7" + "cordova-plugin-whitelist": "1.0.0", + "cordova-plugin-x-socialsharing": "5.0.7", + "phonegap-plugin-push": "1.4.4" } }
\ No newline at end of file |
