aboutsummaryrefslogtreecommitdiffstats
path: root/src/osx/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'src/osx/Info.plist')
-rw-r--r--src/osx/Info.plist34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/osx/Info.plist b/src/osx/Info.plist
new file mode 100644
index 0000000..3192998
--- /dev/null
+++ b/src/osx/Info.plist
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleDisplayName</key>
+ <string>Jalv</string>
+ <key>CFBundleExecutable</key>
+ <string>Jalv</string>
+ <key>CFBundleGetInfoString</key>
+ <string>Jalv, Copyright © 2016 David Robillard</string>
+ <key>CFBundleIconFile</key>
+ <string>Jalv</string>
+ <key>CFBundleIdentifier</key>
+ <string>net.drobilla.Jalv</string>
+ <key>CFBundleName</key>
+ <string>Jalv</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0.0</string>
+ <key>CFBundleSignature</key>
+ <string>djlv</string>
+ <key>LSApplicationCategoryType</key>
+ <string>public.app-category.music</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2016 David Robillard.</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>