Skip to content

Commit

Permalink
Fixed Catalyst build with Xcode 15 beta 1
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 committed Jun 6, 2023
1 parent f04f99d commit fc1381e
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 fc1381e

Please sign in to comment.