Skip to content

Commit 41f646b

Browse files
committed
feat : 테스트 커밋 (#89)
1 parent 18ef756 commit 41f646b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

KCS/KCS.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
840840
GCC_WARN_UNUSED_FUNCTION = YES;
841841
GCC_WARN_UNUSED_VARIABLE = YES;
842-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
842+
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
843843
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
844844
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
845845
MTL_FAST_MATH = YES;
@@ -896,7 +896,7 @@
896896
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
897897
GCC_WARN_UNUSED_FUNCTION = YES;
898898
GCC_WARN_UNUSED_VARIABLE = YES;
899-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
899+
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
900900
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
901901
MTL_ENABLE_DEBUG_INFO = NO;
902902
MTL_FAST_MATH = YES;
@@ -923,7 +923,7 @@
923923
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
924924
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
925925
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
926-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
926+
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
927927
LD_RUNPATH_SEARCH_PATHS = (
928928
"$(inherited)",
929929
"@executable_path/Frameworks",
@@ -957,7 +957,7 @@
957957
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
958958
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
959959
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
960-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
960+
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
961961
LD_RUNPATH_SEARCH_PATHS = (
962962
"$(inherited)",
963963
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)