diff --git a/src/osx/resources/Info.plist b/src/osx/resources/Info.plist index 1f419f91..264b3fd3 100644 --- a/src/osx/resources/Info.plist +++ b/src/osx/resources/Info.plist @@ -5,16 +5,16 @@ CFBundleDevelopmentRegion English CFBundleExecutable universalJavaApplicationStub.sh CFBundleName JD-GUI - CFBundleGetInfoString JD-GUI version ${VERSION}, Copyright 2008-2019 Emmanuel Dupuy + CFBundleGetInfoString JD-GUI version ${VERSION}, Copyright 2008, 2019 Emmanuel Dupuy CFBundleIconFile jd-gui.icns CFBundleIdentifier jd.jd-gui CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType APPL - CFBundleLongVersionString ${VERSION}, Copyright 2008-2019 Emmanuel Dupuy + CFBundleLongVersionString ${VERSION}, Copyright 2008, 2019 Emmanuel Dupuy CFBundleShortVersionString ${VERSION} CSResourcesFileMapped LSRequiresCarbon - NSHumanReadableCopyright Copyright 2008-2019 Emmanuel Dupuy + NSHumanReadableCopyright Copyright 2008, 2019 Emmanuel Dupuy NSPrincipalClass NSApplication NSHighResolutionCapable CFBundleDocumentTypes @@ -24,6 +24,10 @@ class + CFBundleTypeMIMETypes + + application/java + CFBundleTypeRole Viewer CFBundleTypeName Class File LSIsAppleDefaultForType @@ -34,6 +38,10 @@ java + CFBundleTypeMIMETypes + + text/plain + CFBundleTypeRole Viewer CFBundleTypeName Java File LSIsAppleDefaultForType @@ -44,6 +52,10 @@ jar + CFBundleTypeMIMETypes + + application/java-archive + CFBundleTypeName Jar File CFBundleTypeRole Viewer LSIsAppleDefaultForType @@ -54,6 +66,10 @@ war + CFBundleTypeMIMETypes + + application/java-archive + CFBundleTypeName War File CFBundleTypeRole Viewer LSIsAppleDefaultForType @@ -64,16 +80,48 @@ ear + CFBundleTypeMIMETypes + + application/java-archive + CFBundleTypeName Ear File CFBundleTypeRole Viewer LSIsAppleDefaultForType LSTypeIsPackage + + CFBundleTypeExtensions + + aar + + CFBundleTypeName Android archive File + CFBundleTypeRole Viewer + LSIsAppleDefaultForType + LSTypeIsPackage + + + CFBundleTypeExtensions + + jmod + + CFBundleTypeMIMETypes + + application/java-archive + + CFBundleTypeName Java module File + CFBundleTypeRole Viewer + LSIsAppleDefaultForType + LSTypeIsPackage + CFBundleTypeExtensions zip + CFBundleTypeMIMETypes + + application/zip + CFBundleTypeName Zip File CFBundleTypeRole Viewer LSIsAppleDefaultForType @@ -85,6 +133,10 @@ log txt + CFBundleTypeMIMETypes + + text/plain + CFBundleTypeName Log File CFBundleTypeRole Viewer LSIsAppleDefaultForType