-
Notifications
You must be signed in to change notification settings - Fork 1
/
info_plist.xml
32 lines (27 loc) · 950 Bytes
/
info_plist.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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>NSHumanReadableCopyright</key>
<string>© 2017, 2018 University of Sussex</string>
<key>CFBundleDisplayName</key>
<string>%BUNDLE_FRIENDLY_NAME%</string>
<key>CFBundleExecutable</key>
<string>%BUNDLE_EXECUTABLE%</string>
<key>CFBundleIdentifier</key>
<string>%BUNDLE_KEY%</string>
<key>CFBundleIconFile</key>
<string>%ICONFILE%</string>
<key>CFBundleShortVersionString</key>
<string>%SHORTVERSION%</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>%TYPE%</string>
<!--
This is needed to get decent looking widgets with Qt, see SO #26196038
-->
<key>NSHighResolutionCapable</key>
<string>True</string>
</dict>
</plist>