[aerogear-dev] iOS OAuth2 library PRs & future tasks

Michael Doo michael at 410labs.com
Thu Jun 23 12:37:09 EDT 2016


Hello,

There are three pending pull requests on the iOS OAuth2 project. They are
as follows:

#45 - Update to CocoaPods 1.0.1
This makes the update from CP 0.39.0 to CP 1.0.1. The main changes are in
the project file as well as the Podfile.

#46 - Make the OAuth2Module webview public
In the project I'm working on, we're using different logic to detect a
redirect to the OAuth2 callback URL. To integrate this into the Aerogear
library, we override the OAuth2Module's webview. This PR simply makes that
part of the code public.

#49 - Update Travis CI to use latest CocoaPods
The Travis build is still breaking (an error regarding the Aerogear Http
library). Nonetheless, if the project is going to use CP 1.0.1, Travis CI
needs to switch over as well. Not sure what to do about the consistent CI
failures though...

Please let me know if there are any questions/concerns regarding these PRs.

Some things on my to-do list that probably won't get done very soon, but
likely in the next couple of months:

* Beginning the conversion to Swift 2.3. This release of Swift is a sort of
bridge between 2.2 and 3.0. However, the challenge here is that if the
OAuth2 library is built with 2.3, all it's dependencies must also be in
2.3. I will probably do this work on a branch until such time that the
dependencies catch up.
* Making the library iOS 10.0 / Xcode 8 ready. iOS 10 will most likely be
released this fall and the OAuth2 library should support it. As part of
this, the library will also need some changes to support Xcode 8 (Xcode 7.x
won't build for an iOS 10 target). Again, this will probably be done on a
separate branch until the library's dependencies also support iOS 10.


Best,
Michael Doo
410 Labs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20160623/4950e29e/attachment-0001.html 


More information about the aerogear-dev mailing list