Skip to content

Commit fb2ad75

Browse files
committed
Change build number to 4 for Beta 3.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
1 parent b146bc5 commit fb2ad75

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

NextcloudTalk.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3389,7 +3389,7 @@
33893389
CODE_SIGN_IDENTITY = "iPhone Developer";
33903390
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
33913391
CODE_SIGN_STYLE = Automatic;
3392-
CURRENT_PROJECT_VERSION = 3;
3392+
CURRENT_PROJECT_VERSION = 4;
33933393
DEFINES_MODULE = YES;
33943394
DEVELOPMENT_TEAM = NKUJUXUJ3B;
33953395
ENABLE_BITCODE = NO;
@@ -3435,7 +3435,7 @@
34353435
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
34363436
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34373437
CODE_SIGN_STYLE = Automatic;
3438-
CURRENT_PROJECT_VERSION = 3;
3438+
CURRENT_PROJECT_VERSION = 4;
34393439
DEFINES_MODULE = YES;
34403440
DEVELOPMENT_TEAM = NKUJUXUJ3B;
34413441
ENABLE_BITCODE = NO;
@@ -3490,7 +3490,7 @@
34903490
CODE_SIGN_IDENTITY = "iPhone Developer";
34913491
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34923492
CODE_SIGN_STYLE = Automatic;
3493-
CURRENT_PROJECT_VERSION = 3;
3493+
CURRENT_PROJECT_VERSION = 4;
34943494
DEFINES_MODULE = YES;
34953495
DEVELOPMENT_TEAM = NKUJUXUJ3B;
34963496
ENABLE_BITCODE = NO;
@@ -3583,7 +3583,7 @@
35833583
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
35843584
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
35853585
CODE_SIGN_STYLE = Automatic;
3586-
CURRENT_PROJECT_VERSION = 3;
3586+
CURRENT_PROJECT_VERSION = 4;
35873587
DEFINES_MODULE = YES;
35883588
DEVELOPMENT_TEAM = NKUJUXUJ3B;
35893589
ENABLE_BITCODE = NO;
@@ -3674,7 +3674,7 @@
36743674
CODE_SIGN_IDENTITY = "iPhone Developer";
36753675
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
36763676
CODE_SIGN_STYLE = Automatic;
3677-
CURRENT_PROJECT_VERSION = 3;
3677+
CURRENT_PROJECT_VERSION = 4;
36783678
DEVELOPMENT_TEAM = NKUJUXUJ3B;
36793679
ENABLE_BITCODE = NO;
36803680
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -3747,7 +3747,7 @@
37473747
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
37483748
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
37493749
CODE_SIGN_STYLE = Automatic;
3750-
CURRENT_PROJECT_VERSION = 3;
3750+
CURRENT_PROJECT_VERSION = 4;
37513751
DEVELOPMENT_TEAM = NKUJUXUJ3B;
37523752
ENABLE_BITCODE = NO;
37533753
FRAMEWORK_SEARCH_PATHS = "$(inherited)";

NextcloudTalk/NCAppBranding.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ @implementation NCAppBranding
4646
BOOL const useAppsGroup = YES;
4747
BOOL const forceDomain = NO;
4848
NSString * const domain = nil;
49-
NSString * const appAlternateVersion = @"19.0.0 Beta 2";
49+
NSString * const appAlternateVersion = @"19.0.0 Beta 3";
5050

5151
+ (NSString *)getAppVersionString
5252
{

0 commit comments

Comments
 (0)