From 4f40c5592effecd26b73fc6db1d579da55e07fd3 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkk669@users.noreply.github.com> Date: Sat, 13 Feb 2021 11:05:07 +0900 Subject: [PATCH] Enable Mac Catalyst --- DNSecure.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DNSecure.xcodeproj/project.pbxproj b/DNSecure.xcodeproj/project.pbxproj index 24bb7e6..eb57d52 100644 --- a/DNSecure.xcodeproj/project.pbxproj +++ b/DNSecure.xcodeproj/project.pbxproj @@ -524,7 +524,7 @@ MARKETING_VERSION = 1.1.1; PRODUCT_BUNDLE_IDENTIFIER = xyz.kebo.DNSecure; PRODUCT_NAME = "$(TARGET_NAME)"; - SUPPORTS_MACCATALYST = NO; + SUPPORTS_MACCATALYST = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -550,7 +550,7 @@ MARKETING_VERSION = 1.1.1; PRODUCT_BUNDLE_IDENTIFIER = xyz.kebo.DNSecure; PRODUCT_NAME = "$(TARGET_NAME)"; - SUPPORTS_MACCATALYST = NO; + SUPPORTS_MACCATALYST = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; };