diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-14 11:27:03 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-14 11:27:03 +1200 |
commit | 3cb7fdea950dd2d0377f0d9ad8a88fcb7c48b842 (patch) | |
tree | cedbfc08a6bf0bd8cb6ec6c8d8dd94a4e715439b /Build/Resources |
Diffstat (limited to 'Build/Resources')
-rw-r--r-- | Build/Resources/MacOSX/Info.plist.xml | 44 |
1 files changed, 44 insertions, 0 deletions
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 @@ +<?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.TrueCryptFoundation.TrueCrypt</string> + + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + + <key>CFBundleExecutable</key> + <string>TrueCrypt</string> + + <key>CFBundleIconFile</key> + <string>TrueCrypt.icns</string> + + <key>CFBundleName</key> + <string>TrueCrypt</string> + + <key>CFBundlePackageType</key> + <string>APPL</string> + + <key>CFBundleSignature</key> + <string>TRUE</string> + + <key>CFBundleVersion</key> + <string>0</string> + + <key>CFBundleShortVersionString</key> + <string>_VERSION_</string> + + <key>CFBundleLongVersionString</key> + <string>TrueCrypt _VERSION_</string> + + <key>LSRequiresCarbon</key> + <true/> + + <key>CSResourcesFileMapped</key> + <true/> +</dict> +</plist> |