Skip to content

Commit b055faa

Browse files
Merge pull request #688 from simonboots/catalyst-support
Support Catalyst Builds
2 parents c5d20ba + c141478 commit b055faa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Configuration/Shared/Workspace-Universal-Framework.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ TARGETED_DEVICE_FAMILY[sdk=watch*] = 4
2020
// macOS-specific default settings
2121
SDKROOT[sdk=macosx*] = macosx
2222
VALID_ARCHS[sdk=macosx*] = x86_64
23+
SUPPORTS_MACCATALYST = YES
2324

2425
// Enable Bitcode only for actual devices, not for macOS or simulators
2526
ENABLE_BITCODE[sdk=watchos*][config=Release] = YES

0 commit comments

Comments
 (0)