From ad41e3891e19e41e3442d5168ec8a716d94fbf6a Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Wed, 5 Oct 2022 22:39:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=20Mark=20old=20Shell=20as=20deprec?= =?UTF-8?q?ated=20from=20now=20on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Common/Pending Removal/LegacyShell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmon/Common/Pending Removal/LegacyShell.swift b/phpmon/Common/Pending Removal/LegacyShell.swift index cfc454b..f364d76 100644 --- a/phpmon/Common/Pending Removal/LegacyShell.swift +++ b/phpmon/Common/Pending Removal/LegacyShell.swift @@ -8,7 +8,7 @@ import Cocoa // TODO: Enable this to see where deprecations and replacements are needed. -// @available(*, deprecated, message: "Use the new replacement `Shell` instead") +@available(*, deprecated, message: "Use the new replacement `Shell` instead") public class LegacyShell { // MARK: - Invoke static functions