From 21273bd34e6f50d6f86723f79c9ffe0e26430e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Leinha=CC=88upl?= Date: Thu, 2 Nov 2023 12:45:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Change=20availability=20from=20i?= =?UTF-8?q?OSApplicationExtension=20to=20iOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ACKategories-iOS/SwiftUIExtensions/FontModifier.swift | 2 +- ACKategories.xcodeproj/project.pbxproj | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ACKategories-iOS/SwiftUIExtensions/FontModifier.swift b/ACKategories-iOS/SwiftUIExtensions/FontModifier.swift index a4caa652..2cbbe7bd 100644 --- a/ACKategories-iOS/SwiftUIExtensions/FontModifier.swift +++ b/ACKategories-iOS/SwiftUIExtensions/FontModifier.swift @@ -1,6 +1,6 @@ import SwiftUI -@available(iOSApplicationExtension 14.0, *) +@available(iOS 14.0, *) extension View { /// Sets font and line height for text in this view. /// diff --git a/ACKategories.xcodeproj/project.pbxproj b/ACKategories.xcodeproj/project.pbxproj index 9cea631e..6efa608f 100644 --- a/ACKategories.xcodeproj/project.pbxproj +++ b/ACKategories.xcodeproj/project.pbxproj @@ -479,7 +479,6 @@ 6984CE122A5C218A001EE958 /* UIViewController+FrontMost.swift */, 6950966723C78AC800E8F457 /* UIViewController+SafeAreaCompat.swift */, 6950966323C78AC800E8F457 /* UIViewExtensions.swift */, - 6950963023C7747C00E8F457 /* Base */, 6950963523C7749F00E8F457 /* Supporting files */, ); path = "ACKategories-iOS";