Skip to content

Commit

Permalink
Merge pull request #688 from simonboots/catalyst-support
Browse files Browse the repository at this point in the history
Support Catalyst Builds
  • Loading branch information
designatednerd authored Aug 3, 2019
2 parents c5d20ba + c141478 commit b055faa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ TARGETED_DEVICE_FAMILY[sdk=watch*] = 4
// macOS-specific default settings
SDKROOT[sdk=macosx*] = macosx
VALID_ARCHS[sdk=macosx*] = x86_64
SUPPORTS_MACCATALYST = YES

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

0 comments on commit b055faa

Please sign in to comment.