Skip to content

Commit 7b8c7a5

Browse files
committed
Nextcloud Talk iOS 20.0.0 RC 1
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
1 parent 81ecc92 commit 7b8c7a5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

NextcloudTalk.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3475,7 +3475,7 @@
34753475
CODE_SIGN_IDENTITY = "iPhone Developer";
34763476
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34773477
CODE_SIGN_STYLE = Automatic;
3478-
CURRENT_PROJECT_VERSION = 2;
3478+
CURRENT_PROJECT_VERSION = 3;
34793479
DEVELOPMENT_TEAM = NKUJUXUJ3B;
34803480
GCC_C_LANGUAGE_STANDARD = gnu11;
34813481
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -3520,7 +3520,7 @@
35203520
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
35213521
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
35223522
CODE_SIGN_STYLE = Automatic;
3523-
CURRENT_PROJECT_VERSION = 2;
3523+
CURRENT_PROJECT_VERSION = 3;
35243524
DEVELOPMENT_TEAM = NKUJUXUJ3B;
35253525
GCC_C_LANGUAGE_STANDARD = gnu11;
35263526
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -3679,7 +3679,7 @@
36793679
CODE_SIGN_IDENTITY = "iPhone Developer";
36803680
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
36813681
CODE_SIGN_STYLE = Automatic;
3682-
CURRENT_PROJECT_VERSION = 2;
3682+
CURRENT_PROJECT_VERSION = 3;
36833683
DEFINES_MODULE = YES;
36843684
DEVELOPMENT_TEAM = NKUJUXUJ3B;
36853685
ENABLE_BITCODE = NO;
@@ -3725,7 +3725,7 @@
37253725
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
37263726
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
37273727
CODE_SIGN_STYLE = Automatic;
3728-
CURRENT_PROJECT_VERSION = 2;
3728+
CURRENT_PROJECT_VERSION = 3;
37293729
DEFINES_MODULE = YES;
37303730
DEVELOPMENT_TEAM = NKUJUXUJ3B;
37313731
ENABLE_BITCODE = NO;
@@ -3780,7 +3780,7 @@
37803780
CODE_SIGN_IDENTITY = "iPhone Developer";
37813781
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
37823782
CODE_SIGN_STYLE = Automatic;
3783-
CURRENT_PROJECT_VERSION = 2;
3783+
CURRENT_PROJECT_VERSION = 3;
37843784
DEFINES_MODULE = YES;
37853785
DEVELOPMENT_TEAM = NKUJUXUJ3B;
37863786
ENABLE_BITCODE = NO;
@@ -3873,7 +3873,7 @@
38733873
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
38743874
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
38753875
CODE_SIGN_STYLE = Automatic;
3876-
CURRENT_PROJECT_VERSION = 2;
3876+
CURRENT_PROJECT_VERSION = 3;
38773877
DEFINES_MODULE = YES;
38783878
DEVELOPMENT_TEAM = NKUJUXUJ3B;
38793879
ENABLE_BITCODE = NO;
@@ -3964,7 +3964,7 @@
39643964
CODE_SIGN_IDENTITY = "iPhone Developer";
39653965
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
39663966
CODE_SIGN_STYLE = Automatic;
3967-
CURRENT_PROJECT_VERSION = 2;
3967+
CURRENT_PROJECT_VERSION = 3;
39683968
DEVELOPMENT_TEAM = NKUJUXUJ3B;
39693969
ENABLE_BITCODE = NO;
39703970
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -4037,7 +4037,7 @@
40374037
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
40384038
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
40394039
CODE_SIGN_STYLE = Automatic;
4040-
CURRENT_PROJECT_VERSION = 2;
4040+
CURRENT_PROJECT_VERSION = 3;
40414041
DEVELOPMENT_TEAM = NKUJUXUJ3B;
40424042
ENABLE_BITCODE = NO;
40434043
FRAMEWORK_SEARCH_PATHS = "$(inherited)";

NextcloudTalk/NCAppBranding.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ @implementation NCAppBranding
3131
BOOL const useAppsGroup = YES;
3232
BOOL const forceDomain = NO;
3333
NSString * const domain = nil;
34-
NSString * const appAlternateVersion = @"20.0.0 Beta 2";
34+
NSString * const appAlternateVersion = @"20.0.0 RC 1";
3535

3636
+ (NSString *)getAppVersionString
3737
{

0 commit comments

Comments
 (0)