Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Cordova iOS to 7.1.0 #97

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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