Skip to content

Commit

Permalink
PM-15904 Added precompiler compiler check so that it keeps building o…
Browse files Browse the repository at this point in the history
…n Xcode < 16.2
  • Loading branch information
fedemkr committed Dec 20, 2024
1 parent 6a53202 commit 68551d8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if compiler(>=6.0.3)
import AuthenticationServices

@available(iOS 18.2, *)
Expand Down Expand Up @@ -25,3 +26,4 @@ extension ASImportableItem {
)
}
}
#endif

0 comments on commit 68551d8

Please sign in to comment.