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

Updated Quick and Nimble (Swift 4.2+ support) #156

Merged
merged 5 commits into from
Apr 1, 2019
Merged

Updated Quick and Nimble (Swift 4.2+ support) #156

merged 5 commits into from
Apr 1, 2019

Conversation

jakovi89
Copy link
Contributor

@jakovi89 jakovi89 commented Apr 1, 2019

Updated Quick and Nimble for swift 4.2 support

@jakovi89 jakovi89 changed the title Updated Quick and Nimble Updated Quick and Nimble (Swift 4.2+ support) Apr 1, 2019
@@ -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;
Copy link
Contributor

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.

@jakovi89
Copy link
Contributor Author

jakovi89 commented Apr 1, 2019

Thanks a lot @mdiep, I'll do another PR for the ObjcBridge in a moment

@mdiep
Copy link
Contributor

mdiep commented Apr 1, 2019

Looks like some of the tests still need a macOS 10.10 deployment target.

@jakovi89
Copy link
Contributor Author

jakovi89 commented Apr 1, 2019

You're right - Is this set somewhere else than in the project file?

@mdiep mdiep merged commit 27a7254 into ReactiveCocoa:master Apr 1, 2019
@mdiep
Copy link
Contributor

mdiep commented Apr 1, 2019

Thanks!

@ikesyo ikesyo mentioned this pull request Apr 3, 2019
1 task
@jakovi89 jakovi89 deleted the swift-4.2 branch April 4, 2019 13:31
stuartofmine pushed a commit to stuartofmine/ReactiveObjC_2023 that referenced this pull request Oct 18, 2023
Updated Quick and Nimble (Swift 4.2+ support)
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.

2 participants