Skip to content

Commit

Permalink
fix: change locale
Browse files Browse the repository at this point in the history
  • Loading branch information
HiHoi committed Mar 25, 2024
1 parent 6fd4fb4 commit 0af851a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions HANE24.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
A021B0070CB31045F069E3A2 /* Pods-24HANE.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-24HANE.release.xcconfig"; path = "Target Support Files/Pods-24HANE/Pods-24HANE.release.xcconfig"; sourceTree = "<group>"; };
D646BD092B95DCD500ED631E /* HANE24Test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HANE24Test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
D646BD0B2B95DCD500ED631E /* HANE24Test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HANE24Test.swift; sourceTree = "<group>"; };
D680AC322BB17CA00083025D /* env.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = env.xcconfig; sourceTree = "<group>"; };
D69A01AF2B9F1639003C84C1 /* HaneTest.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = HaneTest.xctestplan; path = HANE24TEST/HaneTest.xctestplan; sourceTree = "<group>"; };
D6EC90612B9704FF00DA81B9 /* env.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = env.xcconfig; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -182,7 +182,7 @@
D69A01AF2B9F1639003C84C1 /* HaneTest.xctestplan */,
0ED6E4042B3559DF0026E69D /* HANE24WidgetExtension.entitlements */,
0ED6E4032B3559B80026E69D /* 24HANE.entitlements */,
D6EC90612B9704FF00DA81B9 /* env.xcconfig */,
D680AC322BB17CA00083025D /* env.xcconfig */,
0E1654F1299A285B001E5EED /* HANE24 */,
0ED6E3E62B354D320026E69D /* HANE24Widget */,
D646BD0A2B95DCD500ED631E /* HANE24TEST */,
Expand Down Expand Up @@ -603,7 +603,6 @@
/* Begin XCBuildConfiguration section */
0E165500299A285E001E5EED /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D6EC90612B9704FF00DA81B9 /* env.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
Expand Down Expand Up @@ -664,7 +663,6 @@
};
0E165501299A285E001E5EED /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D6EC90612B9704FF00DA81B9 /* env.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
Expand Down
1 change: 1 addition & 0 deletions HANE24.xcodeproj/xcshareddata/xcschemes/24HANE.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
region = "KR"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down

0 comments on commit 0af851a

Please sign in to comment.