[PR #73] [MERGED] Fix warnings for depredated use of class for protocol inheritance #130

Closed
opened 2026-03-03 19:12:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ProxymanApp/atlantis/pull/73
Author: @crayment
Created: 6/4/2021
Status: Merged
Merged: 6/4/2021
Merged by: @NghiaTranUIT

Base: mainHead: main


📝 Commits (1)

  • 5471c70 Fix warnings for depredated use of class for protocol inheritance

📊 Changes

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

View changed files

📝 Sources/Atlantis.swift (+1 -1)
📝 Sources/NetworkInjector.swift (+1 -1)

📄 Description

We were seeing warnings on these two lines in our xcodebuild output using Xcode 12.5

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/ProxymanApp/atlantis/pull/73 **Author:** [@crayment](https://github.com/crayment) **Created:** 6/4/2021 **Status:** ✅ Merged **Merged:** 6/4/2021 **Merged by:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`5471c70`](https://github.com/ProxymanApp/atlantis/commit/5471c70784d13b3859490b79f606e803ac3980cc) Fix warnings for depredated use of class for protocol inheritance ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Sources/Atlantis.swift` (+1 -1) 📝 `Sources/NetworkInjector.swift` (+1 -1) </details> ### 📄 Description We were seeing warnings on these two lines in our xcodebuild output using Xcode 12.5 > 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 19:12:00 +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/atlantis#130
No description provided.