Skip to content

Commit c49ea87

Browse files
committed
Update build number to 2 for Beta 1.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
1 parent 6d44196 commit c49ea87

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
@@ -3401,7 +3401,7 @@
34013401
CODE_SIGN_IDENTITY = "iPhone Developer";
34023402
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34033403
CODE_SIGN_STYLE = Automatic;
3404-
CURRENT_PROJECT_VERSION = 1;
3404+
CURRENT_PROJECT_VERSION = 2;
34053405
DEFINES_MODULE = YES;
34063406
DEVELOPMENT_TEAM = NKUJUXUJ3B;
34073407
ENABLE_BITCODE = NO;
@@ -3447,7 +3447,7 @@
34473447
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
34483448
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34493449
CODE_SIGN_STYLE = Automatic;
3450-
CURRENT_PROJECT_VERSION = 1;
3450+
CURRENT_PROJECT_VERSION = 2;
34513451
DEFINES_MODULE = YES;
34523452
DEVELOPMENT_TEAM = NKUJUXUJ3B;
34533453
ENABLE_BITCODE = NO;
@@ -3502,7 +3502,7 @@
35023502
CODE_SIGN_IDENTITY = "iPhone Developer";
35033503
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
35043504
CODE_SIGN_STYLE = Automatic;
3505-
CURRENT_PROJECT_VERSION = 1;
3505+
CURRENT_PROJECT_VERSION = 2;
35063506
DEFINES_MODULE = YES;
35073507
DEVELOPMENT_TEAM = NKUJUXUJ3B;
35083508
ENABLE_BITCODE = NO;
@@ -3595,7 +3595,7 @@
35953595
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
35963596
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
35973597
CODE_SIGN_STYLE = Automatic;
3598-
CURRENT_PROJECT_VERSION = 1;
3598+
CURRENT_PROJECT_VERSION = 2;
35993599
DEFINES_MODULE = YES;
36003600
DEVELOPMENT_TEAM = NKUJUXUJ3B;
36013601
ENABLE_BITCODE = NO;
@@ -3686,7 +3686,7 @@
36863686
CODE_SIGN_IDENTITY = "iPhone Developer";
36873687
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
36883688
CODE_SIGN_STYLE = Automatic;
3689-
CURRENT_PROJECT_VERSION = 1;
3689+
CURRENT_PROJECT_VERSION = 2;
36903690
DEVELOPMENT_TEAM = NKUJUXUJ3B;
36913691
ENABLE_BITCODE = NO;
36923692
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -3759,7 +3759,7 @@
37593759
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
37603760
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
37613761
CODE_SIGN_STYLE = Automatic;
3762-
CURRENT_PROJECT_VERSION = 1;
3762+
CURRENT_PROJECT_VERSION = 2;
37633763
DEVELOPMENT_TEAM = NKUJUXUJ3B;
37643764
ENABLE_BITCODE = NO;
37653765
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 Alpha 1";
49+
NSString * const appAlternateVersion = @"19.0.0 Beta 1";
5050

5151
+ (NSString *)getAppVersionString
5252
{

0 commit comments

Comments
 (0)