Skip to content

Commit

Permalink
Pre-release updates for 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDonk committed Sep 29, 2018
1 parent 9ed1c79 commit 786fb35
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ build/
dist/
*.spec
*.pyc

*.exe
File renamed without changes.
15 changes: 7 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
macOS Unlocker for VMware V3.0
==============================
macOS Unlocker for VMware Workstation V3.0
==========================================

+-----------------------------------------------------------------------------+
| IMPORTANT: |
| ========== |
| |
| Always uninstall the previous version of the Unlocker before using a new |
| version. Failure to do this could render VMware unusable. |
| version. Failure to do this could render VMware unusable. |
| |
+-----------------------------------------------------------------------------+

1. Introduction
---------------

Unlocker 3 is designed for Workstation 11/12/14/15, Player 7/12/14/15,
and Fusion 7/8/10.
Unlocker 3 is designed for VMware Workstation 11-15 and Player 7-15.

If you are using an earlier product please continue using Unlocker 1.

Expand All @@ -36,7 +35,7 @@ You will have to manually mount the darwin.iso for example on Workstation 11 and
In all cases make sure VMware is not running, and any background guests have
been shutdown.

The code is written in Python as it makes the Unlocker easier to run and maintain on ESXi.
The code is written in Python.

2. Prerequisites
----------------
Expand Down Expand Up @@ -87,7 +86,7 @@ lnx-install.sh - patches VMware
lnx-uninstall.sh - restores VMware
lnx-update-tools.cmd - retrieves latest macOS guest tools

7. Thanks
6. Thanks
---------

Thanks to Zenith432 for originally building the C++ unlocker and Mac Son of Knife
Expand All @@ -100,7 +99,7 @@ modified the unlocker code to run on Python 3 in the ESXi 6.5 environment.

History
-------
10/10/17 2.1.0 - First release
27/09/18 3.0.0 - First release


(c) 2011-2018 Dave Parsons
2 changes: 1 addition & 1 deletion unlocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
The MIT License (MIT)
Copyright (c) 2014-2016 Dave Parsons & Sam Bingner
Copyright (c) 2014-2018 Dave Parsons & Sam Bingner
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
Expand Down

0 comments on commit 786fb35

Please sign in to comment.