mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #538] [MERGED] Added support for macCatalyst #661
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#661
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.0← Head:UIKitForMac📝 Commits (4)
bca41f8Added support for UIKitForMac9c95c28Made init functions on session based handlerspublic1eb1128Fixes for ASWebAuthenticationSession5ef0149Updated 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
macCatalystin beta 4 and beyond). In order for this to work, I also had to fixASWebAuthenticationURLHandleras 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.