From 664ed115e9096215c43475c7fd447b2f0c77f6df Mon Sep 17 00:00:00 2001 From: Julian Weiss Date: Fri, 12 Mar 2021 02:53:40 -0500 Subject: [PATCH] experiment w hardened runtime, distribution options --- whilom.xcodeproj/project.pbxproj | 10 ++++++---- whilom/Info.plist | 2 +- whilom/whilom.entitlements | 2 ++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/whilom.xcodeproj/project.pbxproj b/whilom.xcodeproj/project.pbxproj index 1de4080..9c94984 100644 --- a/whilom.xcodeproj/project.pbxproj +++ b/whilom.xcodeproj/project.pbxproj @@ -275,14 +275,15 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = 24X8MVUSCN; - ENABLE_HARDENED_RUNTIME = NO; + ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = whilom/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 0.1.5; + MARKETING_VERSION = 0.1.6; PRODUCT_BUNDLE_IDENTIFIER = com.insanj.whilom; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -298,14 +299,15 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = 24X8MVUSCN; - ENABLE_HARDENED_RUNTIME = NO; + ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = whilom/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 0.1.5; + MARKETING_VERSION = 0.1.6; PRODUCT_BUNDLE_IDENTIFIER = com.insanj.whilom; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/whilom/Info.plist b/whilom/Info.plist index 4156005..b24e5eb 100644 --- a/whilom/Info.plist +++ b/whilom/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 1 + $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/whilom/whilom.entitlements b/whilom/whilom.entitlements index e89b7f3..a5e2b26 100644 --- a/whilom/whilom.entitlements +++ b/whilom/whilom.entitlements @@ -4,5 +4,7 @@ com.apple.security.app-sandbox + com.apple.security.automation.apple-events +