diff --git a/Image Opener/Info.plist b/Image Opener/Info.plist index 0dfd9e3..80535d0 100644 --- a/Image Opener/Info.plist +++ b/Image Opener/Info.plist @@ -4,6 +4,17 @@ CFBundleDevelopmentRegion en + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + * + + CFBundleTypeRole + Viewer + + CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIconFile @@ -20,13 +31,23 @@ 1.0 CFBundleSignature ???? + CFBundleURLTypes + CFBundleVersion 1 + LSApplicationCategoryType + public.app-category.utilities LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSMainNibFile MainMenu NSPrincipalClass NSApplication + NSServices + + UTExportedTypeDeclarations + + UTImportedTypeDeclarations +