From 5fd305309ba38ff0aede85b0556bd0b3366546c9 Mon Sep 17 00:00:00 2001 From: Marlon Date: Thu, 7 Nov 2024 01:40:00 -0500 Subject: [PATCH] Fixes extension description for AppStore The description needs to be 112 or fewer characters. Also needed to adjust the build number. --- NiceCopy for Safari/Resources/_locales/en/messages.json | 2 +- NiceCopy.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NiceCopy for Safari/Resources/_locales/en/messages.json b/NiceCopy for Safari/Resources/_locales/en/messages.json index 3e3c420..35b3b80 100644 --- a/NiceCopy for Safari/Resources/_locales/en/messages.json +++ b/NiceCopy for Safari/Resources/_locales/en/messages.json @@ -4,7 +4,7 @@ "description": "The display name for the extension." }, "extension_description": { - "message": "Easily copy the current tab's URL by using the shortcut ⌘ ⇧ C, clicking the extension icon in the toolbar, or by right-clicking anywhere on the webpage and selecting 'Copy Page URL' from the context menu.", + "message": "Copy the current tab's URL with ⌘ ⇧ C, the toolbar icon, or right-click and select 'Copy Page URL'.", "description": "Description of what the extension does." } } diff --git a/NiceCopy.xcodeproj/project.pbxproj b/NiceCopy.xcodeproj/project.pbxproj index 5a64153..ea68161 100644 --- a/NiceCopy.xcodeproj/project.pbxproj +++ b/NiceCopy.xcodeproj/project.pbxproj @@ -375,7 +375,7 @@ CODE_SIGN_ENTITLEMENTS = NiceCopy/NiceCopy.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_ASSET_PATHS = "\"NiceCopy/Preview Content\""; DEVELOPMENT_TEAM = D6VB3396MT; ENABLE_HARDENED_RUNTIME = YES; @@ -406,7 +406,7 @@ CODE_SIGN_ENTITLEMENTS = NiceCopy/NiceCopy.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_ASSET_PATHS = "\"NiceCopy/Preview Content\""; DEVELOPMENT_TEAM = D6VB3396MT; ENABLE_HARDENED_RUNTIME = YES; @@ -434,7 +434,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = "NiceCopy for Safari/NiceCopy_for_Safari.entitlements"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_TEAM = D6VB3396MT; ENABLE_HARDENED_RUNTIME = YES; GENERATE_INFOPLIST_FILE = YES; @@ -465,7 +465,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = "NiceCopy for Safari/NiceCopy_for_Safari.entitlements"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_TEAM = D6VB3396MT; ENABLE_HARDENED_RUNTIME = YES; GENERATE_INFOPLIST_FILE = YES;