-
Notifications
You must be signed in to change notification settings - Fork 66
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
Xcode 7 support #69
Comments
The basics are working, Xcode Server just now uses Nginx listening on port 20543 and the path changed from |
Progress on branch experimental_xcode7_support. |
Okay, I think I have assessed the damage. The blueprint remote repository dictionary added values for fingerprint validation, which we need to add. Also the way that devices to test on are specified has changed slightly. Having an experimental version that works with Xcode 7 should not be too much work, but careful considerations need to be taken in order to properly support both versions 2 and 3 with Buildasaur. (The version number gets passed in the headers from every XCS response) |
Actually, some of this work will be done with #71. But the fingerprint validation still needs to be fixed here. |
Ok, #71 migrated to XcodeServerSDK. So now it's down to just the fingerprint validation and we should be good to go. |
Waiting for #77 and UI fixes with migration to the new XcodeServerSDK 0.1 (with Xcode 7 Server API support). |
Ok got it working. Just had to disable SSH key validation, but that will be brought back in #79. |
Xcode Server that shipped with Xcode 7 breaks Buildasaur, because the API version has been upped.
Back to reverse engineering.
The text was updated successfully, but these errors were encountered: