Info.plist 2.75 KB
Newer Older
Claudio Valerio's avatar
Claudio Valerio committed
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 51
<?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>CFBundleDocumentTypes</key>
		<array>
			<dict>
				<key>CFBundleTypeIconFile</key>
				<string>ubz.icns</string>
				<key>CFBundleTypeName</key>
				<string>com.mnemis.uniboard.document</string>
				<key>CFBundleTypeRole</key>
				<string>Editor</string>
				<key>LSHandlerRank</key>
				<string>Owner</string>
				<key>LSItemContentTypes</key>
				<array>
					<string>com.mnemis.uniboard.document</string>
				</array>
			</dict>
			<dict>
				<key>CFBundleTypeName</key>
				<string>com.adobe.pdf</string>
				<key>CFBundleTypeRole</key>
				<string>Viewer</string>
				<key>LSHandlerRank</key>
				<string>Alternate</string>
				<key>LSItemContentTypes</key>
				<array>
					<string>com.adobe.pdf</string>
				</array>
			</dict>
			<dict>
				<key>CFBundleTypeName</key>
				<string>PowerPoint document</string>
				<key>CFBundleTypeRole</key>
				<string>Viewer</string>
				<key>LSHandlerRank</key>
				<string>Alternate</string>
				<key>LSItemContentTypes</key>
				<array>
					<string>com.microsoft.powerpoint.ppt</string>
					<string>com.microsoft.powerpoint.openxml.presentation</string>
					<string>com.microsoft.powerpoint.openxml.presentation.macro-enabled</string>
					<string>com.microsoft.powerpoint.pps</string>
					<string>com.microsoft.powerpoint.openxml.slideshow</string>
					<string>com.microsoft.powerpoint.openxml.slideshow.macro-enabled</string>
				</array>
			</dict>
		</array>
		<key>CFBundleExecutable</key>
Claudio Valerio's avatar
Claudio Valerio committed
52
		<string>Open-Sankore</string>
Claudio Valerio's avatar
Claudio Valerio committed
53
		<key>CFBundleGetInfoString</key>
Claudio Valerio's avatar
Claudio Valerio committed
54
		<string>Open-Sankore @SHORT_VERSION@</string>
Claudio Valerio's avatar
Claudio Valerio committed
55 56 57
		<key>CFBundleIconFile</key>
		<string>Uniboard.icns</string>
		<key>CFBundleIdentifier</key>
58
		<string>org.eduxia.open-sankore</string>
Claudio Valerio's avatar
Claudio Valerio committed
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
		<key>CFBundlePackageType</key>
		<string>APPL</string>
		<key>CFBundleShortVersionString</key>
		<string>5.0.0 (rDEVELOPMENT)</string>
		<key>CFBundleSignature</key>
		<string>UniB</string>
		<key>CFBundleVersion</key>
		<string>0</string>
		<key>SUPublicDSAKeyFile</key>
		<string>sparkle_public_key.pem</string>
		<key>UTExportedTypeDeclarations</key>
		<array>
			<dict>
				<key>UTTypeIdentifier</key>
				<string>com.mnemis.uniboard.document</string>
				<key>UTTypeDescription</key>
Claudio Valerio's avatar
Claudio Valerio committed
75
				<string>Open-Sankore document</string>
Claudio Valerio's avatar
Claudio Valerio committed
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
				<key>UTTypeConformsTo</key>
				<array>
					<string>public.presentation</string>
					<string>public.zip-archive</string>
				</array>
				<key>UTTypeTagSpecification</key>
				<dict>
					<key>com.apple.ostype</key>
					<string>UBdz</string>
					<key>public.filename-extension</key>
					<array>
						<string>ubz</string>
					</array>
				</dict>
			</dict>
		</array>
	</dict>
</plist>