[PR #538] [MERGED] Added support for macCatalyst #661

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/538
Author: @nrivard
Created: 8/13/2019
Status: Merged
Merged: 8/15/2019
Merged by: @phimage

Base: 2.1.0Head: UIKitForMac


📝 Commits (4)

  • bca41f8 Added support for UIKitForMac
  • 9c95c28 Made init functions on session based handlers public
  • 1eb1128 Fixes for ASWebAuthenticationSession
  • 5ef0149 Updated to beta 4's naming for UIKitForMac: macCatalyst

📊 Changes

2 files changed (+11 additions, -5 deletions)

View changed files

📝 Sources/OAuthSwiftURLHandlerType.swift (+10 -4)
📝 Sources/OAuthWebViewController.swift (+1 -1)

📄 Description

I added support for UIKitForMac (renamed macCatalyst in beta 4 and beyond). In order for this to work, I also had to fix ASWebAuthenticationURLHandler as it was not actually publicly usable. macCatalyst forbids the use of any deprecated functions so this had to be fixed.

Tested on macOS Catalina beta 4 and 5.


🔄 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/538 **Author:** [@nrivard](https://github.com/nrivard) **Created:** 8/13/2019 **Status:** ✅ Merged **Merged:** 8/15/2019 **Merged by:** [@phimage](https://github.com/phimage) **Base:** `2.1.0` ← **Head:** `UIKitForMac` --- ### 📝 Commits (4) - [`bca41f8`](https://github.com/OAuthSwift/OAuthSwift/commit/bca41f8ccb45e968caba2fdf96d8788da605adef) Added support for UIKitForMac - [`9c95c28`](https://github.com/OAuthSwift/OAuthSwift/commit/9c95c28253843aa8fd2364062e1883a825175a2a) Made init functions on session based handlers `public` - [`1eb1128`](https://github.com/OAuthSwift/OAuthSwift/commit/1eb1128b2890be134140afa430935f6e6c66fbf7) Fixes for ASWebAuthenticationSession - [`5ef0149`](https://github.com/OAuthSwift/OAuthSwift/commit/5ef0149f051eb9c203bc5bd91407c3bb6d8c7a4e) Updated to beta 4's naming for UIKitForMac: macCatalyst ### 📊 Changes **2 files changed** (+11 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Sources/OAuthSwiftURLHandlerType.swift` (+10 -4) 📝 `Sources/OAuthWebViewController.swift` (+1 -1) </details> ### 📄 Description I added support for UIKitForMac (renamed `macCatalyst` in beta 4 and beyond). In order for this to work, I also had to fix `ASWebAuthenticationURLHandler` as it was not actually publicly usable. macCatalyst forbids the use of any deprecated functions so this had to be fixed. Tested on macOS Catalina beta 4 and 5. --- <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:58 +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#661
No description provided.