File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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;
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 = (
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 = (
Original file line number Diff line number Diff line change 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 >
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 >
7979 <string >UIInterfaceOrientationPortrait </string >
8080 </array >
8181 <key >UIViewControllerBasedStatusBarAppearance </key >
82- <false />
82+ <false />
8383</dict >
8484</plist >
Original file line number Diff line number Diff line change 1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >12 </string >
22+ <string >400 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments