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

Added a guard check to request the shared UIApplication instance usin… #212

Merged
merged 4 commits into from Jun 22, 2017

Conversation

robertbarclay
Copy link
Contributor

…g the "key for value" method on UIApplication to bypass the compiler warnings allowing OAuth2 library to be used within a library that is used as a private framework for an iOS app that has app extensions. This performs an optionality check on UIApplication, so that if its available to be called, it can be called, if not, it throws the appropriate error.

Related to issue #133

…g the "key for value" method on UIApplication to bypass the compiler warnings allowing OAuth2 library to be used within a library that is used as a private framework for an iOS app that has app extensions. This performs an optionality check on UIApplication, so that if its available to be called, it can be called, if not, it throws the appropriate error.
@p2
Copy link
Owner

p2 commented Jun 20, 2017

Nice, that would address #133, but please use tabs for indentation and break lines at column 120.

@robertbarclay
Copy link
Contributor Author

Sorry, was defaulted to xcode spaces, will change to tabs for commit.

@robertbarclay
Copy link
Contributor Author

Made requested changes.

@p2
Copy link
Owner

p2 commented Jun 21, 2017

Great, thanks! Looks good to me, I'll merge tomorrow if you want to fix the "Swfit" typo before then. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants