diff --git a/Configuration/Shared/Workspace-Universal-Framework.xcconfig b/Configuration/Shared/Workspace-Universal-Framework.xcconfig index bfd1fb90bc..c801ed9ce0 100644 --- a/Configuration/Shared/Workspace-Universal-Framework.xcconfig +++ b/Configuration/Shared/Workspace-Universal-Framework.xcconfig @@ -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