Skip to content

Commit f71fa38

Browse files
authored
[#212] entitlement를 추가한다 (#214)
* chore: Sign in Apple 값 추가 * chore: 빌드 구성별 APNs 환경값 분리
1 parent c24e237 commit f71fa38

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

DevLog.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@
371371
baseConfigurationReferenceAnchor = DF8AB7982E938B0B00E50BBF /* DevLog */;
372372
baseConfigurationReferenceRelativePath = Resource/Config.xcconfig;
373373
buildSettings = {
374+
APS_ENVIRONMENT = development;
374375
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
375376
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
376377
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
@@ -417,6 +418,7 @@
417418
baseConfigurationReferenceAnchor = DF8AB7982E938B0B00E50BBF /* DevLog */;
418419
baseConfigurationReferenceRelativePath = Resource/Config.xcconfig;
419420
buildSettings = {
421+
APS_ENVIRONMENT = production;
420422
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
421423
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
422424
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict/>
4+
<dict>
5+
<key>aps-environment</key>
6+
<string>$(APS_ENVIRONMENT)</string>
7+
<key>com.apple.developer.applesignin</key>
8+
<array>
9+
<string>Default</string>
10+
</array>
11+
</dict>
512
</plist>

0 commit comments

Comments
 (0)