-
-
Notifications
You must be signed in to change notification settings - Fork 606
Swift 2.2 and Xcode 7.3 #269
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
Conversation
Cool, thanks @phatblat for putting this together! (also thanks @younata for your previous work on this) Since Xcode 7.3 is out of beta now, I think it would make sense to merge this into |
Thanks for doing this, @briancroom. Wish I had time (this is a lie, I've had time - I've just been busy with other projects) to see this through. |
What's the status update on this pull request? |
@jlalvarez18 this PR is brand-spankin' new but looks like I didn't break anything, so just a matter of the maintainers reviewing it and then buttoning up a release. 🚢 |
@phatblat Don't suppose I could trouble you to update the Nimble submodule in the Quick build...? 🙏 |
On it |
@briancroom, yeah it's ok to merge into |
Swift 2.2 and Xcode 7.3
General changes to get Nimble to build on Xcode 7.3 without warnings (aside from "Embedded dylibs/frameworks only run on iOS 8 or later")
__FILE__
,__LINE__
and__FUNCTION__
with#file
,#line
and#function
, respectivelyassociatedtype
keyword@3
not coming through as optionalSupersedes #265