From 49a1fc5bcaf8d8adaa4b3e2b3bb7ee7e291cc0e2 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Tue, 9 Feb 2021 14:08:56 -0800 Subject: [PATCH] Set deployment target of munki-notifier to 10.11; other tweaks --- .../munki-notifier.xcodeproj/project.pbxproj | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/code/apps/munki-notifier/munki-notifier.xcodeproj/project.pbxproj b/code/apps/munki-notifier/munki-notifier.xcodeproj/project.pbxproj index fd33d27e..007debfe 100644 --- a/code/apps/munki-notifier/munki-notifier.xcodeproj/project.pbxproj +++ b/code/apps/munki-notifier/munki-notifier.xcodeproj/project.pbxproj @@ -60,6 +60,7 @@ C0891DC11E60B527001446D5 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/InfoPlist.strings; sourceTree = ""; }; C0891DC21E60B527001446D5 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = ""; }; C0891DCB1E60B972001446D5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + C0F2F4592548CC2700B529F1 /* munki-notifier.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "munki-notifier.entitlements"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -94,6 +95,7 @@ C081D8B61E5F4F5E00323D9C /* munki-notifier */ = { isa = PBXGroup; children = ( + C0F2F4592548CC2700B529F1 /* munki-notifier.entitlements */, C081D8B71E5F4F5E00323D9C /* AppDelegate.h */, C081D8B81E5F4F5E00323D9C /* AppDelegate.m */, C081D8BA1E5F4F5E00323D9C /* Supporting Files */, @@ -330,6 +332,7 @@ CODE_SIGN_IDENTITY = ""; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_HARDENED_RUNTIME = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -348,7 +351,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; GENERATE_PKGINFO_FILE = YES; MACH_O_TYPE = mh_execute; - MACOSX_DEPLOYMENT_TARGET = 10.8; + MACOSX_DEPLOYMENT_TARGET = 10.11; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; }; @@ -386,6 +389,7 @@ CODE_SIGN_IDENTITY = ""; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_HARDENED_RUNTIME = NO; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -398,7 +402,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; GENERATE_PKGINFO_FILE = YES; MACH_O_TYPE = mh_execute; - MACOSX_DEPLOYMENT_TARGET = 10.8; + MACOSX_DEPLOYMENT_TARGET = 10.11; SDKROOT = macosx; }; name = Release; @@ -406,7 +410,9 @@ C081D8C61E5F4F5E00323D9C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + CODE_SIGN_ENTITLEMENTS = "munki-notifier/munki-notifier.entitlements"; COMBINE_HIDPI_IMAGES = YES; + ENABLE_HARDENED_RUNTIME = NO; INFOPLIST_FILE = "munki-notifier/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.8; @@ -418,7 +424,9 @@ C081D8C71E5F4F5E00323D9C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + CODE_SIGN_ENTITLEMENTS = "munki-notifier/munki-notifier.entitlements"; COMBINE_HIDPI_IMAGES = YES; + ENABLE_HARDENED_RUNTIME = NO; INFOPLIST_FILE = "munki-notifier/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.8;