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 4.5.1, to add in iOS 11 / Xcode 9 support #9137

Merged
merged 2 commits into from Sep 27, 2017
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions History.md
@@ -1,5 +1,11 @@
## v.NEXT

* [`cordova-ios`](https://github.com/apache/cordova-ios) has been updated to
version 4.5.1, to add in iOS 11 / Xcode 9 compatibility.
[Issue #9098](https://github.com/meteor/meteor/issues/9098)
[Issue #9126](https://github.com/meteor/meteor/issues/9126)
[PR #9137](https://github.com/meteor/meteor/pull/9137)

## v1.5.2.1, 2017-09-26

* Updating to Meteor 1.5.2.1 will automatically patch a security
Expand Down
2 changes: 1 addition & 1 deletion meteor
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

BUNDLE_VERSION=4.8.37
BUNDLE_VERSION=4.8.38

# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.
Expand Down
2 changes: 1 addition & 1 deletion tools/cordova/index.js
Expand Up @@ -12,7 +12,7 @@ export const CORDOVA_PLATFORMS = ['ios', 'android'];

export const CORDOVA_PLATFORM_VERSIONS = {
'android': '6.2.3',
'ios': '4.4.0'
'ios': '4.5.1'
};

const PLATFORM_TO_DISPLAY_NAME_MAP = {
Expand Down