summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-02-18 23:57:25 +0000
committerCarl Hetherington <cth@carlh.net>2019-02-18 23:57:25 +0000
commitea61d349a10b053e8acf5b009e51d3aaba0714c6 (patch)
treea62f251deb86f521e10842c7624909f0afd9a5ee /platform
parent1f6ce17f669a6d1d8e60cb7c31267c9b7aee808d (diff)
Add OSX playlist iconset.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/dcpomatic2_playlist.Info.plist.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/platform/osx/dcpomatic2_playlist.Info.plist.in b/platform/osx/dcpomatic2_playlist.Info.plist.in
new file mode 100644
index 000000000..cf9f7d746
--- /dev/null
+++ b/platform/osx/dcpomatic2_playlist.Info.plist.in
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>dcpomatic2_playlist</string>
+ <key>CFBundleGetInfoString</key>
+ <string>DCP-o-matic 2 Playlist Editor</string>
+ <key>CFBundleIconFile</key>
+ <string>dcpomatic2_playlist.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.dcpomatic.playlist</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>DCP-o-matic 2 Playlist Editor</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersions</key>
+ <string>@VERSION@</string>
+ <key>CFBundleSignature</key>
+ <string>DOMC</string>
+ <key>CFBundleVersion</key>
+ <string>@VERSION@</string>
+ <key>CFBundleAllowMixedLocalizations</key>
+ <true/>
+ <key>LSUIElement</key>
+ <string>0</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>