summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/ios.json
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/ios.json')
-rw-r--r--StoneIsland/platforms/ios/ios.json167
1 files changed, 65 insertions, 102 deletions
diff --git a/StoneIsland/platforms/ios/ios.json b/StoneIsland/platforms/ios/ios.json
index 2db25e88..047f4cc2 100644
--- a/StoneIsland/platforms/ios/ios.json
+++ b/StoneIsland/platforms/ios/ios.json
@@ -5,6 +5,42 @@
},
"config_munge": {
"files": {
+ "*-Info.plist": {
+ "parents": {
+ "CFBundleName": [
+ {
+ "xml": "<string>Stone Island</string>",
+ "count": 1
+ }
+ ],
+ "CFBundleDisplayName": [
+ {
+ "xml": "<string>Stone Island</string>",
+ "count": 1
+ }
+ ],
+ "CFBundleURLTypes": [
+ {
+ "xml": "<array><dict><key>CFBundleURLSchemes</key><array><string>stoneisland</string></array></dict></array>",
+ "count": 1
+ }
+ ],
+ "NSLocationWhenInUseUsageDescription": [
+ {
+ "xml": "<string />",
+ "count": 1
+ }
+ ],
+ "UIBackgroundModes": [
+ {
+ "xml": "<array><string>remote-notification</string></array>",
+ "count": 1
+ }
+ ],
+ "GCM_SENDER_ID": [],
+ "IS_GCM_ENABLED": []
+ }
+ },
"config.xml": {
"parents": {
"/*": [
@@ -37,18 +73,6 @@
"count": 1
},
{
- "xml": "<feature name=\"SocialSharing\"><param name=\"ios-package\" value=\"SocialSharing\" /><param name=\"onload\" value=\"true\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Keyboard\"><param name=\"ios-package\" onload=\"true\" value=\"IonicKeyboard\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"PushNotification\"><param name=\"ios-package\" value=\"PushPlugin\" /></feature>",
- "count": 1
- },
- {
"xml": "<feature name=\"StatusBar\"><param name=\"ios-package\" value=\"CDVStatusBar\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
},
@@ -61,79 +85,31 @@
"count": 1
},
{
- "xml": "<feature name=\"FirebasePlugin\"><param name=\"ios-package\" value=\"FirebasePlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
- "count": 1
- }
- ]
- }
- },
- "*-Info.plist": {
- "parents": {
- "CFBundleURLTypes": [
- {
- "xml": "<array><dict><key>CFBundleURLSchemes</key><array><string>stoneisland</string></array></dict></array>",
- "count": 1
- }
- ],
- "NSLocationWhenInUseUsageDescription": [
- {
- "xml": "<string />",
- "count": 1
- }
- ],
- "UIBackgroundModes": [
- {
- "xml": "<array><string>remote-notification</string></array>",
- "count": 1
- }
- ],
- "GCM_SENDER_ID": [
- {
- "xml": "<string>XXXXXXX</string>",
- "count": 1
- }
- ],
- "IS_GCM_ENABLED": [
- {
- "xml": "<true />",
+ "xml": "<feature name=\"SocialSharing\"><param name=\"ios-package\" value=\"SocialSharing\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
- }
- ],
- "CFBundleName": [
+ },
{
- "xml": "<string>Stone Island</string>",
+ "xml": "<feature name=\"Keyboard\"><param name=\"ios-package\" onload=\"true\" value=\"IonicKeyboard\" /></feature>",
"count": 1
- }
- ],
- "CFBundleDisplayName": [
+ },
{
- "xml": "<string>Stone Island</string>",
+ "xml": "<feature name=\"PushNotification\"><param name=\"ios-package\" value=\"PushPlugin\" /></feature>",
"count": 1
}
]
}
},
- "*-Debug.plist": {
+ "*/Entitlements-Debug.plist": {
"parents": {
- "aps-environment": [
- {
- "xml": "<string>development</string>",
- "count": 1
- }
- ]
+ "aps-environment": []
}
},
- "*-Release.plist": {
+ "*/Entitlements-Release.plist": {
"parents": {
- "aps-environment": [
- {
- "xml": "<string>production</string>",
- "count": 1
- }
- ]
+ "aps-environment": []
}
},
- "*/Entitlements-Debug.plist": {
+ "*-Debug.plist": {
"parents": {
"aps-environment": [
{
@@ -143,7 +119,7 @@
]
}
},
- "*/Entitlements-Release.plist": {
+ "*-Release.plist": {
"parents": {
"aps-environment": [
{
@@ -156,6 +132,10 @@
}
},
"installed_plugins": {
+ "cordova-plugin-app-name": {
+ "APP_NAME": "Stone Island",
+ "PACKAGE_NAME": "us.okfoc.stoneisland"
+ },
"cordova-plugin-compat": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
@@ -184,6 +164,9 @@
"cordova-plugin-splashscreen": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
+ "cordova-plugin-statusbar": {
+ "PACKAGE_NAME": "us.okfoc.stoneisland"
+ },
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
@@ -194,17 +177,6 @@
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
"phonegap-plugin-push": {
- "SENDER_ID": "XXXXXXX",
- "PACKAGE_NAME": "us.okfoc.stoneisland"
- },
- "cordova-plugin-statusbar": {
- "PACKAGE_NAME": "us.okfoc.stoneisland"
- },
- "cordova-plugin-firebase": {
- "PACKAGE_NAME": "us.okfoc.stoneisland"
- },
- "cordova-plugin-app-name": {
- "APP_NAME": "Stone Island",
"PACKAGE_NAME": "us.okfoc.stoneisland"
}
},
@@ -317,6 +289,14 @@
]
},
{
+ "id": "cordova-plugin-statusbar.statusbar",
+ "file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
+ "pluginId": "cordova-plugin-statusbar",
+ "clobbers": [
+ "window.StatusBar"
+ ]
+ },
+ {
"id": "cordova-plugin-x-socialsharing.SocialSharing",
"file": "plugins/cordova-plugin-x-socialsharing/www/SocialSharing.js",
"pluginId": "cordova-plugin-x-socialsharing",
@@ -340,25 +320,10 @@
"clobbers": [
"PushNotification"
]
- },
- {
- "id": "cordova-plugin-statusbar.statusbar",
- "file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
- "pluginId": "cordova-plugin-statusbar",
- "clobbers": [
- "window.StatusBar"
- ]
- },
- {
- "id": "cordova-plugin-firebase.FirebasePlugin",
- "file": "plugins/cordova-plugin-firebase/www/firebase.js",
- "pluginId": "cordova-plugin-firebase",
- "clobbers": [
- "FirebasePlugin"
- ]
}
],
"plugin_metadata": {
+ "cordova-plugin-app-name": "1.0.4",
"cordova-plugin-compat": "1.1.0",
"cordova-plugin-console": "1.0.4",
"cordova-plugin-customurlscheme": "4.2.0",
@@ -368,12 +333,10 @@
"cordova-plugin-inappbrowser": "1.5.0",
"cordova-plugin-network-information": "1.3.0",
"cordova-plugin-splashscreen": "4.0.0",
+ "cordova-plugin-statusbar": "2.2.3",
"cordova-plugin-whitelist": "1.3.0",
"cordova-plugin-x-socialsharing": "5.1.3",
"ionic-plugin-keyboard": "2.2.1",
- "phonegap-plugin-push": "1.9.2",
- "cordova-plugin-statusbar": "2.2.3",
- "cordova-plugin-firebase": "0.1.24",
- "cordova-plugin-app-name": "1.0.4"
+ "phonegap-plugin-push": "2.0.0"
}
} \ No newline at end of file