delba / Permission

A unified API to ask for permissions on iOS
MIT License
2.91k stars 323 forks source link

Swift 3.0 release #60

Closed sunshinejr closed 8 years ago

sunshinejr commented 8 years ago

Hey Damien! I don't know the current state of this library for Swift 3.0, but would it be possible to release alpha/beta version if it is not completed yet? Would love to update RxPermission to the newest standards 🐼 Cheers!

hernangonzalez commented 8 years ago

+1, I've been using branch swift-3.0

eikebartels commented 8 years ago

I guess its time for a merge of https://github.com/delba/Permission/tree/swift-3.0 ?

jakerockland commented 8 years ago

Given XCode 8 being out of beta now, I think it would make sense to merge swift-3.0 to master. @delba ?

rsaarloos commented 8 years ago

+1

delba commented 8 years ago

Sorry everyone, I was a bit busy lately... I will merge swift-3.0 into master (and most importantly release a new version) as soon as I tackle some of the remaining issues (by this week-end I hope)

jakerockland commented 8 years ago

@delba No need for apologies, sounds good to me! 😄

mingmingsuper commented 8 years ago

Hi, delba When would you merge swift-3.0 into master? I need your help!!!

delba commented 8 years ago

@mingmingsuper It's coming very soon! Check @justinmakaila PR here https://github.com/delba/Permission/pull/75 😉

mingmingsuper commented 8 years ago

@delba Thanks!

JeffESchmitz commented 8 years ago

My vote of a merge swift-3.0 into master. Would like to use in a new project that is starting this week (Nov 1. 2016).

Thanks for the excellent work!

delba commented 8 years ago

The swift-3.0 branch is now master. You can find the version compatible with Swift 2.2 on the swift-2.2 branch.

I would be awesome to get some feedback on the compilation conditions (kudos to @justinmakaila) before shipping a proper release.

Thanks!

mingmingsuper commented 8 years ago

Hi @delba the sources update complete but the podspec file not update the version is also 1.5,please update it,Thanks!

mingmingsuper commented 8 years ago

How to config PermissionConfiguration.xcconfig correct?

delba commented 8 years ago

Thanks to all the contributors, the Swift 3.0 version is finally out 🎉

github "delba/Permission" >= 2.0

The CocoaPod isn't here yet... More info here #57

loverde-co commented 7 years ago

Swift 3.0 is there on CocoaPods ?