[PR #494] [MERGED] Updated to Swift 4.2 and made the Xcode-recommended project changes #646

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/494
Author: @jrtibbetts
Created: 10/26/2018
Status: Merged
Merged: 10/31/2018
Merged by: @phimage

Base: masterHead: swift-4.2


📝 Commits (2)

  • f241bfc Used Xcode to update the code to Swift 4.2 and made the Xcode-recommended project changes.
  • 82d2163 Don't forget to bump the podspec's Swift version!

📊 Changes

11 files changed (+21 additions, -20 deletions)

View changed files

📝 Demo/Common/AppDelegate.swift (+2 -2)
📝 Demo/Common/ViewController.swift (+5 -5)
📝 Demo/Common/WebViewController.swift (+1 -1)
📝 OAuthSwift.podspec (+1 -1)
📝 OAuthSwift.xcodeproj/project.pbxproj (+6 -5)
📝 OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwift.xcscheme (+1 -1)
📝 OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftMacOS.xcscheme (+1 -1)
📝 OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftTVOS.xcscheme (+1 -1)
📝 OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftWatchOS.xcscheme (+1 -1)
📝 Sources/HMAC.swift (+1 -1)
📝 Sources/OAuthSwiftHTTPRequest.swift (+1 -1)

📄 Description

Using Xcode 10.0, I let it update the code to be Swift 4.2-compatible, and I made the project file changes that Xcode recommended.


🔄 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/494 **Author:** [@jrtibbetts](https://github.com/jrtibbetts) **Created:** 10/26/2018 **Status:** ✅ Merged **Merged:** 10/31/2018 **Merged by:** [@phimage](https://github.com/phimage) **Base:** `master` ← **Head:** `swift-4.2` --- ### 📝 Commits (2) - [`f241bfc`](https://github.com/OAuthSwift/OAuthSwift/commit/f241bfcd192c38226685e61acf95e885ae3f134f) Used Xcode to update the code to Swift 4.2 and made the Xcode-recommended project changes. - [`82d2163`](https://github.com/OAuthSwift/OAuthSwift/commit/82d216388959ccf9fb2451935a317abd8270e7be) Don't forget to bump the podspec's Swift version! ### 📊 Changes **11 files changed** (+21 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Demo/Common/AppDelegate.swift` (+2 -2) 📝 `Demo/Common/ViewController.swift` (+5 -5) 📝 `Demo/Common/WebViewController.swift` (+1 -1) 📝 `OAuthSwift.podspec` (+1 -1) 📝 `OAuthSwift.xcodeproj/project.pbxproj` (+6 -5) 📝 `OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwift.xcscheme` (+1 -1) 📝 `OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftMacOS.xcscheme` (+1 -1) 📝 `OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftTVOS.xcscheme` (+1 -1) 📝 `OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftWatchOS.xcscheme` (+1 -1) 📝 `Sources/HMAC.swift` (+1 -1) 📝 `Sources/OAuthSwiftHTTPRequest.swift` (+1 -1) </details> ### 📄 Description Using Xcode 10.0, I let it update the code to be Swift 4.2-compatible, and I made the project file changes that Xcode recommended. --- <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:53 +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#646
No description provided.