diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-11 06:06:55 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-11 06:06:55 -0500 |
| commit | 663d8939319a63c4e2ca2d4339ce87dfa25f8aa8 (patch) | |
| tree | fd21b5a1c3b66766b8e05df36a180b51ab6ffd8c | |
| parent | 2ec8977ebb08f7a3b3318d87cc8ec6b9218a5b08 (diff) | |
made python explicit
| -rw-r--r-- | config.xml | 18 | ||||
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | resources/.DS_Store | bin | 8196 -> 8196 bytes | |||
| -rw-r--r-- | resources/ios/.DS_Store | bin | 8196 -> 8196 bytes | |||
| -rw-r--r-- | www/lang/README.md | 4 |
5 files changed, 7 insertions, 17 deletions
@@ -29,6 +29,7 @@ <preference name="FadeSplashScreen" value="false" /> <preference name="BackgroundColor" value="#444444" /> <preference name="android-targetSdkVersion" value="23" /> + <preference name="SplashScreenBackgroundColor" value="#ababab"/> <feature name="StatusBar"> <param name="ios-package" onload="true" value="CDVStatusBar" /> </feature> @@ -59,19 +60,8 @@ <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" /> <splash src="resources/Default@2x~universal~anyany.png" /> <icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" /> - <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" /> - <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" /> - <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" /> - <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" /> - <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" /> - <splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" /> - <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" /> - <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" /> - <splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" /> - <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" /> - <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" /> - <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" /> - <splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" /> + <splash src="resources/ios/splash/Default@2x~universal~anyany.png" /> + </platform> <platform name="android"> <preference name="android-manifest/@android:installLocation" value="auto" /> @@ -98,7 +88,7 @@ <icon src="resources/android/icon/drawable-xhdpi-icon.png" /> <preference name="SplashShowOnlyFirstTime" value="false" /> <engine name="android" spec="^6.2.3" /> - <engine name="ios" spec="^4.4.0" /> + <engine name="ios" spec="^4.5.1" /> <plugin name="com.telerik.plugins.nativepagetransitions" spec="^0.6.5" /> <plugin name="cordova-custom-config" spec="^4.0.2" /> <plugin name="cordova-library-helper" spec="^1.0.4"> diff --git a/package.json b/package.json index 6449f385..22bc36c9 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "com.telerik.plugins.nativepagetransitions": "^0.6.5", "cordova-android": "^6.2.3", "cordova-custom-config": "^4.0.2", - "cordova-ios": "^4.4.0", + "cordova-ios": "^4.5.1", "cordova-library-helper": "^1.0.4", "cordova-plugin-add-swift-support": "^1.7.0", "cordova-plugin-android-fingerprint-auth": "^1.4.0", diff --git a/resources/.DS_Store b/resources/.DS_Store Binary files differindex cf03f9f0..bd336247 100644 --- a/resources/.DS_Store +++ b/resources/.DS_Store diff --git a/resources/ios/.DS_Store b/resources/ios/.DS_Store Binary files differindex 8814cdb5..d892d63b 100644 --- a/resources/ios/.DS_Store +++ b/resources/ios/.DS_Store diff --git a/www/lang/README.md b/www/lang/README.md index 7e22f6e3..3b966af8 100644 --- a/www/lang/README.md +++ b/www/lang/README.md @@ -18,14 +18,14 @@ The best way is to simply look at an existing language translation and follow th `` -./checklang.py -f locale-it.json -b +python ./checklang.py -f locale-it.json -b `` This validates your JSON file, makes sure all keys are in sync with -en and if valid, creates pretty-locale-it.json. If you are sure it looks good, `` -./checklang.py -f locale-it.json -b -o +python ./checklang.py -f locale-it.json -b -o `` |
