Skip to content

Commit

Permalink
Merge pull request #1974 from nextcloud/nc-talk-21.0.0-rc1
Browse files Browse the repository at this point in the history
Nextcloud Talk iOS 21.0.0 RC 1
  • Loading branch information
Ivansss authored Feb 7, 2025
2 parents 6e01c5a + 21ef9f0 commit 7a2f18e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions NextcloudTalk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3815,7 +3815,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = NKUJUXUJ3B;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -3861,7 +3861,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = NKUJUXUJ3B;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -3916,7 +3916,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = NKUJUXUJ3B;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -4009,7 +4009,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = NKUJUXUJ3B;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -4100,7 +4100,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = NKUJUXUJ3B;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand Down Expand Up @@ -4173,7 +4173,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution: Nextcloud GmbH (NKUJUXUJ3B)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = NKUJUXUJ3B;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand Down
4 changes: 2 additions & 2 deletions NextcloudTalk/NCAppBranding.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ @implementation NCAppBranding

NSString * const talkAppName = @"Nextcloud Talk";
NSString * const filesAppName = @"Nextcloud";
NSString * const copyright = @"© 2024 Nextcloud GmbH";
NSString * const copyright = @"© 2025 Nextcloud GmbH";
NSString * const bundleIdentifier = @"com.nextcloud.Talk";
NSString * const groupIdentifier = @"group.com.nextcloud.Talk";
NSString * const appsGroupIdentifier = @"group.com.nextcloud.apps";
Expand All @@ -31,7 +31,7 @@ @implementation NCAppBranding
BOOL const useAppsGroup = YES;
BOOL const forceDomain = NO;
NSString * const domain = nil;
NSString * const appAlternateVersion = @"21.0.0 Beta 1";
NSString * const appAlternateVersion = @"21.0.0 RC 1";

+ (NSString *)getAppVersionString
{
Expand Down

0 comments on commit 7a2f18e

Please sign in to comment.