Skip to content

Commit f98e43e

Browse files
committed
chore(release): v4.3.0
1 parent f039296 commit f98e43e

7 files changed

Lines changed: 20 additions & 19 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
## 업데이트 로그
3434

3535
### 2021.5.30 v4.3.0
36+
- 버전 코드(Current Project Version, Version Code) 400부터 시작.
3637
- 출시 및 배포.
3738

3839
### 2021.5.29 v4.3.0-beta.4

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "com.inu.cafeteria"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 11
86-
versionName "4.3.0-beta.4"
85+
versionCode 400
86+
versionName "4.3.0"
8787
}
8888

8989
splits {

ios/cafeteria.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
CODE_SIGN_IDENTITY = "Apple Development";
505505
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
506506
CODE_SIGN_STYLE = Manual;
507-
CURRENT_PROJECT_VERSION = 12;
507+
CURRENT_PROJECT_VERSION = 400;
508508
DEVELOPMENT_TEAM = AANGG4Q668;
509509
ENABLE_BITCODE = NO;
510510
INFOPLIST_FILE = cafeteria/Info.plist;
@@ -535,7 +535,7 @@
535535
CLANG_ENABLE_MODULES = YES;
536536
CODE_SIGN_IDENTITY = "Apple Distribution";
537537
CODE_SIGN_STYLE = Manual;
538-
CURRENT_PROJECT_VERSION = 12;
538+
CURRENT_PROJECT_VERSION = 400;
539539
DEVELOPMENT_TEAM = AANGG4Q668;
540540
INFOPLIST_FILE = cafeteria/Info.plist;
541541
LD_RUNPATH_SEARCH_PATHS = (
@@ -624,7 +624,7 @@
624624
CLANG_ENABLE_MODULES = YES;
625625
CODE_SIGN_IDENTITY = "Apple Development";
626626
CODE_SIGN_STYLE = Manual;
627-
CURRENT_PROJECT_VERSION = 12;
627+
CURRENT_PROJECT_VERSION = 400;
628628
DEVELOPMENT_TEAM = AANGG4Q668;
629629
INFOPLIST_FILE = cafeteria/Info.plist;
630630
LD_RUNPATH_SEARCH_PATHS = (

ios/cafeteria/Info.plist

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CodePushDeploymentKey</key>
6-
<string>$(CODEPUSH_KEY)</string>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>ko_KR</string>
97
<key>CFBundleDisplayName</key>
@@ -23,29 +21,31 @@
2321
<key>CFBundleSignature</key>
2422
<string>????</string>
2523
<key>CFBundleVersion</key>
26-
<string>12</string>
24+
<string>$(CURRENT_PROJECT_VERSION)</string>
25+
<key>CodePushDeploymentKey</key>
26+
<string>$(CODEPUSH_KEY)</string>
2727
<key>LSRequiresIPhoneOS</key>
28-
<true />
28+
<true/>
2929
<key>NSAppTransportSecurity</key>
3030
<dict>
3131
<key>NSAllowsArbitraryLoads</key>
32-
<true />
32+
<true/>
3333
<key>NSExceptionDomains</key>
3434
<dict>
35-
<key>localhost</key>
35+
<key>codepush.appcenter.ms</key>
3636
<dict>
3737
<key>NSExceptionAllowsInsecureHTTPLoads</key>
38-
<true />
38+
<true/>
3939
</dict>
40-
<key>codepush.appcenter.ms</key>
40+
<key>localhost</key>
4141
<dict>
4242
<key>NSExceptionAllowsInsecureHTTPLoads</key>
43-
<true />
43+
<true/>
4444
</dict>
4545
</dict>
4646
</dict>
4747
<key>NSLocationWhenInUseUsageDescription</key>
48-
<string />
48+
<string></string>
4949
<key>UIAppFonts</key>
5050
<array>
5151
<string>AntDesign.ttf</string>
@@ -79,6 +79,6 @@
7979
<string>UIInterfaceOrientationPortrait</string>
8080
</array>
8181
<key>UIViewControllerBasedStatusBarAppearance</key>
82-
<false />
82+
<false/>
8383
</dict>
8484
</plist>

ios/cafeteriaTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>400</string>
2323
</dict>
2424
</plist>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cafeteria",
3-
"version": "4.3.0-beta.4",
3+
"version": "4.3.0",
44
"license": "GPLv3",
55
"repository": "https://github.com/inu-appcenter/cafeteria-mobile",
66
"scripts": {

0 commit comments

Comments
 (0)