diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-10 16:45:35 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-10 16:45:35 +0200 |
| commit | aa14cf56259f7e7ffb4c18af013cdfcfc56953fa (patch) | |
| tree | e5b90f703afde73c1ba485443c929b9cf8bc704c /StoneIsland/platforms/ios/Stone Island | |
| parent | c53933dbbe11ebc0f3d9cb3ce9d2e5d0f6ebf7bc (diff) | |
sizing footer. phook script
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island')
| -rw-r--r-- | StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist | 6 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/Stone Island/config.xml | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist index ad817847..45fd94d3 100644 --- a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist +++ b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist @@ -21,11 +21,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.9.8</string> + <string>1.0.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>0.9.8</string> + <string>1.0.0</string> <key>LSRequiresIPhoneOS</key> <true/> <key>NSMainNibFile</key> @@ -65,7 +65,7 @@ </dict> </array> <key>NSLocationWhenInUseUsageDescription</key> - <string/> + <string>Stone Island needs to serve content based on your location.</string> <key>UIBackgroundModes</key> <array> <string>remote-notification</string> diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml index 09325044..aeb76b9b 100755 --- a/StoneIsland/platforms/ios/Stone Island/config.xml +++ b/StoneIsland/platforms/ios/Stone Island/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="6097" id="us.okfoc.stoneisland" version="0.9.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="6100" id="us.okfoc.stoneisland" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <feature name="LocalStorage"> <param name="ios-package" value="CDVLocalStorage" /> </feature> @@ -90,6 +90,7 @@ <icon height="50" src="res/icon/ios/icon-50.png" width="50" /> <icon height="100" src="res/icon/ios/icon-50@2x.png" width="100" /> <icon height="167" src="res/icon/ios/icon-83.5@2x.png" width="167" /> + <hook src="scripts/plist-hook.js" type="after_prepare" /> <preference name="AllowInlineMediaPlayback" value="true" /> <preference name="BackupWebStorage" value="local" /> <preference name="DisallowOverscroll" value="true" /> |
