dtrenz / LaunchGate

LaunchGate makes it easy to let users know when an update to your app is available.
http://dtrenz.github.io/LaunchGate
Other
60 stars 16 forks source link

Support to Swift 3 #33

Closed RLRG closed 6 years ago

RLRG commented 7 years ago

Converting the code in order to solve the issue #28

RLRG commented 7 years ago

As you can see, I have also updated the tests of the project to support Swift 3.

4brunu commented 7 years ago

@dtrenz Any new on this? The current version of Xcode doesn't support Swift 2.3, so this PR would be great. Thanks

dtrenz commented 7 years ago

Sorry about the hold up on this. I've been fighting with Travis CI. I will try to get this merged this week. Then on to Swift 4... 😉

4brunu commented 7 years ago

Thanks, if I can somehow help, please let me know :)

andriyslyusar commented 7 years ago

@dtrenz Are you planning merging Swift 3.0 changes to main repo?

RLRG commented 6 years ago

Hi @dtrenz,

I have fixed all the problems related to Travis CI and unit tests so that the Swift 3 support is ready to be released. Check it and if you are ok with my changes merge them or, otherwise, if I have to change or take into account something else, please, let me know it :)

Thanks a lot.

Rodrigo