Skip to content

Commit 6f0a83f

Browse files
committed
Change build number to 6 for RC 1.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
1 parent 6cfbc2c commit 6f0a83f

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
@@ -3415,7 +3415,7 @@
34153415
CODE_SIGN_IDENTITY = "iPhone Developer";
34163416
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34173417
CODE_SIGN_STYLE = Automatic;
3418-
CURRENT_PROJECT_VERSION = 5;
3418+
CURRENT_PROJECT_VERSION = 6;
34193419
DEFINES_MODULE = YES;
34203420
DEVELOPMENT_TEAM = NKUJUXUJ3B;
34213421
ENABLE_BITCODE = NO;
@@ -3461,7 +3461,7 @@
34613461
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
34623462
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34633463
CODE_SIGN_STYLE = Automatic;
3464-
CURRENT_PROJECT_VERSION = 5;
3464+
CURRENT_PROJECT_VERSION = 6;
34653465
DEFINES_MODULE = YES;
34663466
DEVELOPMENT_TEAM = NKUJUXUJ3B;
34673467
ENABLE_BITCODE = NO;
@@ -3516,7 +3516,7 @@
35163516
CODE_SIGN_IDENTITY = "iPhone Developer";
35173517
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
35183518
CODE_SIGN_STYLE = Automatic;
3519-
CURRENT_PROJECT_VERSION = 5;
3519+
CURRENT_PROJECT_VERSION = 6;
35203520
DEFINES_MODULE = YES;
35213521
DEVELOPMENT_TEAM = NKUJUXUJ3B;
35223522
ENABLE_BITCODE = NO;
@@ -3609,7 +3609,7 @@
36093609
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
36103610
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
36113611
CODE_SIGN_STYLE = Automatic;
3612-
CURRENT_PROJECT_VERSION = 5;
3612+
CURRENT_PROJECT_VERSION = 6;
36133613
DEFINES_MODULE = YES;
36143614
DEVELOPMENT_TEAM = NKUJUXUJ3B;
36153615
ENABLE_BITCODE = NO;
@@ -3700,7 +3700,7 @@
37003700
CODE_SIGN_IDENTITY = "iPhone Developer";
37013701
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
37023702
CODE_SIGN_STYLE = Automatic;
3703-
CURRENT_PROJECT_VERSION = 5;
3703+
CURRENT_PROJECT_VERSION = 6;
37043704
DEVELOPMENT_TEAM = NKUJUXUJ3B;
37053705
ENABLE_BITCODE = NO;
37063706
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -3773,7 +3773,7 @@
37733773
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
37743774
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
37753775
CODE_SIGN_STYLE = Automatic;
3776-
CURRENT_PROJECT_VERSION = 5;
3776+
CURRENT_PROJECT_VERSION = 6;
37773777
DEVELOPMENT_TEAM = NKUJUXUJ3B;
37783778
ENABLE_BITCODE = NO;
37793779
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 4";
49+
NSString * const appAlternateVersion = @"19.0.0 RC 1";
5050

5151
+ (NSString *)getAppVersionString
5252
{

0 commit comments

Comments
 (0)