mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #82] Swift 2.0 / Xcode 7 Support #49
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#49
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 @rhysforyou on GitHub (Jul 9, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/82
What plans are there to support Swift 2.0 with OAuthSwift?
@gabriel-jones commented on GitHub (Jul 9, 2015):
I'm guessing dongri and phimage will update the project when Xcode 7 and Swift 2 are officially released. In the meantime, I guess you can try Apple's swift converter in Xcode 7, which (mostly accurately) converts your old swift files to swift 2.0 files.
@rhysforyou commented on GitHub (Jul 9, 2015):
Surely they'd be working to get it updated ahead of time though? What I'd ideally like is a Swift 2 development branch that can be merged into
masterwhen the GM seed comes out. That'll make it easier for developers who rely on OAuthSwift as a dependency to get their codebases ready for Swift 2.0 ahead of time@ejpusa-zz commented on GitHub (Jul 12, 2015):
If you use only one site to authenticate too, it's a great project to convert that piece to Swift 2. Hack away. And you'll learn lots. OAuth is probably one of the top topics in Comp Sci these days, everyone is into security, and a great piece of code to learn from.
@mwermuth commented on GitHub (Jul 17, 2015):
Hey I am working on a Swift 2.0 version. I have it already running. But I made some additional changes to use it with Youtube and the new SFSafariViewController, because I needed it for an app I am working on. I will clean it out and make a Pull Request to have a swift2.0 dev branch here. In the meantime you can have a look here: https://github.com/mwermuth/OAuthSwift/tree/swift2.0
@crewshin commented on GitHub (Jul 20, 2015):
+1 for a swift2 branch.
@driver733 commented on GitHub (Aug 6, 2015):
+1 for swift 2.0 support
@pschneider commented on GitHub (Aug 11, 2015):
@mwermuth works fine for me so far. thanks :)
@driver733 commented on GitHub (Aug 11, 2015):
@mwermuth thanks too!
@MathijsK93 commented on GitHub (Aug 12, 2015):
Maybe a stupid question, but how can i use @mwermuth his fork in my xcode project? The podfile is referenced to the original OAuthSwift..
@pschneider commented on GitHub (Aug 12, 2015):
@MathijsK93
Easiest way is to use Carthage. There you can specify his repo and add "swift2.0" at the end to use the specific swift 2 branch.
I believe to do this with CocoaPods you need to fork and edit the podspec but not sure.
Sent from my iPhone
@mwermuth commented on GitHub (Aug 13, 2015):
It does not matter whats written in the podspec you can specify the repo and branch in the Podfile. I am using it like this
Hope this helps :)
@damianesteban commented on GitHub (Aug 16, 2015):
~@mwermuth - is your example application working for you with the most recent version of Xcode and Swift 2.0? I'm unable to get the GitHub example working at all.
UPDATE: I figured out what the issue was. I'll submit a PR shortly.
@mwermuth commented on GitHub (Aug 29, 2015):
I need to adopt the latest changed in XCode 6 beta 7. I will try to submit the change in the upcoming week.
@mwermuth commented on GitHub (Sep 15, 2015):
I pushed some Swift 2.0 XCode 7 GM changes to my fork. I still need to se if everything works, but if anybody wants to check it out: https://github.com/mwermuth/OAuthSwift/tree/swift2.0
@phimage commented on GitHub (Sep 15, 2015):
@mwermuth did you try to merge original master modifications since you create your swift2.0 branch?
(some bug fix, uber, ...)
@mwermuth commented on GitHub (Sep 17, 2015):
@phimage Good one, not yet but will do :)
@phimage commented on GitHub (Sep 17, 2015):
from
6e7b674a65to1fcc3a1816project owner implement swift2@mwermuth you could compare if you take different path ;)
maybe issue could be closed now
@rhysforyou commented on GitHub (Sep 17, 2015):
🎉