-
Notifications
You must be signed in to change notification settings - Fork 414
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
Use Swift 2.1.1 from Xcode 7.2 by default. #416
Conversation
325b72c
to
5f609c1
Compare
Thanks for this @nlutsenko! You'll have to update the - osx_image: xcode7.2
env: TRAVIS_SWIFT_VERSION=2.1.1 |
Sure, let me try that, I actually am not sure if it will succeed or not, since specs are generated for |
There were very few changes from Swift 2.1 -> 2.1.1, so I'd try running the specs with 2.1.1 first to see if anything actually needs changing. |
54cc6a0
to
6abed98
Compare
Xcode 7.2 is using Swift 2.1.1 by default, making jazzy fail completely if trying to generate docs only when the latest Xcode is installed. Tbh, didn't test the behavior of Jazzy on Swift 2.1.1, but I would assume it didn't quite change. @jpsim can you try testing this with Realm docs?
Updated stuff, let's see what happens now. |
This looks good, but needs a changelog entry too! |
Ehm, wow! It passes now! Whee! |
Ok, sir, let me get right on that. |
Done, let me know if you want to squash all of these. |
|
||
##### Enhancements | ||
|
||
* Add `--sdk [iphone|watch|appletv][os|simulator]|macosx` option for Objective-C | ||
projects. |
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.
All this whitespace was intentional. Markdown treats it as a line break in the rendered output.
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.
Sorry. It's TextMate, not me :P
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.
Will fix in a bit.
Should be good now. |
Thanks again for this. |
Use Swift 2.1.1 from Xcode 7.2 by default.
Work around an error that will go away once realm/jazzy#416 makes it into a release.
Work around an error that will go away once realm/jazzy#416 makes it into a release.
Xcode 7.2 is using Swift 2.1.1 by default, making jazzy fail completely if trying to generate docs only when the latest Xcode is installed.
Tbh, didn't test the behavior of Jazzy on Swift 2.1.1, but I would assume it didn't quite change.
@jpsim can you try testing this with Realm docs?