Skip to content

Commit

Permalink
Catalyst Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRiceM committed Jan 8, 2025
1 parent f42521b commit 285a591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AdaptiveSheet/AdaptiveSheet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import SwiftUI

let isMacEnvironment: Bool = {
ProcessInfo.processInfo.isiOSAppOnMac
ProcessInfo.processInfo.isiOSAppOnMac || ProcessInfo.processInfo.isMacCatalystApp
}()

enum AdaptiveStyle {
Expand Down

0 comments on commit 285a591

Please sign in to comment.