Merge branch 'feature/ios-support' into 'master'
iOS support: Fix "Missing attestations" message on AppStoreConnect. Added specific App ID for iOS. iOS 13 compatibility. Fix NPM install for minisodium. See merge request clients/cesium-grp/cesium!590
No related branches found
No related tags found
Showing
- .gitignore 3 additions, 1 deletion.gitignore
- Dockerfile 3 additions, 3 deletionsDockerfile
- build.json 32 additions, 0 deletionsbuild.json
- config.xml 15 additions, 7 deletionsconfig.xml
- doc/development_guide.md 3 additions, 3 deletionsdoc/development_guide.md
- hooks/after_prepare/020_remove_code.js 65 additions, 43 deletionshooks/after_prepare/020_remove_code.js
- install.sh 1 addition, 1 deletioninstall.sh
- jsconfig.json 1 addition, 0 deletionsjsconfig.json
- package.json 40 additions, 25 deletionspackage.json
- platforms/platforms.json 4 additions, 0 deletionsplatforms/platforms.json
- release.sh 4 additions, 4 deletionsrelease.sh
- resources/android/icon/drawable-hdpi-icon.png 0 additions, 0 deletionsresources/android/icon/drawable-hdpi-icon.png
- resources/android/icon/drawable-ldpi-icon.png 0 additions, 0 deletionsresources/android/icon/drawable-ldpi-icon.png
- resources/android/icon/drawable-mdpi-icon.png 0 additions, 0 deletionsresources/android/icon/drawable-mdpi-icon.png
- resources/android/icon/drawable-xhdpi-icon.png 0 additions, 0 deletionsresources/android/icon/drawable-xhdpi-icon.png
- resources/android/icon/drawable-xxhdpi-icon.png 0 additions, 0 deletionsresources/android/icon/drawable-xxhdpi-icon.png
- resources/android/icon/drawable-xxxhdpi-icon.png 0 additions, 0 deletionsresources/android/icon/drawable-xxxhdpi-icon.png
- resources/android/splash/drawable-land-hdpi-screen.png 0 additions, 0 deletionsresources/android/splash/drawable-land-hdpi-screen.png
- resources/android/splash/drawable-land-ldpi-screen.png 0 additions, 0 deletionsresources/android/splash/drawable-land-ldpi-screen.png
- resources/android/splash/drawable-land-mdpi-screen.png 0 additions, 0 deletionsresources/android/splash/drawable-land-mdpi-screen.png
build.json
0 → 100644
jsconfig.json
0 → 100644
{ | { | ||
"name": "cesium", | "name": "cesium", | ||
"version": "1.4.6", | "version": "1.4.8", | ||
"description": "Cesium Wallet for G1 libre currency", | "description": "Cesium Wallet for G1 libre currency", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -30,25 +30,27 @@ | ... | @@ -30,25 +30,27 @@ |
"new": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" | "new": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"cordova": "^7.1.0", | "cordova": "^9.0.0", | ||
"cordova-android": "^6.2.3", | "cordova-android": "6.4.0", | ||
"cordova-ios": "^4.5.5", | "cordova-clipboard": "^1.3.0", | ||
"cordova-ios": "git+https://github.com/bpresles/cordova-ios.git#5.1.0", | |||
"cordova-osx": "^5.0.0", | |||
"cordova-plugin-camera": "^2.4.1", | "cordova-plugin-camera": "^2.4.1", | ||
"cordova-plugin-compat": "^1.1.0", | "cordova-plugin-compat": "^1.2.0", | ||
"cordova-plugin-console": "^1.0.7", | "cordova-plugin-console": "^1.1.0", | ||
"cordova-plugin-crosswalk-webview": "^2.3.0", | "cordova-plugin-crosswalk-webview": "^2.3.0", | ||
"cordova-plugin-device": "^1.1.6", | "cordova-plugin-device": "^1.1.7", | ||
"cordova-plugin-dialogs": "^1.3.3", | "cordova-plugin-dialogs": "^1.3.4", | ||
"cordova-plugin-inappbrowser": "^1.7.1", | "cordova-plugin-ionic-keyboard": "^2.2.0", | ||
"cordova-plugin-minisodium": "git+https://github.com/E-IS/cordova-plugin-minisodium.git", | "cordova-plugin-ionic-webview": "^4.1.2", | ||
"cordova-plugin-minisodium": "git+https://github.com/bpresles/cordova-plugin-minisodium.git", | |||
"cordova-plugin-secure-storage": "^2.6.8", | "cordova-plugin-secure-storage": "^2.6.8", | ||
"cordova-plugin-splashscreen": "^3.2.2", | "cordova-plugin-splashscreen": "^3.2.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | "cordova-plugin-statusbar": "^2.4.3", | ||
"cordova-plugin-vibration": "^2.1.5", | "cordova-plugin-vibration": "^2.1.6", | ||
"cordova-plugin-websocket": "^0.12.2", | "cordova-plugin-websocket": "^0.12.2", | ||
"cordova-plugin-whitelist": "^1.3.2", | "cordova-plugin-whitelist": "^1.3.4", | ||
"cordova-plugin-x-toast": "^2.6.0", | "cordova-plugin-x-toast": "^2.7.2", | ||
"ionic-plugin-keyboard": "^2.2.1", | |||
"moment": "~2.19.3", | "moment": "~2.19.3", | ||
"numeral": "1.5.3", | "numeral": "1.5.3", | ||
"phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | "phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | ||
... | @@ -59,7 +61,6 @@ | ... | @@ -59,7 +61,6 @@ |
"del": "^2.2.0", | "del": "^2.2.0", | ||
"delete-empty": "^0.1.3", | "delete-empty": "^0.1.3", | ||
"event-stream": "3.3.4", | "event-stream": "3.3.4", | ||
"fs": "^0.0.2", | |||
"glob": "^5.0.15", | "glob": "^5.0.15", | ||
"gulp": "^3.9.1", | "gulp": "^3.9.1", | ||
"gulp-angular-templatecache": "^1.8.0", | "gulp-angular-templatecache": "^1.8.0", | ||
... | @@ -113,21 +114,30 @@ | ... | @@ -113,21 +114,30 @@ |
"cordova-plugin-vibration", | "cordova-plugin-vibration", | ||
"cordova-plugin-dialogs", | "cordova-plugin-dialogs", | ||
"cordova-plugin-secure-storage", | "cordova-plugin-secure-storage", | ||
"cordova-plugin-inappbrowser", | |||
"cordova-plugin-x-toast", | "cordova-plugin-x-toast", | ||
"cordova-clipboard", | "cordova-clipboard", | ||
{ | { | ||
"id": "cordova-plugin-minisodium", | "id": "cordova-plugin-minisodium", | ||
"locator": "https://github.com/E-IS/cordova-plugin-minisodium.git" | "locator": "https://github.com/bpresles/cordova-plugin-minisodium.git" | ||
}, | }, | ||
{ | { | ||
"id": "phonegap-plugin-barcodescanner", | "id": "phonegap-plugin-barcodescanner", | ||
"locator": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | "locator": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | ||
} | }, | ||
"cordova-plugin-ionic-keyboard", | |||
"cordova-plugin-ionic-webview@4.1.2" | |||
], | ], | ||
"cordovaPlatforms": [ | "cordovaPlatforms": [ | ||
"android", | { | ||
"ios" | "platform": "ios", | ||
"version": "5.1.0", | |||
"locator": "https://github.com/bpresles/cordova-ios.git#5.1.0" | |||
}, | |||
{ | |||
"platform": "android", | |||
"version": "6.4.0", | |||
"locator": "android@6.4.0" | |||
} | |||
], | ], | ||
"cordova": { | "cordova": { | ||
"plugins": { | "plugins": { | ||
... | @@ -135,7 +145,6 @@ | ... | @@ -135,7 +145,6 @@ |
"cordova-plugin-console": {}, | "cordova-plugin-console": {}, | ||
"cordova-plugin-device": {}, | "cordova-plugin-device": {}, | ||
"cordova-plugin-dialogs": {}, | "cordova-plugin-dialogs": {}, | ||
"cordova-plugin-inappbrowser": {}, | |||
"cordova-plugin-minisodium": {}, | "cordova-plugin-minisodium": {}, | ||
"cordova-plugin-secure-storage": {}, | "cordova-plugin-secure-storage": {}, | ||
"cordova-plugin-splashscreen": {}, | "cordova-plugin-splashscreen": {}, | ||
... | @@ -144,14 +153,20 @@ | ... | @@ -144,14 +153,20 @@ |
"cordova-plugin-websocket": {}, | "cordova-plugin-websocket": {}, | ||
"cordova-plugin-whitelist": {}, | "cordova-plugin-whitelist": {}, | ||
"cordova-plugin-x-toast": {}, | "cordova-plugin-x-toast": {}, | ||
"ionic-plugin-keyboard": {}, | "cordova-plugin-ionic-keyboard": {}, | ||
"phonegap-plugin-barcodescanner": { | "phonegap-plugin-barcodescanner": { | ||
"CAMERA_USAGE_DESCRIPTION": "Scan QRCode" | "CAMERA_USAGE_DESCRIPTION": "Scan QRCode" | ||
}, | |||
"ionic-plugin-keyboard": {}, | |||
"cordova-clipboard": {}, | |||
"cordova-plugin-ionic-webview": { | |||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | |||
} | } | ||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
"ios", | |||
"android", | "android", | ||
"ios" | "osx" | ||
] | ] | ||
} | } | ||
} | } | ||
\ No newline at end of file |
platforms/platforms.json
0 → 100644

| W: | H:
| W: | H:



| W: | H:
| W: | H:



| W: | H:
| W: | H:



| W: | H:
| W: | H:



| W: | H:
| W: | H:



| W: | H:
| W: | H:



| W: | H:
| W: | H:



| W: | H:
| W: | H:



| W: | H:
| W: | H:

