Skip to content

Commit be396c2

Browse files
committed
set build number to 3 before pushing to testflight
1 parent 05cc334 commit be396c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Infini-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@
780780
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
781781
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
782782
CODE_SIGN_STYLE = Automatic;
783-
CURRENT_PROJECT_VERSION = 4;
783+
CURRENT_PROJECT_VERSION = 3;
784784
DEVELOPMENT_ASSET_PATHS = "\"Infini-iOS/Preview Content\"";
785785
DEVELOPMENT_TEAM = 99BHY6DC82;
786786
ENABLE_PREVIEWS = YES;
@@ -804,7 +804,7 @@
804804
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
805805
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
806806
CODE_SIGN_STYLE = Automatic;
807-
CURRENT_PROJECT_VERSION = 4;
807+
CURRENT_PROJECT_VERSION = 3;
808808
DEVELOPMENT_ASSET_PATHS = "\"Infini-iOS/Preview Content\"";
809809
DEVELOPMENT_TEAM = 99BHY6DC82;
810810
ENABLE_PREVIEWS = YES;

Infini-iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>ITSAppUsesNonExemptEncryption</key>
2222
<false/>
2323
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)