Skip to content

Releases: elsesiy/GAppAuth

Update dependencies & misc

27 Dec 14:52
4118fcb
Compare
Choose a tag to compare

This release incorporates the latest changes from GTMAppAuth and AppAuth SDKs as well as some minor syntax changes.

For more details see the Changelog.

Update underlying AppAuth & GTMAppAuth SDKs

25 Dec 22:33
Compare
Choose a tag to compare

This release incorporates the latest changes from GTMAppAuth and AppAuth SDKs.

For more details see the Changelog.

Swift 5 & minor updates

14 Apr 16:33
120c173
Compare
Choose a tag to compare

This release updates the dependency to GTMAppAuth 0.7.1 and includes some small changes to the examples.

For more details see the Changelog.

Swift 4.2 & macOS support

21 Dec 01:40
Compare
Choose a tag to compare

This release incorporates the latest changes from GTMAppAuthand adds support for MacOS.

For more details see the Changelog.

Swift 4 & GTMAppAuth update

10 Feb 15:30
Compare
Choose a tag to compare

This release finally got rid of some nasty warnings when working with Xcode 9 by upgrading the GTMAppAuth dependency and upgrading the source files for Swift 4.

In order to be notified about errors and state changes, two new closures have been added.

Configuration via Plist

16 Jun 13:25
Compare
Choose a tag to compare

Instead of hard-coding the necessary config values, this release's enables the user to provide them by placing a dict in the Info.plist file of their project.

This ensures the functioning for future releases.

Initial Release

08 May 20:39
Compare
Choose a tag to compare
1.0.0

Update project structure