From b6b22783efa293b6fa18d0f71730154ea48dbdf8 Mon Sep 17 00:00:00 2001 From: opficdev Date: Sun, 8 Mar 2026 11:22:40 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20Sign=20in=20Apple=20=EA=B0=92=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DevLog/Resource/DevLog.entitlements | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/DevLog/Resource/DevLog.entitlements b/DevLog/Resource/DevLog.entitlements index 0c67376e..80b5221d 100644 --- a/DevLog/Resource/DevLog.entitlements +++ b/DevLog/Resource/DevLog.entitlements @@ -1,5 +1,12 @@ - + + aps-environment + development + com.apple.developer.applesignin + + Default + + From 90477bb2b7e9d0b541baee8e6803d4c3f20b7381 Mon Sep 17 00:00:00 2001 From: opficdev Date: Sun, 8 Mar 2026 11:57:04 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=EB=B9=8C=EB=93=9C=20=EA=B5=AC?= =?UTF-8?q?=EC=84=B1=EB=B3=84=20APNs=20=ED=99=98=EA=B2=BD=EA=B0=92=20?= =?UTF-8?q?=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DevLog.xcodeproj/project.pbxproj | 2 ++ DevLog/Resource/DevLog.entitlements | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DevLog.xcodeproj/project.pbxproj b/DevLog.xcodeproj/project.pbxproj index 5e232c00..20be7f54 100644 --- a/DevLog.xcodeproj/project.pbxproj +++ b/DevLog.xcodeproj/project.pbxproj @@ -371,6 +371,7 @@ baseConfigurationReferenceAnchor = DF8AB7982E938B0B00E50BBF /* DevLog */; baseConfigurationReferenceRelativePath = Resource/Config.xcconfig; buildSettings = { + APS_ENVIRONMENT = development; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; @@ -417,6 +418,7 @@ baseConfigurationReferenceAnchor = DF8AB7982E938B0B00E50BBF /* DevLog */; baseConfigurationReferenceRelativePath = Resource/Config.xcconfig; buildSettings = { + APS_ENVIRONMENT = production; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; diff --git a/DevLog/Resource/DevLog.entitlements b/DevLog/Resource/DevLog.entitlements index 80b5221d..36fd0193 100644 --- a/DevLog/Resource/DevLog.entitlements +++ b/DevLog/Resource/DevLog.entitlements @@ -3,7 +3,7 @@ aps-environment - development + $(APS_ENVIRONMENT) com.apple.developer.applesignin Default