From d2f81fbb6fda3b71294f878dcf70bc6f6d9091bc Mon Sep 17 00:00:00 2001 From: Ruel Date: Tue, 27 Aug 2024 13:34:27 +0900 Subject: [PATCH] =?UTF-8?q?auto=20signing=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CamPlace/CamPlace.xcodeproj/project.pbxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CamPlace/CamPlace.xcodeproj/project.pbxproj b/CamPlace/CamPlace.xcodeproj/project.pbxproj index d3986d0..5f6e2e6 100644 --- a/CamPlace/CamPlace.xcodeproj/project.pbxproj +++ b/CamPlace/CamPlace.xcodeproj/project.pbxproj @@ -627,7 +627,8 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_STYLE = Manual; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = ""; GENERATE_INFOPLIST_FILE = YES; @@ -658,7 +659,8 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_STYLE = Manual; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = ""; GENERATE_INFOPLIST_FILE = YES;