mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #30] [MERGED] Improve use of protocol #490
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#490
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/30
Author: @rvangraan
Created: 3/3/2015
Status: ✅ Merged
Merged: 3/4/2015
Merged by: @dongri
Base:
master← Head:improve-use-of-protocol📝 Commits (3)
a462bbfSupport for Swift 1.2debc7a4(#22) Refactor OAuthSwiftHTTPRequest to support returning an NSURLRequest8755293Fix use of protocol so that any controller can be used📊 Changes
13 files changed (+131 additions, -105 deletions)
View changed files
📝
OAuthSwift/HMAC.swift(+4 -4)📝
OAuthSwift/Int+OAuthSwift.swift(+4 -4)📝
OAuthSwift/NSData+OAuthSwift.swift(+6 -6)📝
OAuthSwift/NSURL+OAuthSwift.swift(+2 -2)📝
OAuthSwift/OAuth1Swift.swift(+9 -7)📝
OAuthSwift/OAuth2Swift.swift(+10 -7)📝
OAuthSwift/OAuthSwiftClient.swift(+9 -9)📝
OAuthSwift/OAuthSwiftCredential.swift(+7 -7)📝
OAuthSwift/OAuthSwiftHTTPRequest.swift(+67 -47)📝
OAuthSwift/SHA1.swift(+1 -1)📝
OAuthSwift/String+OAuthSwift.swift(+5 -5)📝
OAuthSwiftDemo/AppDelegate.swift(+4 -3)📝
OAuthSwiftDemo/WebViewController.swift(+3 -3)📄 Description
Changed the implementation to that projects are not forced to inherit from OAuthWebViewController
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.