3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Recomend cordova-ios 5.1.1 or higher.

This commit is contained in:
Jamie Gaehring 2020-03-28 18:11:28 -04:00 committed by Michael Stenta
parent 34e7ac859a
commit 4055226969

View file

@ -206,11 +206,11 @@ You'll need Xcode installed in order to run the Cordova build commands. See
Cordova's [iOS Platform Guide] for more info.
Once you have the environment set up, you'll want to add the iOS platform with
Cordova (we recommend version 5.0.0 or higher), then you can run a debugging
Cordova (we recommend version 5.1.1 or higher), then you can run a debugging
build:
```bash
cordova platform add ios@5.0.0
cordova platform add ios@5.1.1
cordova build ios
```