From d90738e1e432306774fa2ac1904f6ff458aee372 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 21 Feb 2022 23:40:54 +0000 Subject: [PATCH] use the right entitlement path and fix the build --- ElementX.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 42269f9d5..14314704e 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -776,7 +776,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_ENTITLEMENTS = ElementX/ElementX.entitlements; + CODE_SIGN_ENTITLEMENTS = "ElementX/Supporting Files/ElementX.entitlements"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 7J4U792NQT; @@ -805,7 +805,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_ENTITLEMENTS = ElementX/ElementX.entitlements; + CODE_SIGN_ENTITLEMENTS = "ElementX/Supporting Files/ElementX.entitlements"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 7J4U792NQT;