Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Info.plist.template « macos « contrib - github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a0e839a84313c944e9a212322282203d4fc39b3 (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?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>DOSBox Staging</string>

	<key>CFBundleExecutable</key>
	<string>dosbox</string>

	<key>CFBundleIconFile</key>
	<string>dosbox-staging.icns</string>
<!--
	<key>CFBundleIdentifier</key>
	<string>io.github.dosbox-staging</string>
-->
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>

	<key>CFBundleName</key>
	<string>DOSBox Staging</string>

	<key>CFBundlePackageType</key>
	<string>APPL</string>

	<key>CFBundleShortVersionString</key>
	<string>0.77.0</string>

	<key>CFBundleVersion</key>
	<string>%VERSION%</string>

	<key>NSHumanReadableCopyright</key>
	<string>Copyright 2021 The DOSBox Staging Team</string>

	<key>NSPrincipalClass</key>
	<string>NSApplication</string>

	<key>CGDisableCoalescedUpdates</key>
	<true/>

	<key>LSMinimumSystemVersionByArchitecture</key>
	<dict>
	<key>x86_64</key>
	<string>10.10.0</string>
	</dict>
</dict>
</plist>