Skip to content

Commit 04a65cb

Browse files
committed
chore: Xcode 지역화 설정 갱신
1 parent d8b7a47 commit 04a65cb

4 files changed

Lines changed: 19 additions & 6 deletions

File tree

DevLog.xcodeproj/project.pbxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
attributes = {
276276
BuildIndependentTargetsInParallel = 1;
277277
LastSwiftUpdateCheck = 2640;
278-
LastUpgradeCheck = 2600;
278+
LastUpgradeCheck = 2640;
279279
TargetAttributes = {
280280
DF3416442E45F67C00F9312B = {
281281
CreatedOnToolsVersion = 16.3;
@@ -295,6 +295,7 @@
295295
knownRegions = (
296296
ko,
297297
en,
298+
Base,
298299
);
299300
mainGroup = DFD48AF72DC4D6E2005905C5;
300301
minimizedProjectReferenceProxies = 1;
@@ -603,6 +604,7 @@
603604
buildSettings = {
604605
ALWAYS_SEARCH_USER_PATHS = NO;
605606
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
607+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
606608
CLANG_ANALYZER_NONNULL = YES;
607609
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
608610
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
@@ -671,6 +673,7 @@
671673
buildSettings = {
672674
ALWAYS_SEARCH_USER_PATHS = NO;
673675
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
676+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
674677
CLANG_ANALYZER_NONNULL = YES;
675678
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
676679
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";

DevLog.xcodeproj/xcshareddata/xcschemes/DevLog.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "2600"
3+
LastUpgradeVersion = "2640"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

DevLog.xcodeproj/xcshareddata/xcschemes/DevLogWidgetExtension.xcscheme

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,26 @@
5858
allowLocationSimulation = "YES"
5959
launchAutomaticallySubstyle = "2"
6060
queueDebuggingEnableBacktraceRecording = "Yes">
61-
<BuildableProductRunnable
62-
runnableDebuggingMode = "0">
61+
<RemoteRunnable
62+
runnableDebuggingMode = "2"
63+
BundleIdentifier = "com.apple.springboard">
64+
<BuildableReference
65+
BuildableIdentifier = "primary"
66+
BlueprintIdentifier = "DFD3A96F2F8E89DD001DA7CD"
67+
BuildableName = "DevLogWidgetExtension.appex"
68+
BlueprintName = "DevLogWidgetExtension"
69+
ReferencedContainer = "container:DevLog.xcodeproj">
70+
</BuildableReference>
71+
</RemoteRunnable>
72+
<MacroExpansion>
6373
<BuildableReference
6474
BuildableIdentifier = "primary"
6575
BlueprintIdentifier = "DFD48AFF2DC4D6E2005905C5"
6676
BuildableName = "DevLog.app"
6777
BlueprintName = "DevLog"
6878
ReferencedContainer = "container:DevLog.xcodeproj">
6979
</BuildableReference>
70-
</BuildableProductRunnable>
80+
</MacroExpansion>
7181
<EnvironmentVariables>
7282
<EnvironmentVariable
7383
key = "_XCWidgetKind"

DevLog.xcodeproj/xcshareddata/xcschemes/DevLog_Unit.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "2600"
3+
LastUpgradeVersion = "2640"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)