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

[TIMOB-23620] Add device pair compatibility for Xcode 8 #37

Merged
merged 2 commits into from Jul 28, 2016

Conversation

janvennemann
Copy link

JIRA: https://jira.appcelerator.org/browse/TIMOB-23620

I adopted the pairings Xcode allows you to make within its Device Manager

@@ -92,6 +92,15 @@ const devicePairCompatiblity = exports.devicePairCompatiblity = {
'9.x': { // iOS 9.0
'2.x': true // watchOS 2.0
}
},
'8.x': {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should set this to >=8.x to future proof us?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Xcode typically includes the simulators for the current iOS sdk version and the previous version sims can be downloaded. If Xcode 9 come out in the future, it probably supports iOS 11 and iOS 10 sims. So we would have to edit this mapping anyway.

@janvennemann
Copy link
Author

As you suggested, i changed the iOS 9 constraint to 9.x and enabled watchOS 3 support for those sims.

@cb1kenobi
Copy link
Contributor

@janvennemann Thanks, testing now. :)

@cb1kenobi
Copy link
Contributor

Looks good. APPROVED

@cb1kenobi cb1kenobi merged commit d5f967b into tidev:master Jul 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants