Skip to content

Commit d039c41

Browse files
committed
Update to v4.6.0
1 parent efd5eb7 commit d039c41

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1063
-375
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cordova build android
4444

4545
## License
4646

47-
Copyright 2020 Erwan Carriou
47+
Copyright 2021 Erwan Carriou
4848

4949
Licensed under the Apache License, Version 2.0 (the "License");
5050
you may not use this file except in compliance with the License.

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="45000" id="com.ecarriou.systemdesignerios" version="4.5.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="46000" id="com.ecarriou.systemdesignerios" version="4.6.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>System Designer</name>
44
<description>
5-
System Designer, an IDE for designing JavaScript systems.
5+
A low-code development platform for creating systems
66
</description>
77
<author email="[email protected]" href="https://designfirst.io/systemdesigner/">System Designer</author>
88
<preference name="deployment-target" value="13.4" />

merges/android/scripts/mobile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* https://designfirst.io/systemdesigner/
55
*
6-
* Copyright 2020 Erwan Carriou
6+
* Copyright 2021 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

merges/android/styles/mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* https://designfirst.io/systemdesigner/
55
*
6-
* Copyright 2020 Erwan Carriou
6+
* Copyright 2021 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

merges/browser/scripts/mobile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* https://designfirst.io/systemdesigner/
55
*
6-
* Copyright 2020 Erwan Carriou
6+
* Copyright 2021 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

merges/browser/styles/mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* https://designfirst.io/systemdesigner/
55
*
6-
* Copyright 2020 Erwan Carriou
6+
* Copyright 2021 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

merges/ios/scripts/mobile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* https://designfirst.io/systemdesigner/
55
*
6-
* Copyright 2020 Erwan Carriou
6+
* Copyright 2021 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

merges/ios/styles/mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* https://designfirst.io/systemdesigner/
55
*
6-
* Copyright 2020 Erwan Carriou
6+
* Copyright 2021 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

package-lock.json

Lines changed: 23 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.ecarriou.systemdesignerios",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",
@@ -16,17 +16,15 @@
1616
"plugins": {
1717
"cordova-plugin-statusbar": {},
1818
"cordova-plugin-whitelist": {},
19-
"cordova-plugin-wkwebview-engine": {},
2019
"cordova-plugin-inappbrowser": {}
2120
}
2221
},
2322
"dependencies": {
2423
"cordova-android": "9.0.0",
2524
"cordova-browser": "6.0.0",
2625
"cordova-ios": "6.1.1",
27-
"cordova-plugin-inappbrowser": "4.0.0",
26+
"cordova-plugin-inappbrowser": "4.1.0",
2827
"cordova-plugin-statusbar": "2.4.3",
29-
"cordova-plugin-whitelist": "1.3.4",
30-
"cordova-plugin-wkwebview-engine": "1.2.1"
28+
"cordova-plugin-whitelist": "1.3.4"
3129
}
3230
}

0 commit comments

Comments
 (0)