Skip to content

Commit 88dce8c

Browse files
authored
Merge pull request #36 from v2er-app/bugfix/sync-all-version-numbers
fix: resolve Apple submission errors - version 1.1.1 build 28
2 parents f33c0d4 + 25e85e5 commit 88dce8c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

V2er.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@
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;
@@ -1158,7 +1158,7 @@
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;

fastlane/Fastfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)