Skip to content

Commit

Permalink
Fixes extension description for AppStore
Browse files Browse the repository at this point in the history
The description needs to be 112  or fewer characters. Also needed to adjust the build number.
  • Loading branch information
marlonjames71 committed Nov 7, 2024
1 parent 585cc8c commit 5fd3053
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NiceCopy for Safari/Resources/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
8 changes: 4 additions & 4 deletions NiceCopy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5fd3053

Please sign in to comment.