Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nextcloud Talk 21.0.0 Beta 1 #1958

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading