diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-01 18:11:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-01 18:11:43 +0200 |
| commit | d02fb549470a3293f913258cf88efc8e6d4d78ba (patch) | |
| tree | f05f875a91d8c39604ac546a9f36a117e6276821 /StoneIsland/platforms/ios/Stone Island | |
| parent | 4568d0e428f53a508809d062b8cac792b5e56e1d (diff) | |
1.4.7 or something.
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island')
| -rw-r--r-- | StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist | 10 | ||||
| -rw-r--r-- | StoneIsland/platforms/ios/Stone Island/config.xml | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist index 996c6a79..4765d97a 100644 --- a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist +++ b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist @@ -17,11 +17,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.4.2</string> + <string>1.4.6</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>1.4.2</string> + <string>1.4.6</string> <key>LSRequiresIPhoneOS</key> <true/> <key>NSMainNibFile</key> @@ -61,11 +61,11 @@ </dict> </array> <key>NSLocationWhenInUseUsageDescription</key> - <string>Stone Island needs to serve content based on your location.</string> + <string>Stone Island needs your location to show you product drops, which are only available in select locations.</string> <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> - <string>Stone Island needs to serve content based on your location.</string> + <string>Stone Island needs your location to show you product drops, which are only available in select locations.</string> <key>NSLocationAlwaysUsageDescription</key> - <string>Stone Island needs to serve content based on your location.</string> + <string>Stone Island needs your location to show you product drops, which are only available in select locations.</string> <key>ITSAppUsesNonExemptEncryption</key> <false/> </dict> diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml index f5783aee..587110ac 100644 --- 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 id="us.okfoc.stoneisland" version="1.4.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="us.okfoc.stoneisland" version="1.4.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <feature name="CDVWebViewEngine"> <param name="ios-package" value="CDVWebViewEngine" /> </feature> @@ -164,5 +164,5 @@ <preference name="StatusBarStyle" value="default" /> <preference name="SplashMaintainAspectRatio" value="true" /> <preference name="ShowSplashScreenSpinner" value="false" /> - <preference name="AutoHideSplashScreen" value="true" /> + <preference name="AutoHideSplashScreen" value="false" /> </widget> |
