VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Tests.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-08-13 14:52:52 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-08-13 15:20:07 +0200
commit17af27bc7fa82030084c3c3065f9516bfb88a899 (patch)
treeb09132ba99f571f93a1732bab31d7b759091670b /src/Common/Tests.h
parent68fe28af429bcea4996e1fd57b8c4159ec076290 (diff)
downloadVeraCrypt-17af27bc7fa82030084c3c3065f9516bfb88a899.tar.gz
VeraCrypt-17af27bc7fa82030084c3c3065f9516bfb88a899.zip
Windows: code enhancements for language selection mechanism in the installer.
Diffstat (limited to 'src/Common/Tests.h')
0 files changed, 0 insertions, 0 deletions
d='n98' href='#n98'>98 99 100 101 102 103 104 105 106
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>

	<key>CFBundleIdentifier</key>
	<string>org.idrix.VeraCrypt</string>
	
 	<key>UTExportedTypeDeclarations</key>
    <array>
    	<dict>
			<key>UTTypeIdentifier</key>
			<string>org.idrix.veracrypt.hc</string>
            
            <key>UTTypeDescription</key>
            <string>VeraCrypt Container File</string>
            
            <key>UTTypeConformsTo</key>
            <array>
            	<string>public.data</string>
        	</array>
                
            <key>UTTypeTagSpecification</key>
            <dict>
                <key>public.filename-extension</key>
                <array>
                    <string>hc</string>
                    <string>tc</string>
                </array>
                    
                <key>public.mime-type</key>
                <string>application/veracrypt</string>
            </dict>
            </dict>
        </array>

	<key>CFBundleDocumentTypes</key>
	<array>
    	<dict>
     	   <key>CFBundleTypeIconFile</key>
     	   <string>VeraCrypt_Volume.icns</string>
    	    <key>CFBundleTypeName</key>
        	<string>VeraCrypt Container File</string>
	        <key>CFBundleTypeRole</key>
    	    <string>Viewer</string>
        	<key>LSHandlerRank</key>
        	<string>Owner</string>
        	<key>LSItemContentTypes</key>
        	<array>
            	<!-- my app supports files with my custom extension (see UTExportedTypeDeclarations) -->
            	<string>org.idrix.veracrypt.hc</string>
        	</array>
    	</dict>
	</array>

	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>

	<key>CFBundleExecutable</key>
	<string>VeraCrypt</string>

	<key>CFBundleIconFile</key>
	<string>VeraCrypt.icns</string>

	<key>CFBundleName</key>
	<string>VeraCrypt</string>

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

	<key>CFBundleSignature</key>
	<string>TRUE</string>

	<key>CFBundleVersion</key>
	<string>_VERSION_</string>

	<key>CFBundleShortVersionString</key>
	<string>_VERSION_</string>

	<key>CFBundleLongVersionString</key>
	<string>VeraCrypt _VERSION_</string>

	<key>LSArchitecturePriority</key>
	<array>
		<string>x86_64</string>
		<string>i386</string>
	</array>

	<key>LSMinimumSystemVersion</key>
	<string>10.7.0</string>

	<key>LSRequiresCarbon</key>
	<false/>

	<key>CSResourcesFileMapped</key>
	<true/>

    <key>NSHighResolutionCapable</key>
    <true/>

    <key>NSPrincipalClass</key>
    <string>NSApplication</string>
</dict>
</plist>