summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-11-03 09:01:32 -0500
committerPliable Pixels <pliablepixels@gmail.com>2019-11-03 09:01:32 -0500
commitd483833c392f75454bd56eb7e6d2adf4a79be280 (patch)
tree03ffd9c6428f11f7f7e4a88d9a5afbb770222ab7
parentc737905b2c20f7a04dbdf3169c51711be71cb94a (diff)
ios back to 5.0.0. When did it change?
-rw-r--r--config.xml2
-rw-r--r--package.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/config.xml b/config.xml
index fbfb8133..7e963c66 100644
--- a/config.xml
+++ b/config.xml
@@ -180,6 +180,6 @@
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
</plugin>
<plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" />
- <engine name="ios" spec="4.5.5" />
<engine name="android" spec="8.0.0" />
+ <engine name="ios" spec="5.0.0" />
</widget>
diff --git a/package.json b/package.json
index 424b8bfd..24a537b3 100644
--- a/package.json
+++ b/package.json
@@ -7,8 +7,8 @@
"license": "custom see LICENSE.md",
"cordova": {
"platforms": [
- "ios",
- "android"
+ "android",
+ "ios"
],
"plugins": {
"cordova-plugin-android-permissions": {},
@@ -68,7 +68,7 @@
"clivas": "^0.2.0",
"cordova-android": "8.0.0",
"cordova-custom-config": "^5.1.0",
- "cordova-ios": "4.5.5",
+ "cordova-ios": "5.0.0",
"cordova-library-helper-pp-fork": "^1.0.1",
"cordova-plugin-add-swift-support": "1.7.2",
"cordova-plugin-advanced-http": "git+https://github.com/silkimen/cordova-plugin-advanced-http.git",