From 108415512f5199f93c853059df7f92cf4c5bfe33 Mon Sep 17 00:00:00 2001 From: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com> Date: Wed, 26 Aug 2020 21:46:22 -0700 Subject: [PATCH] Add Catalyst support --- Metatext.xcodeproj/project.pbxproj | 4 ++++ .../Notification Service Extension.entitlements | 4 ++++ Supporting Files/Metatext.entitlements | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/Metatext.xcodeproj/project.pbxproj b/Metatext.xcodeproj/project.pbxproj index b142ab7..51628b8 100644 --- a/Metatext.xcodeproj/project.pbxproj +++ b/Metatext.xcodeproj/project.pbxproj @@ -1099,6 +1099,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.metatext; PRODUCT_NAME = Metatext; SDKROOT = iphoneos; + SUPPORTS_MACCATALYST = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -1124,6 +1125,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.metatext; PRODUCT_NAME = Metatext; SDKROOT = iphoneos; + SUPPORTS_MACCATALYST = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -1195,6 +1197,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SUPPORTS_MACCATALYST = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -1217,6 +1220,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SUPPORTS_MACCATALYST = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; diff --git a/Notification Service Extension/Notification Service Extension.entitlements b/Notification Service Extension/Notification Service Extension.entitlements index 664ace1..81bfdaf 100644 --- a/Notification Service Extension/Notification Service Extension.entitlements +++ b/Notification Service Extension/Notification Service Extension.entitlements @@ -2,6 +2,10 @@ + com.apple.security.app-sandbox + + com.apple.security.network.client + keychain-access-groups $(AppIdentifierPrefix)com.metabolist.metatext diff --git a/Supporting Files/Metatext.entitlements b/Supporting Files/Metatext.entitlements index ac209bb..29feeaf 100644 --- a/Supporting Files/Metatext.entitlements +++ b/Supporting Files/Metatext.entitlements @@ -4,6 +4,10 @@ aps-environment development + com.apple.security.app-sandbox + + com.apple.security.network.client + keychain-access-groups $(AppIdentifierPrefix)com.metabolist.metatext