Skip to content

Commit 9d7621e

Browse files
committed
feat : 테스트 커밋 (#89)
1 parent 37c101d commit 9d7621e

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/workflows/action-test-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
run: |
4242
pod install --repo-update --clean-install --project-directory=KCS
4343
44+
- name: Build
45+
run: xcodebuild build-for-testing -workspace KCS/KCS.xcworkspace -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14,OS=17.2"
46+
4447
- name: Build and test
4548
run: |
46-
xcodebuild clean test -workspace KCS/KCS.xcworkspace -scheme KCS -destination "platform=iOS Simulator,name=iPhone 14,OS=17.2"
49+
xcodebuild test-without-building -workspace KCS/KCS.xcworkspace -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14,OS=17.2"

KCS/KCS.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@
910910
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
911911
GCC_WARN_UNUSED_FUNCTION = YES;
912912
GCC_WARN_UNUSED_VARIABLE = YES;
913-
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
913+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
914914
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
915915
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
916916
MTL_FAST_MATH = YES;
@@ -967,7 +967,7 @@
967967
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
968968
GCC_WARN_UNUSED_FUNCTION = YES;
969969
GCC_WARN_UNUSED_VARIABLE = YES;
970-
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
970+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
971971
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
972972
MTL_ENABLE_DEBUG_INFO = NO;
973973
MTL_FAST_MATH = YES;
@@ -995,7 +995,7 @@
995995
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
996996
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
997997
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
998-
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
998+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
999999
LD_RUNPATH_SEARCH_PATHS = (
10001000
"$(inherited)",
10011001
"@executable_path/Frameworks",
@@ -1030,7 +1030,7 @@
10301030
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
10311031
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
10321032
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
1033-
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
1033+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
10341034
LD_RUNPATH_SEARCH_PATHS = (
10351035
"$(inherited)",
10361036
"@executable_path/Frameworks",
@@ -1058,7 +1058,7 @@
10581058
ENABLE_APP_SANDBOX = NO;
10591059
ENABLE_USER_SCRIPT_SANDBOXING = NO;
10601060
GENERATE_INFOPLIST_FILE = YES;
1061-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
1061+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
10621062
MACOSX_DEPLOYMENT_TARGET = 14.0;
10631063
MARKETING_VERSION = 1.0;
10641064
PRODUCT_BUNDLE_IDENTIFIER = KoreaCertifiedStore.KCSUnitTest;
@@ -1083,7 +1083,7 @@
10831083
ENABLE_APP_SANDBOX = NO;
10841084
ENABLE_USER_SCRIPT_SANDBOXING = NO;
10851085
GENERATE_INFOPLIST_FILE = YES;
1086-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
1086+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
10871087
MACOSX_DEPLOYMENT_TARGET = 14.0;
10881088
MARKETING_VERSION = 1.0;
10891089
PRODUCT_BUNDLE_IDENTIFIER = KoreaCertifiedStore.KCSUnitTest;

0 commit comments

Comments
 (0)