Skip to content

Commit

Permalink
Merge pull request #1958 from nextcloud/nc-talk-21.0.0-beta1
Browse files Browse the repository at this point in the history
Nextcloud Talk 21.0.0 Beta 1
  • Loading branch information
Ivansss authored Jan 24, 2025
2 parents 84ed902 + 2bec078 commit 5c5fa5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions NextcloudTalk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3821,7 +3821,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 20.1.1;
MARKETING_VERSION = 21.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.nextcloud.Talk;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -3867,7 +3867,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 20.1.1;
MARKETING_VERSION = 21.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.nextcloud.Talk;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -3954,7 +3954,7 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/UICKeyChainStore\"",
"\"${PODS_ROOT}/Realm/core\"",
);
MARKETING_VERSION = 20.1.1;
MARKETING_VERSION = 21.0.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.nextcloud.Talk.ShareExtension;
Expand Down Expand Up @@ -4047,7 +4047,7 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/UICKeyChainStore\"",
"\"${PODS_ROOT}/Realm/core\"",
);
MARKETING_VERSION = 20.1.1;
MARKETING_VERSION = 21.0.0;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.nextcloud.Talk.ShareExtension;
PRODUCT_NAME = ShareExtension;
Expand Down Expand Up @@ -4119,7 +4119,7 @@
"@executable_path/../../Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 20.1.1;
MARKETING_VERSION = 21.0.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.nextcloud.Talk.NotificationServiceExtension;
Expand Down Expand Up @@ -4192,7 +4192,7 @@
"@executable_path/../../Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 20.1.1;
MARKETING_VERSION = 21.0.0;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.nextcloud.Talk.NotificationServiceExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion NextcloudTalk/NCAppBranding.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ @implementation NCAppBranding
BOOL const useAppsGroup = YES;
BOOL const forceDomain = NO;
NSString * const domain = nil;
NSString * const appAlternateVersion = @"";
NSString * const appAlternateVersion = @"21.0.0 Beta 1";

+ (NSString *)getAppVersionString
{
Expand Down

0 comments on commit 5c5fa5c

Please sign in to comment.