Skip to content

Commit

Permalink
Merge pull request #3 from marlonjames71/missing_extension_description
Browse files Browse the repository at this point in the history
Fixes description message & updates version ( closes #2)
  • Loading branch information
marlonjames71 authored Nov 7, 2024
2 parents cb105bc + 2bc21cf commit 585cc8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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": "This is NiceCopy for Safari. You should tell us what your extension does here.",
"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.",
"description": "Description of what the extension does."
}
}
12 changes: 6 additions & 6 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 = 2;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"NiceCopy/Preview Content\"";
DEVELOPMENT_TEAM = D6VB3396MT;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -390,7 +390,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.marlonraskin.NiceCopy;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -406,7 +406,7 @@
CODE_SIGN_ENTITLEMENTS = NiceCopy/NiceCopy.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"NiceCopy/Preview Content\"";
DEVELOPMENT_TEAM = D6VB3396MT;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -421,7 +421,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.marlonraskin.NiceCopy;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -447,7 +447,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -478,7 +478,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down

0 comments on commit 585cc8c

Please sign in to comment.