VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Boot/Windows/BootDiskIo.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Remove trailing whitespaceDavid Foerster1-6/+6
2016-05-10Normalize all line terminatorsDavid Foerster1-491/+491
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 an...Mounir IDRASSI1-5/+9
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+487
'n62' href='#n62'>62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 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>1.26.5</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>