mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
use the right entitlement path and fix the build
This commit is contained in:
parent
a3fcc0f612
commit
d90738e1e4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user