Statistics
| Branch: | Tag: | Revision:

root / OpenStack-Info.plist @ 4ab364e1

History | View | Annotate | Download (2.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>English</string>
7
	<key>CFBundleDisplayName</key>
8
	<string>${PRODUCT_NAME}</string>
9
	<key>CFBundleDocumentTypes</key>
10
	<array/>
11
	<key>CFBundleExecutable</key>
12
	<string>${EXECUTABLE_NAME}</string>
13
	<key>CFBundleIconFile</key>
14
	<string>pithos_icon.png</string>
15
	<key>CFBundleIconFiles</key>
16
	<array>
17
		<string>pithos_icon.png</string>
18
		<string>pithos_icon@2x.png</string>
19
		<string>pithos_icon_iPad.png</string>
20
		<string>pithos_icon_iPad@2x.png</string>
21
	</array>
22
	<key>CFBundleIcons</key>
23
	<dict>
24
		<key>CFBundlePrimaryIcon</key>
25
		<dict>
26
			<key>CFBundleIconFiles</key>
27
			<array>
28
				<string>pithos_icon.png</string>
29
				<string>pithos_icon@2x.png</string>
30
				<string>pithos_icon_iPad.png</string>
31
				<string>pithos_icon_iPad@2x.png</string>
32
			</array>
33
			<key>UIPrerenderedIcon</key>
34
			<false/>
35
		</dict>
36
	</dict>
37
	<key>CFBundleIdentifier</key>
38
	<string>gr.grnet.pithosplus</string>
39
	<key>CFBundleInfoDictionaryVersion</key>
40
	<string>6.0</string>
41
	<key>CFBundleName</key>
42
	<string>${PRODUCT_NAME}</string>
43
	<key>CFBundlePackageType</key>
44
	<string>APPL</string>
45
	<key>CFBundleShortVersionString</key>
46
	<string>1.0.3</string>
47
	<key>CFBundleSignature</key>
48
	<string>????</string>
49
	<key>CFBundleURLTypes</key>
50
	<array>
51
		<dict>
52
			<key>CFBundleURLName</key>
53
			<string>gr.grnet.pithosplus</string>
54
			<key>CFBundleURLSchemes</key>
55
			<array>
56
				<string>pithos</string>
57
			</array>
58
		</dict>
59
	</array>
60
	<key>CFBundleVersion</key>
61
	<string>20120423.0</string>
62
	<key>LSRequiresIPhoneOS</key>
63
	<true/>
64
	<key>NSMainNibFile</key>
65
	<string>MainWindow</string>
66
	<key>NSMainNibFile~ipad</key>
67
	<string>MainWindow-iPad</string>
68
	<key>UIApplicationExitsOnSuspend</key>
69
	<false/>
70
	<key>UIFileSharingEnabled</key>
71
	<true/>
72
	<key>UISupportedInterfaceOrientations~ipad</key>
73
	<array>
74
		<string>UIInterfaceOrientationPortrait</string>
75
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
76
		<string>UIInterfaceOrientationLandscapeLeft</string>
77
		<string>UIInterfaceOrientationLandscapeRight</string>
78
	</array>
79
	<key>UTExportedTypeDeclarations</key>
80
	<array/>
81
	<key>UTImportedTypeDeclarations</key>
82
	<array/>
83
</dict>
84
</plist>