File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11311131 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
11321132 CODE_SIGN_IDENTITY = "Apple Development";
11331133 CODE_SIGN_STYLE = Automatic;
1134- CURRENT_PROJECT_VERSION = 4 ;
1134+ CURRENT_PROJECT_VERSION = 28 ;
11351135 DEVELOPMENT_ASSET_PATHS = "\"V2er/Preview Content\"";
11361136 DEVELOPMENT_TEAM = DZCZQ4694Z;
11371137 ENABLE_PREVIEWS = YES;
11581158 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
11591159 CODE_SIGN_IDENTITY = "Apple Development";
11601160 CODE_SIGN_STYLE = Automatic;
1161- CURRENT_PROJECT_VERSION = 4 ;
1161+ CURRENT_PROJECT_VERSION = 28 ;
11621162 DEVELOPMENT_ASSET_PATHS = "\"V2er/Preview Content\"";
11631163 DEVELOPMENT_TEAM = DZCZQ4694Z;
11641164 ENABLE_PREVIEWS = YES;
Original file line number Diff line number Diff line change @@ -47,6 +47,11 @@ platform :ios do
4747 # Get App Store Connect API key
4848 api_key = get_api_key
4949
50+ # Increment build number to avoid conflicts
51+ increment_build_number (
52+ build_number : latest_testflight_build_number ( api_key : api_key ) + 1
53+ )
54+
5055 # Build the app
5156 build_ipa
5257
You can’t perform that action at this time.
0 commit comments