Skip to content

Commit 27519aa

Browse files
committed
Change build number to 7 for RC 2.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
1 parent 2d381f4 commit 27519aa

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
@@ -3413,7 +3413,7 @@
34133413
CODE_SIGN_IDENTITY = "iPhone Developer";
34143414
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34153415
CODE_SIGN_STYLE = Automatic;
3416-
CURRENT_PROJECT_VERSION = 6;
3416+
CURRENT_PROJECT_VERSION = 7;
34173417
DEFINES_MODULE = YES;
34183418
DEVELOPMENT_TEAM = NKUJUXUJ3B;
34193419
ENABLE_BITCODE = NO;
@@ -3459,7 +3459,7 @@
34593459
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
34603460
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34613461
CODE_SIGN_STYLE = Automatic;
3462-
CURRENT_PROJECT_VERSION = 6;
3462+
CURRENT_PROJECT_VERSION = 7;
34633463
DEFINES_MODULE = YES;
34643464
DEVELOPMENT_TEAM = NKUJUXUJ3B;
34653465
ENABLE_BITCODE = NO;
@@ -3514,7 +3514,7 @@
35143514
CODE_SIGN_IDENTITY = "iPhone Developer";
35153515
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
35163516
CODE_SIGN_STYLE = Automatic;
3517-
CURRENT_PROJECT_VERSION = 6;
3517+
CURRENT_PROJECT_VERSION = 7;
35183518
DEFINES_MODULE = YES;
35193519
DEVELOPMENT_TEAM = NKUJUXUJ3B;
35203520
ENABLE_BITCODE = NO;
@@ -3607,7 +3607,7 @@
36073607
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
36083608
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
36093609
CODE_SIGN_STYLE = Automatic;
3610-
CURRENT_PROJECT_VERSION = 6;
3610+
CURRENT_PROJECT_VERSION = 7;
36113611
DEFINES_MODULE = YES;
36123612
DEVELOPMENT_TEAM = NKUJUXUJ3B;
36133613
ENABLE_BITCODE = NO;
@@ -3698,7 +3698,7 @@
36983698
CODE_SIGN_IDENTITY = "iPhone Developer";
36993699
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
37003700
CODE_SIGN_STYLE = Automatic;
3701-
CURRENT_PROJECT_VERSION = 6;
3701+
CURRENT_PROJECT_VERSION = 7;
37023702
DEVELOPMENT_TEAM = NKUJUXUJ3B;
37033703
ENABLE_BITCODE = NO;
37043704
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -3771,7 +3771,7 @@
37713771
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
37723772
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
37733773
CODE_SIGN_STYLE = Automatic;
3774-
CURRENT_PROJECT_VERSION = 6;
3774+
CURRENT_PROJECT_VERSION = 7;
37753775
DEVELOPMENT_TEAM = NKUJUXUJ3B;
37763776
ENABLE_BITCODE = NO;
37773777
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 RC 1";
49+
NSString * const appAlternateVersion = @"19.0.0 RC 2";
5050

5151
+ (NSString *)getAppVersionString
5252
{

0 commit comments

Comments
 (0)