mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #671] [CLOSED] Fixes OAuthSwift/OAuthSwift/issues/669 #714
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#714
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/671
Author: @dillon-mce
Created: 8/9/2021
Status: ❌ Closed
Base:
master← Head:fix-xcode-13-compiler-errors📝 Commits (1)
48ce326Fixes OAuthSwift/OAuthSwift/issues/669📊 Changes
17 files changed (+26 additions, -0 deletions)
View changed files
📝
Sources/Handler/ASWebAuthenticationURLHandler.swift(+2 -0)📝
Sources/Handler/OAuthSwiftOpenURLExternally.swift(+1 -0)📝
Sources/Handler/OAuthWebViewController.swift(+1 -0)📝
Sources/Handler/SFAuthenticationURLHandler.swift(+2 -0)📝
Sources/Handler/SafariURLHandler.swift(+1 -0)📝
Sources/NSError+OAuthSwift.swift(+1 -0)📝
Sources/NotificationCenter+OAuthSwift.swift(+2 -0)📝
Sources/OAuth1Swift.swift(+1 -0)📝
Sources/OAuth2Swift.swift(+1 -0)📝
Sources/OAuthSwift.swift(+4 -0)📝
Sources/OAuthSwiftClient.swift(+1 -0)📝
Sources/OAuthSwiftCredential.swift(+2 -0)📝
Sources/OAuthSwiftError.swift(+1 -0)📝
Sources/OAuthSwiftHTTPRequest.swift(+3 -0)📝
Sources/OAuthSwiftURLHandlerType.swift(+1 -0)📝
Sources/String+OAuthSwift.swift(+1 -0)📝
Sources/UIApplication+OAuthSwift.swift(+1 -0)📄 Description
This PR addresses a build error which appears to be caused by a change introduced in Xcode 13 beta 3:
I tried to keep the scope as limited as possible, and tested as much as I could and I don't think it broke anything, but it is definitely possible that I missed something. It is my first contribution to an open source project so I'm happy to take any feedback and implement changes. Just let me know. Thanks!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.