Statistics
| Revision:

root / trunk / install / instalador-gvSIG-mac / actualizador.app / Contents / Info.plist @ 11445

History | View | Annotate | Download (1.25 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
	<key>CFBundleAllowMixedLocalizations</key>
6
	<true/>
7
	<key>CFBundleDevelopmentRegion</key>
8
	<string>English</string>
9
	<key>CFBundleDocumentTypes</key>
10
	<array>
11
		<dict>
12
			<key>CFBundleTypeExtensions</key>
13
			<array>
14
				<string>app</string>
15
			</array>
16
			<key>CFBundleTypeOSTypes</key>
17
			<array>
18
				<string>APPL</string>
19
			</array>
20
			<key>CFBundleTypeRole</key>
21
			<string>Viewer</string>
22
		</dict>
23
	</array>
24
	<key>CFBundleExecutable</key>
25
	<string>droplet</string>
26
	<key>CFBundleIconFile</key>
27
	<string>gvSIG updater</string>
28
	<key>CFBundleInfoDictionaryVersion</key>
29
	<string>6.0</string>
30
	<key>CFBundleName</key>
31
	<string>actualizador gvSIG</string>
32
	<key>CFBundlePackageType</key>
33
	<string>APPL</string>
34
	<key>CFBundleSignature</key>
35
	<string>dplt</string>
36
	<key>LSRequiresCarbon</key>
37
	<true/>
38
	<key>WindowState</key>
39
	<dict>
40
		<key>name</key>
41
		<string>ScriptWindowState</string>
42
		<key>positionOfDivider</key>
43
		<real>521</real>
44
		<key>savedFrame</key>
45
		<string>60 32 787 714 0 0 1024 746 </string>
46
		<key>selectedTabView</key>
47
		<string>event log</string>
48
	</dict>
49
</dict>
50
</plist>