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

Updates AppAuth for Xcode 9 #145

Merged
merged 1 commit into from
Sep 28, 2017
Merged

Updates AppAuth for Xcode 9 #145

merged 1 commit into from
Sep 28, 2017

Conversation

sergiocampama
Copy link
Contributor

@sergiocampama sergiocampama commented Sep 28, 2017

Resolves some project and code warnings.
Updates Swift for iOS tests to Swift 4. This means that iOS tests can only be run with Xcode 9
Tested that Xcode 8.3.3 builds correctly, with the exception of iOS tests (because of Swift 4)

Copy link
Member

@WilliamDenniss WilliamDenniss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The macOS targets should still target the Universal architecture (i.e. supporting 32-bit), as AppAuth still supports macOS 32-bit.

Otherwise looks good.

@sergiocampama
Copy link
Contributor Author

Sorry about that, I've now put it back. The ones that are removed are for the tests targets, which are still set to run as Debug, and because Build Active Architecture Only is set to YES in Debug, it still won't build it in fat, so that setting is unnecessary in my opinion (only for tests targets, it's necessary for the framework and static lib)

@WilliamDenniss
Copy link
Member

LGTM

@WilliamDenniss WilliamDenniss merged commit 07c9553 into openid:master Sep 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants