summaryrefslogtreecommitdiff
path: root/cmake/platforms/macos/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platforms/macos/Info.plist')
-rw-r--r--cmake/platforms/macos/Info.plist16
1 files changed, 16 insertions, 0 deletions
diff --git a/cmake/platforms/macos/Info.plist b/cmake/platforms/macos/Info.plist
index 5d69434..1417798 100644
--- a/cmake/platforms/macos/Info.plist
+++ b/cmake/platforms/macos/Info.plist
@@ -4,7 +4,23 @@
<dict>
<key>CFBundleIconFile</key>
<string>BibleTime.icns</string>
+
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
+
+ <key>CFBundleName</key>
+ <string>BibleTime</string>
+
+ <key>CFBundleDisplayName</key>
+ <string>BibleTime</string>
+
+ <key>CFBundleIdentifier</key>
+ <string>info.bibletime.BibleTime</string>
+
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+
+ <key>MDItemKeywords</key>
+ <string>BibleTime Bible bible time study</string>
</dict>
</plist>