[PR #105] [MERGED] Swift 2.0 #515

Closed
opened 2026-03-03 16:49:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/105
Author: @dongri
Created: 9/17/2015
Status: Merged
Merged: 9/17/2015
Merged by: @dongri

Base: masterHead: swift2.0


📝 Commits (1)

📊 Changes

23 files changed (+237 additions, -143 deletions)

View changed files

Launch Screen.storyboard (+53 -0)
📝 OAuthSwift.xcodeproj/project.pbxproj (+18 -1)
📝 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 (+2 -2)
📝 OAuthSwift/OAuth2Swift.swift (+4 -4)
📝 OAuthSwift/OAuthSwiftClient.swift (+18 -18)
📝 OAuthSwift/OAuthSwiftCredential.swift (+1 -1)
📝 OAuthSwift/OAuthSwiftHTTPRequest.swift (+20 -14)
📝 OAuthSwift/SHA1.swift (+8 -8)
📝 OAuthSwift/String+OAuthSwift.swift (+10 -10)
📝 OAuthSwift/Utils.swift (+5 -5)
📝 OAuthSwiftDemo/AppDelegate.swift (+2 -2)
📝 OAuthSwiftDemo/Images.xcassets/AppIcon.appiconset/Contents.json (+10 -0)
📝 OAuthSwiftDemo/Info.plist (+7 -1)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OAuthSwift/OAuthSwift/pull/105 **Author:** [@dongri](https://github.com/dongri) **Created:** 9/17/2015 **Status:** ✅ Merged **Merged:** 9/17/2015 **Merged by:** [@dongri](https://github.com/dongri) **Base:** `master` ← **Head:** `swift2.0` --- ### 📝 Commits (1) - [`6e7b674`](https://github.com/OAuthSwift/OAuthSwift/commit/6e7b674a65348b57dc8b98ffeff523bd08f03222) Swift 2.0 ### 📊 Changes **23 files changed** (+237 additions, -143 deletions) <details> <summary>View changed files</summary> ➕ `Launch Screen.storyboard` (+53 -0) 📝 `OAuthSwift.xcodeproj/project.pbxproj` (+18 -1) 📝 `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` (+2 -2) 📝 `OAuthSwift/OAuth2Swift.swift` (+4 -4) 📝 `OAuthSwift/OAuthSwiftClient.swift` (+18 -18) 📝 `OAuthSwift/OAuthSwiftCredential.swift` (+1 -1) 📝 `OAuthSwift/OAuthSwiftHTTPRequest.swift` (+20 -14) 📝 `OAuthSwift/SHA1.swift` (+8 -8) 📝 `OAuthSwift/String+OAuthSwift.swift` (+10 -10) 📝 `OAuthSwift/Utils.swift` (+5 -5) 📝 `OAuthSwiftDemo/AppDelegate.swift` (+2 -2) 📝 `OAuthSwiftDemo/Images.xcassets/AppIcon.appiconset/Contents.json` (+10 -0) 📝 `OAuthSwiftDemo/Info.plist` (+7 -1) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:49:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#515
No description provided.