From 3cb7fdea950dd2d0377f0d9ad8a88fcb7c48b842 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 14 Jul 2021 11:27:03 +1200 Subject: Initial mirror commit --- Build/Resources/MacOSX/Info.plist.xml | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Build/Resources/MacOSX/Info.plist.xml (limited to 'Build/Resources/MacOSX/Info.plist.xml') diff --git a/Build/Resources/MacOSX/Info.plist.xml b/Build/Resources/MacOSX/Info.plist.xml new file mode 100644 index 0000000..29e114f --- /dev/null +++ b/Build/Resources/MacOSX/Info.plist.xml @@ -0,0 +1,44 @@ + + + + + CFBundleInfoDictionaryVersion + 6.0 + + CFBundleIdentifier + org.TrueCryptFoundation.TrueCrypt + + CFBundleDevelopmentRegion + English + + CFBundleExecutable + TrueCrypt + + CFBundleIconFile + TrueCrypt.icns + + CFBundleName + TrueCrypt + + CFBundlePackageType + APPL + + CFBundleSignature + TRUE + + CFBundleVersion + 0 + + CFBundleShortVersionString + _VERSION_ + + CFBundleLongVersionString + TrueCrypt _VERSION_ + + LSRequiresCarbon + + + CSResourcesFileMapped + + + -- cgit