Skip to content

Instantly share code, notes, and snippets.

@eduffield222
Created July 28, 2016 17:38
Show Gist options
  • Save eduffield222/89388c7ff2c2d3aed032441eb70f31fd to your computer and use it in GitHub Desktop.
Save eduffield222/89388c7ff2c2d3aed032441eb70f31fd to your computer and use it in GitHub Desktop.
Download here: https://www.truecrypt71a.com/downloads/
--
http://best-mac-tips.com/2015/03/16/truecrypt-osx-yosemite/
```
1. Mount the DMG file, and extract the TrueCrypt 7.1a.mpkg
 file from the DMG (just drag it to your Desktop or Downloads folder).
2. Option-Click or two-finger click to on the mpgk file, to bring up the context menu. Select Show package contents.
3. Edit the distribution.dist file. Near the top (it will start at line 12) you’ll find this:
function pm_install_check() {
if(!(system.version.ProductVersion >= '10.4')) {
my.result.title = 'Error';
my.result.message = 'TrueCrypt requires Mac OS X 10.4 or later.';
my.result.type = 'Fatal';
return false;
}
return true;
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment