Skip to content

Commit 040f837

Browse files
committed
[Setting] #265 - release 2.0.3
1 parent 922e685 commit 040f837

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@
17031703
CODE_SIGN_IDENTITY = "Apple Development";
17041704
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
17051705
CODE_SIGN_STYLE = Manual;
1706-
CURRENT_PROJECT_VERSION = 2024.0319.2120;
1706+
CURRENT_PROJECT_VERSION = 2024.0402.1647;
17071707
DEVELOPMENT_TEAM = "";
17081708
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8Q4H7X3Q58;
17091709
GENERATE_INFOPLIST_FILE = NO;
@@ -1747,7 +1747,7 @@
17471747
CODE_SIGN_IDENTITY = "Apple Development";
17481748
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
17491749
CODE_SIGN_STYLE = Manual;
1750-
CURRENT_PROJECT_VERSION = 2024.0319.2120;
1750+
CURRENT_PROJECT_VERSION = 2024.0402.1647;
17511751
DEVELOPMENT_TEAM = "";
17521752
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8Q4H7X3Q58;
17531753
GENERATE_INFOPLIST_FILE = NO;

Runnect-iOS/Runnect-iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.0.2</string>
24+
<string>2.0.3</string>
2525
<key>CFBundleURLTypes</key>
2626
<array>
2727
<dict>
@@ -46,7 +46,7 @@
4646
</dict>
4747
</array>
4848
<key>CFBundleVersion</key>
49-
<string>2024.0319.2120</string>
49+
<string>2024.0402.1647</string>
5050
<key>LSApplicationQueriesSchemes</key>
5151
<array>
5252
<string>kakaokompassauth</string>

Runnect-iOS/fastlane/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
2323

2424
Set Marketing and Build version
2525

26+
### ios release
27+
28+
```sh
29+
[bundle exec] fastlane ios release
30+
```
31+
32+
Build app and release to App Store.
33+
2634
### ios beta
2735

2836
```sh

0 commit comments

Comments
 (0)