From 33f58e5a95a0a7d29dc5fc7d5dd4f4926753bbd1 Mon Sep 17 00:00:00 2001 From: hensm Date: Sun, 22 Sep 2019 12:44:41 +0100 Subject: [PATCH] Disable fx_cast_selector xcode signing --- app/selector/mac/fx_cast_selector.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/selector/mac/fx_cast_selector.xcodeproj/project.pbxproj b/app/selector/mac/fx_cast_selector.xcodeproj/project.pbxproj index a6c2077..e517038 100644 --- a/app/selector/mac/fx_cast_selector.xcodeproj/project.pbxproj +++ b/app/selector/mac/fx_cast_selector.xcodeproj/project.pbxproj @@ -312,6 +312,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = fx_cast_selector/fx_cast_selector.entitlements; + CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; DEVELOPMENT_TEAM = 7NS3H2Z7RF; @@ -331,6 +332,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = fx_cast_selector/fx_cast_selector.entitlements; + CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; DEVELOPMENT_TEAM = 7NS3H2Z7RF;