VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Setup.vcxproj
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2023-09-11 00:03:28 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2023-09-11 00:03:28 +0200
commitd2f2defca9eac0d7f779296bf52f36b161fc6b31 (patch)
tree37146ca9339171563af3916e5d571c55e8812f42 /src/Setup/Setup.vcxproj
parentaa311a6fad13357772c6e3c85a4bfe393df9382e (diff)
downloadVeraCrypt-d2f2defca9eac0d7f779296bf52f36b161fc6b31.tar.gz
VeraCrypt-d2f2defca9eac0d7f779296bf52f36b161fc6b31.zip
Windows: replace CoInitialize calls with CoInitializeEx
Diffstat (limited to 'src/Setup/Setup.vcxproj')
0 files changed, 0 insertions, 0 deletions
1'>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.3</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>