From 663d8939319a63c4e2ca2d4339ce87dfa25f8aa8 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 11 Nov 2017 06:06:55 -0500 Subject: made python explicit --- config.xml | 18 ++++-------------- package.json | 2 +- resources/.DS_Store | Bin 8196 -> 8196 bytes resources/ios/.DS_Store | Bin 8196 -> 8196 bytes www/lang/README.md | 4 ++-- 5 files changed, 7 insertions(+), 17 deletions(-) diff --git a/config.xml b/config.xml index f5e4383c..38260bcd 100644 --- a/config.xml +++ b/config.xml @@ -29,6 +29,7 @@ + @@ -59,19 +60,8 @@ - - - - - - - - - - - - - + + @@ -98,7 +88,7 @@ - + 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 index cf03f9f0..bd336247 100644 Binary files a/resources/.DS_Store and b/resources/.DS_Store differ diff --git a/resources/ios/.DS_Store b/resources/ios/.DS_Store index 8814cdb5..d892d63b 100644 Binary files a/resources/ios/.DS_Store and b/resources/ios/.DS_Store differ 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 `` -- cgit v1.2.3