Skip to content

Commit db04a45

Browse files
committed
update config
1 parent d10dae4 commit db04a45

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="31200" id="com.ecarriou.systemdesignerios" version="3.1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="32000" id="com.ecarriou.systemdesignerios" version="3.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>System Designer</name>
44
<description>
55
System Designer, an IDE for designing systems.
@@ -39,7 +39,7 @@
3939
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
4040
<plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
4141
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
42-
<engine name="ios" spec="4.5.5" />
4342
<engine name="browser" spec="5.0.4" />
44-
<engine name="android" spec="^7.1.2" />
43+
<engine name="android" spec="7.1.2" />
44+
<engine name="ios" spec="4.5.5" />
4545
</widget>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"displayName": "System Designer",
55
"cordova": {
66
"platforms": [
7-
"ios",
87
"browser",
9-
"android"
8+
"android",
9+
"ios"
1010
],
1111
"plugins": {
1212
"cordova-plugin-whitelist": {},

0 commit comments

Comments
 (0)