Skip to content

Commit 786fb35

Browse files
committed
Pre-release updates for 3.0.0.
1 parent 9ed1c79 commit 786fb35

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ build/
77
dist/
88
*.spec
99
*.pyc
10-
10+
*.exe

license.txt LICENSE

File renamed without changes.

readme.txt

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
macOS Unlocker for VMware V3.0
2-
==============================
1+
macOS Unlocker for VMware Workstation V3.0
2+
==========================================
33

44
+-----------------------------------------------------------------------------+
55
| IMPORTANT: |
66
| ========== |
77
| |
88
| Always uninstall the previous version of the Unlocker before using a new |
9-
| version. Failure to do this could render VMware unusable. |
9+
| version. Failure to do this could render VMware unusable. |
1010
| |
1111
+-----------------------------------------------------------------------------+
1212

1313
1. Introduction
1414
---------------
1515

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

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

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

39-
The code is written in Python as it makes the Unlocker easier to run and maintain on ESXi.
38+
The code is written in Python.
4039

4140
2. Prerequisites
4241
----------------
@@ -87,7 +86,7 @@ lnx-install.sh - patches VMware
8786
lnx-uninstall.sh - restores VMware
8887
lnx-update-tools.cmd - retrieves latest macOS guest tools
8988

90-
7. Thanks
89+
6. Thanks
9190
---------
9291

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

101100
History
102101
-------
103-
10/10/17 2.1.0 - First release
102+
27/09/18 3.0.0 - First release
104103

105104

106105
(c) 2011-2018 Dave Parsons

unlocker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
The MIT License (MIT)
44
5-
Copyright (c) 2014-2016 Dave Parsons & Sam Bingner
5+
Copyright (c) 2014-2018 Dave Parsons & Sam Bingner
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the 'Software'), to deal

0 commit comments

Comments
 (0)