|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | | - <dict> |
5 | | - <key>CFBundleInfoDictionaryVersion</key> |
6 | | - <string>6.0</string> |
| 4 | + <dict> |
| 5 | + <key>CFBundleInfoDictionaryVersion</key> |
| 6 | + <string>6.0</string> |
7 | 7 |
|
8 | | - <key>CFBundleIdentifier</key> |
9 | | - <string>de.openindex.support.customer.default</string> |
| 8 | + <key>CFBundleIdentifier</key> |
| 9 | + <string>de.openindex.support.customer.default</string> |
10 | 10 |
|
11 | | - <key>CFBundleName</key> |
12 | | - <string>CustomerSupport</string> |
| 11 | + <key>CFBundleName</key> |
| 12 | + <string>CustomerSupport</string> |
13 | 13 |
|
14 | | - <key>CFBundleDisplayName</key> |
15 | | - <string>CustomerSupportTool</string> |
| 14 | + <key>CFBundleDisplayName</key> |
| 15 | + <string>CustomerSupportTool</string> |
16 | 16 |
|
17 | | - <key>CFBundleVersion</key> |
18 | | - <string>{VERSION}</string> |
| 17 | + <key>CFBundleVersion</key> |
| 18 | + <string>{VERSION}</string> |
19 | 19 |
|
20 | | - <key>CFBundlePackageType</key> |
21 | | - <string>APPL</string> |
| 20 | + <key>CFBundlePackageType</key> |
| 21 | + <string>APPL</string> |
22 | 22 |
|
23 | | - <key>CFBundleExecutable</key> |
24 | | - <string>Start.sh</string> |
| 23 | + <key>CFBundleExecutable</key> |
| 24 | + <string>JavaMacLauncher</string> |
25 | 25 |
|
26 | | - <key>CFBundleIconFile</key> |
27 | | - <string>share/icon.icns</string> |
| 26 | + <key>CFBundleIconFile</key> |
| 27 | + <string>share/icon.icns</string> |
28 | 28 |
|
29 | | - <key>CFBundleDevelopmentRegion</key> |
30 | | - <string>en-US</string> |
| 29 | + <key>CFBundleDevelopmentRegion</key> |
| 30 | + <string>en-US</string> |
31 | 31 |
|
32 | | - <key>LSApplicationCategoryType</key> |
33 | | - <string>public.app-category.utilities</string> |
| 32 | + <key>LSApplicationCategoryType</key> |
| 33 | + <string>public.app-category.utilities</string> |
34 | 34 |
|
35 | | - <key>LSMinimumSystemVersion</key> |
36 | | - <string>10.9</string> |
| 35 | + <key>LSMinimumSystemVersion</key> |
| 36 | + <string>10.9</string> |
37 | 37 |
|
38 | | - <key>NSHumanReadableCopyright</key> |
39 | | - <string>©2015-2021 OpenIndex.de</string> |
| 38 | + <key>NSHumanReadableCopyright</key> |
| 39 | + <string>©2015-2021 OpenIndex.de</string> |
40 | 40 |
|
41 | | - <key>NSHighResolutionCapable</key> |
42 | | - <true/> |
43 | | - </dict> |
| 41 | + <key>NSHighResolutionCapable</key> |
| 42 | + <true/> |
| 43 | + |
| 44 | + <key>JavaMacLauncher</key> |
| 45 | + <dict> |
| 46 | + <key>JavaHome</key> |
| 47 | + <string>Contents/Resources</string> |
| 48 | + <key>JavaCommand</key> |
| 49 | + <string>Contents/Resources/bin/java</string> |
| 50 | + <key>JavaOptions</key> |
| 51 | + <array> |
| 52 | + <string>-Dfile.encoding=UTF-8</string> |
| 53 | + </array> |
| 54 | + <key>JavaModulePath</key> |
| 55 | + <array> |
| 56 | + <string>Contents/Resources/modules</string> |
| 57 | + </array> |
| 58 | + <key>ApplicationCommand</key> |
| 59 | + <string>-m de.openindex.support.customer/de.openindex.support.customer.CustomerApplication</string> |
| 60 | + <key>HeapMinimum</key> |
| 61 | + <string>32m</string> |
| 62 | + <key>HeapMaximum</key> |
| 63 | + <string>512m</string> |
| 64 | + <key>DockName</key> |
| 65 | + <dict> |
| 66 | + <key>default</key> |
| 67 | + <string>Customer Support</string> |
| 68 | + <key>de</key> |
| 69 | + <string>Kunden Support</string> |
| 70 | + </dict> |
| 71 | + <key>DockIcon</key> |
| 72 | + <string>Contents/Resources/share/icon.icns</string> |
| 73 | + <key>UseScreenMenuBar</key> |
| 74 | + <true/> |
| 75 | + <key>LaunchInForeground</key> |
| 76 | + <true/> |
| 77 | + </dict> |
| 78 | + </dict> |
44 | 79 | </plist> |
0 commit comments