Skip to content
Snippets Groups Projects

iOS support: Fix "Missing attestations" message on AppStoreConnect. Added specific App ID for iOS. iOS 13 compatibility. Fix NPM install for minisodium.

Merged bpresles requested to merge bpresles/cesium:feature/ios-support into master
Files
57
+ 3
3
@@ -16,14 +16,14 @@ To build Cesium, you will have to:
> Then reload your terminal, for instance by executing the commande `bash`
- Configure NodeJS to use a version 5: (**WARNING**: upper version will NOT work !)
- Configure NodeJS to use a version 6: (**WARNING**: upper version will NOT work !)
```
nvm install 5
nvm install 6
```
- Installing node.js build tools:
```
npm install -g gulp bower@1.8.0 cordova@6.5.0 ionic@1.7.16
npm install -g gulp bower@1.8.0 cordova@9.0.0 ionic@1.7.16
```
## Get the source code and dependencies
Loading