summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-03 00:23:09 -0500
committerJules Laplace <jules@okfoc.us>2015-12-03 00:23:09 -0500
commite760f95dc843cf11367d1aea0ed832991964584a (patch)
treecf03b343ef830c58f2b12aa0c76135fca58489c9 /StoneIsland/plugins
parent0a55602cb98fea35632f8f11e840c65cc9011018 (diff)
rebuild project
Diffstat (limited to 'StoneIsland/plugins')
-rw-r--r--StoneIsland/plugins/ios.json141
1 files changed, 18 insertions, 123 deletions
diff --git a/StoneIsland/plugins/ios.json b/StoneIsland/plugins/ios.json
index 77cd0086..bd4d076d 100644
--- a/StoneIsland/plugins/ios.json
+++ b/StoneIsland/plugins/ios.json
@@ -4,147 +4,42 @@
"uninstalled": []
},
"config_munge": {
- "files": {
- "config.xml": {
- "parents": {
- "/*": [
- {
- "xml": "<feature name=\"Keyboard\"><param name=\"ios-package\" onload=\"true\" value=\"IonicKeyboard\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Console\"><param name=\"ios-package\" value=\"CDVLogger\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Device\"><param name=\"ios-package\" value=\"CDVDevice\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Notification\"><param name=\"ios-package\" value=\"CDVNotification\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Geolocation\"><param name=\"ios-package\" value=\"CDVLocation\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"NetworkStatus\"><param name=\"ios-package\" value=\"CDVConnection\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"SplashScreen\"><param name=\"ios-package\" value=\"CDVSplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"PushNotification\"><param name=\"ios-package\" value=\"PushPlugin\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"SocialSharing\"><param name=\"ios-package\" value=\"SocialSharing\" /><param name=\"onload\" value=\"true\" /></feature>",
- "count": 1
- }
- ]
- }
- },
- "framework": {
- "parents": {
- "AudioToolbox.framework": [
- {
- "xml": true,
- "count": 1
- }
- ],
- "CoreLocation.framework": [
- {
- "xml": false,
- "count": 1
- }
- ],
- "SystemConfiguration.framework": [
- {
- "xml": true,
- "count": 1
- }
- ],
- "CoreGraphics.framework": [
- {
- "xml": false,
- "count": 1
- }
- ],
- "Social.framework": [
- {
- "xml": true,
- "count": 1
- }
- ],
- "MessageUI.framework": [
- {
- "xml": true,
- "count": 1
- }
- ]
- }
- },
- "*-Info.plist": {
- "parents": {
- "NSLocationWhenInUseUsageDescription": [
- {
- "xml": "<string />",
- "count": 1
- }
- ],
- "UIBackgroundModes": [
- {
- "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
- }
- ]
- }
- }
- }
+ "files": {}
},
"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"
+ "PACKAGE_NAME": "us.okfoc.stoneisland"
},
- "phonegap-plugin-push": {
- "PACKAGE_NAME": "io.cordova.hellocordova"
- },
- "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": {}