diff options
Diffstat (limited to 'macosx/Info.plist.m4')
-rw-r--r-- | macosx/Info.plist.m4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/macosx/Info.plist.m4 b/macosx/Info.plist.m4 index 28d37c6d3..c7bb3eeef 100644 --- a/macosx/Info.plist.m4 +++ b/macosx/Info.plist.m4 @@ -14,6 +14,19 @@ dnl <string>en</string> <key>CFBundleDisplayName</key> <string>__HB_name</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>*</string> + </array> + <key>CFBundleTypeName</key> + <string>All files</string> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + </dict> + </array> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleGetInfoString</key> |