Skip to content

Commit

Permalink
Fixed Catalyst build with Xcode 15 beta 1 (#2586)
Browse files Browse the repository at this point in the history
Fixes this error:
> Property cannot be more available than enclosing scope
> Enclosing scope requires availability of application extensions for
Mac Catalyst 13.1 or newer
  • Loading branch information
NachoSoto authored Jun 6, 2023
1 parent 8c44837 commit f7d6db2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import UIKit
extension UIApplication {

@available(iOS 13.0, *)
@available(macCatalystApplicationExtension 13.1, *)
@available(macOS, unavailable)
@available(watchOS, unavailable)
@available(watchOSApplicationExtension, unavailable)
Expand Down

0 comments on commit f7d6db2

Please sign in to comment.