[PR #3] [CLOSED] Client cast fixes #481

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/3
Author: @crw
Created: 8/7/2014
Status: Closed

Base: masterHead: client-cast-fixes


📝 Commits (6)

  • 1088616 Merge pull request #1 from dongri/master
  • 66ab622 Placed in nil checks instead of boolean values for optionals per the beta 5 changes
  • bc53dfa bridgeToObjectiveC() and bridgeFromObjectiveC() functions have been removed in beta 5
  • f8bdd9a Changed for beta 5 declaration Dictionary<Key, Value>
  • c3864a5 Placed in nil checks instead of boolean values for optionals per the beta 5 changes
  • db4e5e3 Cleaned up the final casting issues in the client.

📊 Changes

6 files changed (+17 additions, -18 deletions)

View changed files

📝 OAuthSwift/OAuth2Swift.swift (+4 -4)
📝 OAuthSwift/OAuthSwiftClient.swift (+4 -4)
📝 OAuthSwift/OAuthSwiftHTTPRequest.swift (+4 -4)
📝 OAuthSwift/extension/Dictionary+OAuthSwift.swift (+2 -2)
📝 OAuthSwift/extension/NSURL+OAuthSwift.swift (+1 -2)
📝 OAuthSwift/extension/String+OAuthSwift.swift (+2 -2)

📄 Description

Quick fixes to the OAuthClient.swift to fix all the bridgeToObjectiveC() BS.


🔄 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/3 **Author:** [@crw](https://github.com/crw) **Created:** 8/7/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `client-cast-fixes` --- ### 📝 Commits (6) - [`1088616`](https://github.com/OAuthSwift/OAuthSwift/commit/1088616e4c7fed1e6c6fcba9543a55857e2b9b9f) Merge pull request #1 from dongri/master - [`66ab622`](https://github.com/OAuthSwift/OAuthSwift/commit/66ab6221ce7d9f8dfcb74606e5e31055069a5d9f) Placed in nil checks instead of boolean values for optionals per the beta 5 changes - [`bc53dfa`](https://github.com/OAuthSwift/OAuthSwift/commit/bc53dfacb3568f9d8ee23d336f50d3264831b58d) bridgeToObjectiveC() and bridgeFromObjectiveC() functions have been removed in beta 5 - [`f8bdd9a`](https://github.com/OAuthSwift/OAuthSwift/commit/f8bdd9ae48dd01dc4ee4c2c1226048c0af4852de) Changed for beta 5 declaration Dictionary<Key, Value> - [`c3864a5`](https://github.com/OAuthSwift/OAuthSwift/commit/c3864a587dec78c5e26d7b34ab3d2b2a8a2d9ee7) Placed in nil checks instead of boolean values for optionals per the beta 5 changes - [`db4e5e3`](https://github.com/OAuthSwift/OAuthSwift/commit/db4e5e356f3f9ec62886d224539c9591d39b1710) Cleaned up the final casting issues in the client. ### 📊 Changes **6 files changed** (+17 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift/OAuth2Swift.swift` (+4 -4) 📝 `OAuthSwift/OAuthSwiftClient.swift` (+4 -4) 📝 `OAuthSwift/OAuthSwiftHTTPRequest.swift` (+4 -4) 📝 `OAuthSwift/extension/Dictionary+OAuthSwift.swift` (+2 -2) 📝 `OAuthSwift/extension/NSURL+OAuthSwift.swift` (+1 -2) 📝 `OAuthSwift/extension/String+OAuthSwift.swift` (+2 -2) </details> ### 📄 Description Quick fixes to the OAuthClient.swift to fix all the bridgeToObjectiveC() BS. --- <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:03 +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#481
No description provided.