Py2/py3 script that can download macOS components direct from Apple
Find a file
Christian Clauss 49e07bcb2f
xrange() was removed from Python on 1/1/2020
Also simplify by defining basestring and unicode in Python 3

Python porting best practice [___use feature detection instead of version detection___](https://docs.python.org/3/howto/pyporting.html#use-feature-detection-instead-of-version-detection).

Bare exceptions: https://realpython.com/the-most-diabolical-python-antipattern

__basestring__ and __unicode__ was removed in Python 3 because all str are Unicode utf-8.
2020-04-13 10:44:05 +02:00
Scripts xrange() was removed from Python on 1/1/2020 2020-04-13 10:44:05 +02:00
.gitignore Update .gitignore 2018-12-07 13:34:31 -06:00
BuildmacOSInstallApp.command Add patches for InstallInfo.plist 2019-10-07 15:29:01 -05:00
gibMacOS.bat Update gibMacOS.bat 2020-04-01 19:40:50 -05:00
gibMacOS.command Add option to only print urls 2020-03-17 13:19:24 -05:00
LICENSE Initial commit 2018-09-25 23:16:01 -05:00
MakeInstall.bat Update MakeInstall.bat 2020-04-01 19:40:33 -05:00
MakeInstall.py Update diskpart script per issue 83 2020-04-01 15:44:21 -05:00
Readme.md Update Readme.md 2019-10-07 14:56:57 -05:00

Py2/py3 script that can download macOS components direct from Apple

Can also now build Internet Recovery USB installers from Windows using dd and 7zip.

Thanks to: