[PR #4] [MERGED] Updates for beta 5 #480

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/4
Author: @michaeljdeeb
Created: 8/7/2014
Status: Merged
Merged: 8/9/2014
Merged by: @dongri

Base: masterHead: master


📝 Commits (9)

  • 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.
  • 98adcef Merge pull request #2 from michaeljdeeb/client-cast-fixes
  • 53bb036 An init method is now required for subclasses of UIViewController as of beta 5
  • c4a8338 An init method is now required for subclasses of UIViewController as of beta 5

📊 Changes

8 files changed (+22 additions, -19 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)
📝 OAuthSwiftDemo/AppDelegate.swift (+1 -1)
📝 OAuthSwiftDemo/ViewController.swift (+4 -0)

📄 Description

Made changes so that the code now compiles with Xcode6-Beta5.


🔄 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/4 **Author:** [@michaeljdeeb](https://github.com/michaeljdeeb) **Created:** 8/7/2014 **Status:** ✅ Merged **Merged:** 8/9/2014 **Merged by:** [@dongri](https://github.com/dongri) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`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. - [`98adcef`](https://github.com/OAuthSwift/OAuthSwift/commit/98adcefe9e7fd9bd9b2125231313792be6c51319) Merge pull request #2 from michaeljdeeb/client-cast-fixes - [`53bb036`](https://github.com/OAuthSwift/OAuthSwift/commit/53bb0361e297a0c4058369294c94ab41b49b2bc0) An init method is now required for subclasses of UIViewController as of beta 5 - [`c4a8338`](https://github.com/OAuthSwift/OAuthSwift/commit/c4a83389354ca273869b9b6eb0cf43e3607af66b) An init method is now required for subclasses of UIViewController as of beta 5 ### 📊 Changes **8 files changed** (+22 additions, -19 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) 📝 `OAuthSwiftDemo/AppDelegate.swift` (+1 -1) 📝 `OAuthSwiftDemo/ViewController.swift` (+4 -0) </details> ### 📄 Description Made changes so that the code now compiles with Xcode6-Beta5. --- <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#480
No description provided.