[PR #1] [MERGED] Fixed compile issues for compatibility with Xcode6-Beta3 #478

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/1
Author: @michaeljdeeb
Created: 7/16/2014
Status: Merged
Merged: 7/16/2014
Merged by: @dongri

Base: masterHead: master


📝 Commits (4)

  • 90d4c17 Beta 3 half-closed range operator change
  • 8c2d745 Removed a beta 3 deprecated API
  • 7551993 Changed arrays to be mutable
  • 8f03bbd Changed arrays to use new declaration as of beta 3.

📊 Changes

4 files changed (+9 additions, -9 deletions)

View changed files

📝 OAuthSwift/OAuthSwiftClient.swift (+4 -4)
📝 OAuthSwift/extension/Dictionary+OAuthSwift.swift (+1 -1)
📝 OAuthSwift/extension/String+OAuthSwift.swift (+3 -3)
📝 OAuthSwiftDemo/ViewController.swift (+1 -1)

📄 Description

Apple made some subtle changes to Swift in beta 3 that caused compilation errors/warnings when building this project.


🔄 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/1 **Author:** [@michaeljdeeb](https://github.com/michaeljdeeb) **Created:** 7/16/2014 **Status:** ✅ Merged **Merged:** 7/16/2014 **Merged by:** [@dongri](https://github.com/dongri) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`90d4c17`](https://github.com/OAuthSwift/OAuthSwift/commit/90d4c173ffb39e4bf053f51b8258207184e980ca) Beta 3 half-closed range operator change - [`8c2d745`](https://github.com/OAuthSwift/OAuthSwift/commit/8c2d745929c8cf57a18332e29f6cb420cb489017) Removed a beta 3 deprecated API - [`7551993`](https://github.com/OAuthSwift/OAuthSwift/commit/7551993e554c414186f965371729950f9974c4e9) Changed arrays to be mutable - [`8f03bbd`](https://github.com/OAuthSwift/OAuthSwift/commit/8f03bbd3fd956e455152b73e83262ebe75cb87bb) Changed arrays to use new declaration as of beta 3. ### 📊 Changes **4 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift/OAuthSwiftClient.swift` (+4 -4) 📝 `OAuthSwift/extension/Dictionary+OAuthSwift.swift` (+1 -1) 📝 `OAuthSwift/extension/String+OAuthSwift.swift` (+3 -3) 📝 `OAuthSwiftDemo/ViewController.swift` (+1 -1) </details> ### 📄 Description Apple made some subtle changes to Swift in beta 3 that caused compilation errors/warnings when building this project. --- <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:02 +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#478
No description provided.