mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #85] [CLOSED] Swift 2.0 support #511
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#511
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?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/85
Author: @rhysforyou
Created: 7/12/2015
Status: ❌ Closed
Base:
master← Head:swift2📝 Commits (7)
06cb494Ran Swift 2 converter over project3579166Updated iOS demo app for Swift 2.04517dc3Merge branch 'master' into swift2811f3c1Fix OS X specific warnings46c001dUpdated OS X demo app7fe99f9Updated for beta 6d7d5e23Merge branch 'master' into swift2📊 Changes
24 files changed (+273 additions, -226 deletions)
View changed files
📝
OAuthSwift.xcodeproj/project.pbxproj(+15 -4)📝
OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwift.xcscheme(+8 -5)📝
OAuthSwift/Dictionary+OAuthSwift.swift(+1 -1)📝
OAuthSwift/HMAC.swift(+4 -4)📝
OAuthSwift/Info.plist(+1 -1)📝
OAuthSwift/Int+OAuthSwift.swift(+3 -4)📝
OAuthSwift/NSData+OAuthSwift.swift(+1 -1)📝
OAuthSwift/NSURL+OAuthSwift.swift(+3 -3)📝
OAuthSwift/OAuth1Swift.swift(+1 -4)📝
OAuthSwift/OAuth2Swift.swift(+4 -4)📝
OAuthSwift/OAuthSwiftClient.swift(+16 -22)📝
OAuthSwift/OAuthSwiftCredential.swift(+1 -1)📝
OAuthSwift/OAuthSwiftHTTPRequest.swift(+20 -14)📝
OAuthSwift/OAuthWebViewController.swift(+2 -2)📝
OAuthSwift/SHA1.swift(+9 -9)📝
OAuthSwift/String+OAuthSwift.swift(+10 -10)📝
OAuthSwift/Utils.swift(+5 -5)📝
OAuthSwiftDemo/Info.plist(+1 -1)📝
OAuthSwiftDemo/ViewController.swift(+81 -62)📝
OAuthSwiftOSX/Info.plist(+1 -1)...and 4 more files
📄 Description
This pull request adds support for Swift 2 and Xcode 7. So far I've only converted the main framework over to the newer syntax through Xcode's conversion tools, so a fair amount of work still needs to be done.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.