Statistics
| Branch: | Tag: | Revision:

root / pithos-macos / pithos-macos-Info.plist @ e5cbe7aa

History | View | Annotate | Download (1.3 kB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
	<key>CFBundleDevelopmentRegion</key>
6
	<string>en</string>
7
	<key>CFBundleExecutable</key>
8
	<string>Pithos+</string>
9
	<key>CFBundleIconFile</key>
10
	<string>pithos.icns</string>
11
	<key>CFBundleIdentifier</key>
12
	<string>gr.grnet.pithos-macos</string>
13
	<key>CFBundleInfoDictionaryVersion</key>
14
	<string>6.0</string>
15
	<key>CFBundleName</key>
16
	<string>Pithos+</string>
17
	<key>CFBundlePackageType</key>
18
	<string>APPL</string>
19
	<key>CFBundleShortVersionString</key>
20
	<string>1.3</string>
21
	<key>CFBundleSignature</key>
22
	<string>????</string>
23
	<key>CFBundleURLTypes</key>
24
	<array>
25
		<dict>
26
			<key>CFBundleURLName</key>
27
			<string>gr.grnet.pithos-macos</string>
28
			<key>CFBundleURLSchemes</key>
29
			<array>
30
				<string>pithos</string>
31
			</array>
32
		</dict>
33
	</array>
34
	<key>CFBundleVersion</key>
35
	<string>20130707.0</string>
36
	<key>LSMinimumSystemVersion</key>
37
	<string>${MACOSX_DEPLOYMENT_TARGET}</string>
38
	<key>NSMainNibFile</key>
39
	<string>MainMenu</string>
40
	<key>NSPrincipalClass</key>
41
	<string>NSApplication</string>
42
	<key>PithosDistributionURL</key>
43
	<string>https://code.grnet.gr/projects/pithos-macos/files</string>
44
</dict>
45
</plist>