-
Notifications
You must be signed in to change notification settings - Fork 227
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
Binary releases #20
Comments
Travis is great for automating this except that it doesn't have Xcode betas (because NDA blah blah legal bullshit). 😕 So, the answer is, “no while in beta, yes afterward.” |
👍 |
I’m going to (manually) add a binary release once #29 is in. |
Added a binary to 0.4. |
🙇 thank you @jspahrsummers |
It looks like the last two releases (0.4.2, and 0.4.3) haven't included binary releases. Are these being ditched now that the mac targets are x86_64 only—which seems to be a workaround for the xcode build issues? |
If it depends on manual effort it’s unlikely to happen for a bit. I’m hoping Travis will support Xcode 6.3.2 before WWDC invalidates everything again 😛 |
Totally understandable. Wish I could help, but I guess the release uploads aren't something that you can PR unfortunately. Thanks! |
binary releases for Swift 2.0 is a no go, a release framework complied with Xcode 7 beta 1 won't work with Xcode 7 beta 2 (as we now) |
any chance to add a binary for release |
Well actually could you make a release for |
@guidomb: Unfortunately that wouldn’t work. You get linker errors if you try to link a Swift 1.2 module with a Swift 2.0 module. |
Do you mean if somebody wants to use version |
If 0.4.4 were built with Swift 2, Swift 1.2 projects would be unable to link it. If it were built with Swift 1.2, Swift 2 projects would be unable to link it. |
0.4.4 only works with Swift 1.2 anyways, right? Including a binary won't change that either way. |
3.1.0 release doesn't have a binary :-( |
Can this be automated?/cc @jspahrsummersThe text was updated successfully, but these errors were encountered: