mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #244] When will there be swift 3 support? #137
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @simonnarang on GitHub (Jun 24, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/244
Thanks, have an app running on spm 3.0
@phimage commented on GitHub (Jul 7, 2016):
I will a create a beta branch starting with last stable release
(and me or another contributor will commit into)
Master branch will be updated as usual when xcode 8 will be released
Downloading xcode 8 beta now and reading https://swift.org/migration-guide/
I am not familiar with swift package manager, so If you have some clues
@phimage commented on GitHub (Jul 8, 2016):
branch swift 3.0 created with automatic conversion and come compilation fix
@phimage commented on GitHub (Aug 19, 2016):
WIP PR #267 https://github.com/skedgo/OAuthSwift.git branch swift3.0
@leo150 commented on GitHub (Sep 16, 2016):
What about https://github.com/OAuthSwift/OAuthSwift.git swift3.0 branch? Is it working?
@phimage commented on GitHub (Sep 16, 2016):
@leo150 the branch I thinks is not working
use temporary fork https://github.com/skedgo/OAuthSwift/ on branch swift3.0
@phimage commented on GitHub (Sep 25, 2016):
PR #277 (old one PR #267 ) merged into swift3.0 branch
then merged into master
5a1e575993with some modifications :
authorizeWithCallbackURL(...->authorize(withCallbackURL...-authorize_url_handler->authorizeURLHandlerhandleOpenURL->handle(url:OAuthSwiftErrorin failure callback ie. typed errors (tokenExpired, ...)authorize(to be able to cancelOAuthSwift.Headers = [String: String],OAuthSwift.Parameters = [String: Any]There is yet some TODO
OAuthSwiftobjectlet me know if there is some bug, before tagging and releasing
@SMillerDev commented on GitHub (Sep 27, 2016):
@phimage the branch for https://github.com/skedgo/OAuthSwift/ is swift3 btw (no .0)
@phimage commented on GitHub (Sep 27, 2016):
@SMillerDev you comment an old post (so useless)
skedgo branch has been merged to origin swift3.0 branch and then master
@SMillerDev commented on GitHub (Sep 27, 2016):
My bad, it was still open. Figured it was still relevant.
@hardikdevios commented on GitHub (Sep 28, 2016):
@phimage Please update PodSpec bro
@phimage commented on GitHub (Sep 28, 2016):
@hardikdevios podspec is already updated
but no 1.0.0 tag
no push to cocoapod trunk
I choose when I release...( because you can use last code at your own risk now)
@hardikdevios commented on GitHub (Sep 28, 2016):
Lol no problem Bro 👍
For now i am using
Working perfectly have to make some changes in Methods for Swift 3 other then its safe :)
@jjjeeerrr111 commented on GitHub (Sep 30, 2016):
Any idea when the 1.0.0 will be released for Cocoapod support?
@phimage commented on GitHub (Oct 1, 2016):
@jjjeeerrr111: no, why?
see no date for milestone https://github.com/OAuthSwift/OAuthSwift/milestone/2
@tonygon commented on GitHub (Oct 2, 2016):
@hardikdevios thanks for the command!
@phimage and @contributors of course thank you for developing OAuthSwift ;) great stuff!
@jjjeeerrr111 commented on GitHub (Oct 2, 2016):
@phimage wondering how I can incorporate OAuthSwift into my Swift 3.0 project
@phimage commented on GitHub (Oct 2, 2016):
to use head master code
3d0f81ae5cI will release soon
@ahmad-ishfaq commented on GitHub (Oct 5, 2016):
pod 'OAuthSwift', :git => 'https://github.com/OAuthSwift/OAuthSwift.git' is not working properly it gives me an oauthswit error -10 when authenticating for twitter
@phimage commented on GitHub (Oct 6, 2016):
@ahmad-ishfaq please make a descriptive issue instead of writing here... (and fill issue template)
with the detailed content of the error (maybe an
OAuthSwiftError.requestError(error: /*an NSError with info*/))because how you know that is a master branch, did you test with older release ?
do you know that twitter have HTTP callback url that you must declare? (or you will receive "Desktop applications only support the oauth_callback value ‘oob’")
@phimage commented on GitHub (Oct 6, 2016):
1.0.0 tagged
swift3 branch removed
please open new issues if bug