-
Notifications
You must be signed in to change notification settings - Fork 496
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
Updated Quick and Nimble (Swift 4.2+ support) #156
Conversation
@@ -2823,7 +2824,7 @@ | |||
CURRENT_PROJECT_VERSION = 1; | |||
ENABLE_TESTABILITY = YES; | |||
IPHONEOS_DEPLOYMENT_TARGET = 8.0; | |||
MACOSX_DEPLOYMENT_TARGET = 10.9; | |||
MACOSX_DEPLOYMENT_TARGET = 10.10; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change the deployment target of the test target only? The actual framework should be able to stay deployable to 10.9.
Thanks a lot @mdiep, I'll do another PR for the ObjcBridge in a moment |
Looks like some of the tests still need a macOS 10.10 deployment target. |
You're right - |
Thanks! |
Updated Quick and Nimble (Swift 4.2+ support)
Updated Quick and Nimble for swift 4.2 support