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 Quick to 2.0.0 and Nimble to 8.0.0 #711

Merged
merged 3 commits into from Mar 7, 2019
Merged

Conversation

ikesyo
Copy link
Member

@ikesyo ikesyo commented Mar 3, 2019

This is required to build using Xcode 10.2. But we require Swift 4.2 at least now, so we must drop Swift 4.1 support.

Checklist

  • [ ] Updated CHANGELOG.md.

@mdiep
Copy link
Contributor

mdiep commented Mar 3, 2019

I think the deployment target of the macOS tests will need to be changed to 10.10 to match Quick/Nimble.

@ikesyo ikesyo mentioned this pull request Mar 3, 2019
1 task
@andersio
Copy link
Member

andersio commented Mar 3, 2019

CI for Xcode 9.4 can be removed.

@ikesyo ikesyo force-pushed the update-quick-and-nimble branch 2 times, most recently from 99f1ffc to f2f5e5e Compare March 5, 2019 01:58
@@ -1278,7 +1278,7 @@
CURRENT_PROJECT_VERSION = 1;
ENABLE_TESTABILITY = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.10;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we update the deployment target of just the test target and leave the framework's deployment target at 10.9?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll address that.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed in 8bdcc81.

@mdiep mdiep merged commit a6cc1d0 into master Mar 7, 2019
@mdiep mdiep deleted the update-quick-and-nimble branch March 7, 2019 16:03
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

3 participants