[PR #650] [MERGED] 🚨 Fix warning #702

Closed
opened 2026-03-03 17:29:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/650
Author: @phatblat
Created: 4/29/2021
Status: Merged
Merged: 4/29/2021
Merged by: @phimage

Base: masterHead: fix-warning


📝 Commits (2)

  • 9ebc641 🚨 Fix new warning in Xcode 12.5
  • ee0e0da 🙈 Ignore .build, .swiftpm

📊 Changes

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

View changed files

📝 .gitignore (+4 -0)
📝 Sources/Handler/OAuthWebViewController.swift (+1 -1)

📄 Description

This is a new warning in Xcode 12.5.

OAuthWebViewController.swift:23:49: Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead


🔄 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/650 **Author:** [@phatblat](https://github.com/phatblat) **Created:** 4/29/2021 **Status:** ✅ Merged **Merged:** 4/29/2021 **Merged by:** [@phimage](https://github.com/phimage) **Base:** `master` ← **Head:** `fix-warning` --- ### 📝 Commits (2) - [`9ebc641`](https://github.com/OAuthSwift/OAuthSwift/commit/9ebc641d4ef694051bb8a35a3a8cb84d145f3301) 🚨 Fix new warning in Xcode 12.5 - [`ee0e0da`](https://github.com/OAuthSwift/OAuthSwift/commit/ee0e0dab3338e9ee5b14872041fe8301406ddda7) 🙈 Ignore .build, .swiftpm ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -0) 📝 `Sources/Handler/OAuthWebViewController.swift` (+1 -1) </details> ### 📄 Description This is a new warning in Xcode 12.5. > OAuthWebViewController.swift:23:49: Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 17:29:44 +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#702
No description provided.