[PR #85] [CLOSED] Swift 2.0 support #511

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/85
Author: @rhysforyou
Created: 7/12/2015
Status: Closed

Base: masterHead: swift2


📝 Commits (7)

  • 06cb494 Ran Swift 2 converter over project
  • 3579166 Updated iOS demo app for Swift 2.0
  • 4517dc3 Merge branch 'master' into swift2
  • 811f3c1 Fix OS X specific warnings
  • 46c001d Updated OS X demo app
  • 7fe99f9 Updated for beta 6
  • d7d5e23 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/OAuthSwift/OAuthSwift/pull/85 **Author:** [@rhysforyou](https://github.com/rhysforyou) **Created:** 7/12/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `swift2` --- ### 📝 Commits (7) - [`06cb494`](https://github.com/OAuthSwift/OAuthSwift/commit/06cb49450a7330d2588d859f72d5059e6b7b0d43) Ran Swift 2 converter over project - [`3579166`](https://github.com/OAuthSwift/OAuthSwift/commit/3579166a62eeb1a53a5907e01fd397e4526f35ec) Updated iOS demo app for Swift 2.0 - [`4517dc3`](https://github.com/OAuthSwift/OAuthSwift/commit/4517dc30d47edbd236ced0b622da08ffd57936da) Merge branch 'master' into swift2 - [`811f3c1`](https://github.com/OAuthSwift/OAuthSwift/commit/811f3c10e4ddd9b1aa0e415fb81f19ec5d585244) Fix OS X specific warnings - [`46c001d`](https://github.com/OAuthSwift/OAuthSwift/commit/46c001d4d84bc8bf12d93a44f31e278b9ed9e76e) Updated OS X demo app - [`7fe99f9`](https://github.com/OAuthSwift/OAuthSwift/commit/7fe99f98d6a7f9d867425df0bd87c4de34a69cb4) Updated for beta 6 - [`d7d5e23`](https://github.com/OAuthSwift/OAuthSwift/commit/d7d5e2325ac2a1cc23abe680abe1a0abf3f3ff82) Merge branch 'master' into swift2 ### 📊 Changes **24 files changed** (+273 additions, -226 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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. --- <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:12 +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#511
No description provided.