Skip to content

Commit

Permalink
👌 Change availability from iOSApplicationExtension to iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
leinhauplk authored and olejnjak committed Nov 3, 2023
1 parent 1037611 commit 21273bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ACKategories-iOS/SwiftUIExtensions/FontModifier.swift
Original file line number Diff line number Diff line change
@@ -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.
///
Expand Down
1 change: 0 additions & 1 deletion ACKategories.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@
6984CE122A5C218A001EE958 /* UIViewController+FrontMost.swift */,
6950966723C78AC800E8F457 /* UIViewController+SafeAreaCompat.swift */,
6950966323C78AC800E8F457 /* UIViewExtensions.swift */,
6950963023C7747C00E8F457 /* Base */,
6950963523C7749F00E8F457 /* Supporting files */,
);
path = "ACKategories-iOS";
Expand Down

0 comments on commit 21273bd

Please sign in to comment.