MacOS: Update plist file to include project files as well

This commit is contained in:
Martin Kleusberg
2014-06-07 13:41:02 +02:00
parent 7139ad0086
commit 210207d135

View File

@@ -20,6 +20,20 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sqbpro</string>
</array>
<key>CFBundleTypeName</key>
<string>SQLiteBrowser Project</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>****</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
@@ -38,7 +52,7 @@
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<key>CFBundleGetInfoString</key>
<string>SQLite Database Browser 1.3</string>
<string>SQLite Database Browser</string>
<key>CFBundleIconFile</key>
<string>@ICON@</string>
<key>CFBundleIdentifier</key>