diff --git a/Polyglot/Info.plist b/Polyglot/Info.plist index 8f095aa..a7dd837 100644 --- a/Polyglot/Info.plist +++ b/Polyglot/Info.plist @@ -1,34 +1,34 @@ - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIconFile - icon.icns - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 3.2 - CFBundleVersion - 3.2.0 - LSApplicationCategoryType - public.app-category.productivity - LSMinimumSystemVersion - $(MACOSX_DEPLOYMENT_TARGET) - NSHumanReadableCopyright - Copyright © 2021 Yasuaki Uechi. All rights reserved. - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication - - + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIconFile + icon.icns + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 3.3 + CFBundleVersion + 3.3.0 + LSApplicationCategoryType + public.app-category.productivity + LSMinimumSystemVersion + $(MACOSX_DEPLOYMENT_TARGET) + NSHumanReadableCopyright + Copyright © 2021 Yasuaki Uechi. All rights reserved. + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + \ No newline at end of file diff --git a/PolyglotSafariExtension/Info.plist b/PolyglotSafariExtension/Info.plist index c9ac9b8..e75c307 100644 --- a/PolyglotSafariExtension/Info.plist +++ b/PolyglotSafariExtension/Info.plist @@ -1,80 +1,80 @@ - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleDisplayName - Polyglot - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - XPC! - CFBundleShortVersionString - 3.2 - CFBundleVersion - 3.2.0 - LSMinimumSystemVersion - $(MACOSX_DEPLOYMENT_TARGET) - NSExtension - - NSExtensionPointIdentifier - com.apple.Safari.extension - NSExtensionPrincipalClass - $(PRODUCT_MODULE_NAME).SafariExtensionHandler - SFSafariContentScript - - - Script - content.bundle.js - - - SFSafariContextMenu - - - Command - tarnslateSelectedText - Text - Translate - - - SFSafariExtensionBundleIdentifiersToUninstall - - co.randompaper.polyglot.extension - - SFSafariStyleSheet - - - Style Sheet - content.css - - - SFSafariToolbarItem - - Action - Command - Identifier - translateButton - Image - toolbar-icon.png - Label - Translate - - SFSafariWebsiteAccess - - Level - All - - - NSHumanReadableCopyright - Copyright © 2021 Yasuaki Uechi. Apache 2.0 license. - NSHumanReadableDescription - Translate selected text into your native language. - - + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + Polyglot + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + XPC! + CFBundleShortVersionString + 3.3 + CFBundleVersion + 3.3.0 + LSMinimumSystemVersion + $(MACOSX_DEPLOYMENT_TARGET) + NSExtension + + NSExtensionPointIdentifier + com.apple.Safari.extension + NSExtensionPrincipalClass + $(PRODUCT_MODULE_NAME).SafariExtensionHandler + SFSafariContentScript + + + Script + content.bundle.js + + + SFSafariContextMenu + + + Command + tarnslateSelectedText + Text + Translate + + + SFSafariExtensionBundleIdentifiersToUninstall + + co.randompaper.polyglot.extension + + SFSafariStyleSheet + + + Style Sheet + content.css + + + SFSafariToolbarItem + + Action + Command + Identifier + translateButton + Image + toolbar-icon.png + Label + Translate + + SFSafariWebsiteAccess + + Level + All + + + NSHumanReadableCopyright + Copyright © 2021 Yasuaki Uechi. Apache 2.0 license. + NSHumanReadableDescription + Translate selected text into your native language. + + \ No newline at end of file diff --git a/package.json b/package.json index d05a0ae..d68fec5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "polyglot", "description": "A Safari extension that translates selected text into your native language.", - "version": "3.2.0", + "version": "3.3.0", "scripts": { "build": "NODE_ENV=production webpack-cli --mode production", "clean": "shx rm -rf PolyglotSafariExtension/ContentScript/*.js{,.map,.LICENSE.txt}", @@ -42,4 +42,4 @@ }, "license": "Apache-2.0", "private": true -} +} \ No newline at end of file