[PR #191] [CLOSED] Update #555

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/191
Author: @p-salmon
Created: 2/24/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

58 files changed (+5129 additions, -1571 deletions)

View changed files

CONTRIBUTING.md (+44 -0)
ISSUE_TEMPLATE.md (+5 -0)
Launch Screen.storyboard (+53 -0)
📝 OAuthSwift.podspec (+6 -5)
📝 OAuthSwift.xcodeproj/project.pbxproj (+643 -34)
📝 OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwift.xcscheme (+8 -5)
OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftOSX.xcscheme (+80 -0)
OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftTVOS.xcscheme (+80 -0)
OAuthSwift.xcworkspace/contents.xcworkspacedata (+10 -0)
📝 OAuthSwift/Dictionary+OAuthSwift.swift (+23 -2)
📝 OAuthSwift/HMAC.swift (+4 -4)
📝 OAuthSwift/Info.plist (+2 -2)
📝 OAuthSwift/Int+OAuthSwift.swift (+3 -4)
📝 OAuthSwift/NSData+OAuthSwift.swift (+1 -1)
📝 OAuthSwift/NSURL+OAuthSwift.swift (+3 -3)
📝 OAuthSwift/OAuth1Swift.swift (+65 -64)
📝 OAuthSwift/OAuth2Swift.swift (+125 -69)
OAuthSwift/OAuthSwift.swift (+69 -0)
📝 OAuthSwift/OAuthSwiftClient.swift (+171 -143)
📝 OAuthSwift/OAuthSwiftCredential.swift (+140 -3)

...and 38 more files

📄 Description

Update fork


🔄 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/191 **Author:** [@p-salmon](https://github.com/p-salmon) **Created:** 2/24/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`853c5b4`](https://github.com/OAuthSwift/OAuthSwift/commit/853c5b4af35b60ab18c69f71acb5179ee5b053af) Pull OAuthSwift - [`5b6f119`](https://github.com/OAuthSwift/OAuthSwift/commit/5b6f1192c5444e0df8723dc4c965155b35b5197a) Pull OAuthSwift ### 📊 Changes **58 files changed** (+5129 additions, -1571 deletions) <details> <summary>View changed files</summary> ➕ `CONTRIBUTING.md` (+44 -0) ➕ `ISSUE_TEMPLATE.md` (+5 -0) ➕ `Launch Screen.storyboard` (+53 -0) 📝 `OAuthSwift.podspec` (+6 -5) 📝 `OAuthSwift.xcodeproj/project.pbxproj` (+643 -34) 📝 `OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwift.xcscheme` (+8 -5) ➕ `OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftOSX.xcscheme` (+80 -0) ➕ `OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftTVOS.xcscheme` (+80 -0) ➕ `OAuthSwift.xcworkspace/contents.xcworkspacedata` (+10 -0) 📝 `OAuthSwift/Dictionary+OAuthSwift.swift` (+23 -2) 📝 `OAuthSwift/HMAC.swift` (+4 -4) 📝 `OAuthSwift/Info.plist` (+2 -2) 📝 `OAuthSwift/Int+OAuthSwift.swift` (+3 -4) 📝 `OAuthSwift/NSData+OAuthSwift.swift` (+1 -1) 📝 `OAuthSwift/NSURL+OAuthSwift.swift` (+3 -3) 📝 `OAuthSwift/OAuth1Swift.swift` (+65 -64) 📝 `OAuthSwift/OAuth2Swift.swift` (+125 -69) ➕ `OAuthSwift/OAuthSwift.swift` (+69 -0) 📝 `OAuthSwift/OAuthSwiftClient.swift` (+171 -143) 📝 `OAuthSwift/OAuthSwiftCredential.swift` (+140 -3) _...and 38 more files_ </details> ### 📄 Description Update fork --- <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:25 +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#555
No description provided.