Skip to content

Commit edc64d1

Browse files
committed
[#176] v1.0.4 릴리즈 버전 배포 완료
1 parent 5df51f0 commit edc64d1

File tree

3 files changed

+16
-22
lines changed

3 files changed

+16
-22
lines changed

Clokey/Clokey.xcodeproj/project.pbxproj

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2459,11 +2459,9 @@
24592459
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
24602460
CODE_SIGN_ENTITLEMENTS = Clokey/Clokey.entitlements;
24612461
CODE_SIGN_IDENTITY = "Apple Development";
2462-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2463-
CODE_SIGN_STYLE = Manual;
2464-
CURRENT_PROJECT_VERSION = 4;
2465-
DEVELOPMENT_TEAM = "";
2466-
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = BBVZV8T99P;
2462+
CODE_SIGN_STYLE = Automatic;
2463+
CURRENT_PROJECT_VERSION = 5;
2464+
DEVELOPMENT_TEAM = BBVZV8T99P;
24672465
ENABLE_DEBUG_DYLIB = NO;
24682466
GENERATE_INFOPLIST_FILE = YES;
24692467
INFOPLIST_FILE = "Clokey/Supporting Files/Info.plist";
@@ -2487,7 +2485,6 @@
24872485
PRODUCT_BUNDLE_IDENTIFIER = com.clokeyteam.clokey;
24882486
PRODUCT_NAME = "$(TARGET_NAME)";
24892487
PROVISIONING_PROFILE_SPECIFIER = "";
2490-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = Clokey;
24912488
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
24922489
SUPPORTS_MACCATALYST = NO;
24932490
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
@@ -2508,12 +2505,10 @@
25082505
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
25092506
CODE_SIGN_ENTITLEMENTS = Clokey/Clokey.entitlements;
25102507
CODE_SIGN_IDENTITY = "Apple Development";
2511-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2512-
CODE_SIGN_STYLE = Manual;
2513-
CURRENT_PROJECT_VERSION = 4;
2508+
CODE_SIGN_STYLE = Automatic;
2509+
CURRENT_PROJECT_VERSION = 5;
25142510
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2515-
DEVELOPMENT_TEAM = "";
2516-
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = BBVZV8T99P;
2511+
DEVELOPMENT_TEAM = BBVZV8T99P;
25172512
ENABLE_DEBUG_DYLIB = NO;
25182513
GENERATE_INFOPLIST_FILE = YES;
25192514
INFOPLIST_FILE = "Clokey/Supporting Files/Info.plist";
@@ -2537,7 +2532,6 @@
25372532
PRODUCT_BUNDLE_IDENTIFIER = com.clokeyteam.clokey;
25382533
PRODUCT_NAME = "$(TARGET_NAME)";
25392534
PROVISIONING_PROFILE_SPECIFIER = "";
2540-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = Clokey;
25412535
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
25422536
SUPPORTS_MACCATALYST = NO;
25432537
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;

Clokey/Clokey/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</dict>
4343
</array>
4444
<key>CFBundleVersion</key>
45-
<string>4</string>
45+
<string>5</string>
4646
<key>KAKAO_NATIVE_APP_KEY</key>
4747
<string>${KAKAO_NATIVE_APP_KEY}</string>
4848
<key>LSApplicationQueriesSchemes</key>

Clokey/fastlane/report.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,47 +5,47 @@
55

66

77

8-
<testcase classname="fastlane.lanes" name="0: match" time="2.777113">
8+
<testcase classname="fastlane.lanes" name="0: match" time="2.838018">
99

1010
</testcase>
1111

1212

13-
<testcase classname="fastlane.lanes" name="1: get_version_number" time="0.048693">
13+
<testcase classname="fastlane.lanes" name="1: get_version_number" time="0.0613">
1414

1515
</testcase>
1616

1717

18-
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="2.914175">
18+
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="2.264564">
1919

2020
</testcase>
2121

2222

23-
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.188648">
23+
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.17635">
2424

2525
</testcase>
2626

2727

28-
<testcase classname="fastlane.lanes" name="4: update_info_plist" time="0.003035">
28+
<testcase classname="fastlane.lanes" name="4: update_info_plist" time="0.002931">
2929

3030
</testcase>
3131

3232

33-
<testcase classname="fastlane.lanes" name="5: build_app" time="102.359109">
33+
<testcase classname="fastlane.lanes" name="5: build_app" time="139.095419">
3434

3535
</testcase>
3636

3737

38-
<testcase classname="fastlane.lanes" name="6: rm -rf fastlane/output/ipa_unzipped" time="0.00502">
38+
<testcase classname="fastlane.lanes" name="6: rm -rf fastlane/output/ipa_unzipped" time="0.004155">
3939

4040
</testcase>
4141

4242

43-
<testcase classname="fastlane.lanes" name="7: upload_to_testflight" time="148.749893">
43+
<testcase classname="fastlane.lanes" name="7: upload_to_testflight" time="215.39543">
4444

4545
</testcase>
4646

4747

48-
<testcase classname="fastlane.lanes" name="8: clean_build_artifacts" time="0.003181">
48+
<testcase classname="fastlane.lanes" name="8: clean_build_artifacts" time="0.009688">
4949

5050
</testcase>
5151

0 commit comments

Comments
 (0)