From e7edf7bc9df07f7cf483b64d850de569b43270c2 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Mon, 12 Aug 2019 20:50:11 +0800 Subject: [PATCH] Update the xcconfig of UIKit for macOS config --- Configs/Module-Shared.xcconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Configs/Module-Shared.xcconfig b/Configs/Module-Shared.xcconfig index 2f31af0b..27844bed 100644 --- a/Configs/Module-Shared.xcconfig +++ b/Configs/Module-Shared.xcconfig @@ -223,3 +223,9 @@ VERSIONING_SYSTEM = apple-generic // Code will load on this and later versions of watchOS. Framework APIs that are unavailable in earlier versions will be weak-linked; your code should check for null function pointers or specific system versions before calling newer APIs. WATCHOS_DEPLOYMENT_TARGET = 2.0 + +// macOS Catalyst support +SUPPORTS_MACCATALYST = YES + +// macOS Catalyst support +DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO