Skip to content

Commit

Permalink
Update Cordova iOS to 7.1.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKypta committed Apr 23, 2024
1 parent e0a2cab commit ddeba6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepareAndRunOnDevice": "npm i && npm run prepareAndroid && npm run reinstallPlugin && npm run rebuildAndroid && npm run startDevice",
"prepareAndRunOnEmulator": "npm i && npm run prepareAndroid && npm run reinstallPlugin && npm run rebuildAndroid && npm run startEmulator",
"prepareAndRunAndroid": "npm i && npm run prepareAndroid && npm run reinstallAndPreparePlugin && npm run rebuildAndroid && cordova run android",
"addIos": "cordova platform add ios@7.0.1",
"addIos": "cordova platform add ios@7.1.0",
"removeIos": "cordova platform rm ios",
"prepareIos": "npm run addIos || ( npm run removeIos && npm run addIos )",
"startDeviceIos": "cordova run ios --device",
Expand Down
1 change: 1 addition & 0 deletions docs/Release-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Update Malwarelytics for Android to 1.1.1 (#87, #92)
- Update ApkThreat with flags (#89)
- Improve model classes with read-only properties (#94)
- Update Cordova iOS to 7.1.0


## Previous Releases
Expand Down

0 comments on commit ddeba6b

Please sign in to comment.