Commit Graph

220 Commits

Author SHA1 Message Date
CorpNewt 9bb16b1e1c
Compare downloaded size to Content-Length if available 2023-12-08 02:49:49 -06:00
CorpNewt ce2ef58bb5
Update gibMacOS.py 2023-12-06 05:05:51 -06:00
CorpNewt 3efa81185a
Correct window resizing and remove extra newline 2023-11-22 09:29:54 -06:00
CorpNewt 18f073a08a
Merge pull request #286 from jirutka/build-option
Allow to search product by build and Device ID, add non-interactive mode and support for printing metadata in JSON
2023-11-22 09:25:10 -06:00
Jakub Jirutka 880d7f6319 Allow to override download (output) directory using --download-dir 2023-11-22 01:34:24 +01:00
Jakub Jirutka f2aa823496 Fix shebang to python3
Python 2 is dead and the "python" command with it. macOS doesn't ship
Python 2 anymore and doesn't provide "python" even as a symlink.
2023-11-22 01:26:31 +01:00
Jakub Jirutka 11bfad8304 Add support for printing product metadata in JSON 2023-11-22 01:26:31 +01:00
Jakub Jirutka 36e51f43f7 Log to stderr when running in non-interactive mode
So we can use stdout for data, e.g. printing product metadata in JSON.
2023-11-22 01:26:31 +01:00
Jakub Jirutka dfc6e2feb8 Deduplicate printing empty line after head 2023-11-22 01:26:30 +01:00
Jakub Jirutka 1e82ba0813 Add support for running in non-interactive mode
- Exits with non-zero exit status on errors.
- Does not hang on prompts.
- Just prints text without fancy terminal stuff.
2023-11-22 01:25:57 +01:00
Jakub Jirutka a93490cf99 Allow to filter products by Device ID using --device-id option
This allows to easily filter only builds supporting x86_64.
2023-11-22 01:25:56 +01:00
Jakub Jirutka 9018aa6e5b Allow to filter versions by build number using --build option 2023-11-22 01:25:31 +01:00
CorpNewt 62860db43b
Allow for RecoveryImage.dmg in addition to BaseSystem.dmg 2023-11-04 13:59:00 -05:00
CorpNewt e8a8f8e20a
Better handling of DUET files 2023-10-29 00:24:46 -05:00
CorpNewt 1c4676d925
Bug fixes, add F option to continue without formatting target disk 2023-10-23 15:21:06 -05:00
CorpNewt bdd4029907
Use Dids' Clover builds if r <= 5122, clarify main menu example 2023-10-23 14:32:21 -05:00
CorpNewt 8f8cf2ff75
Update Clover approaches, allow local archives via L option 2023-10-21 19:53:46 -05:00
CorpNewt 1ef6a579e4
More WMIC and PowerShell fun
If we have a valid WMIC path, first try using it to gather information - if we don't get any disks that way, or we don't have a valid WMIC path, fall back on PowerShell.  This should hopefully fix the Windows 11 issues.
2023-05-25 07:49:34 -05:00
CorpNewt 054fa19306
Try WMIC first, fall back on PowerShell 2023-05-24 19:17:21 -05:00
CorpNewt 8af81d2aee
Merge pull request #274 from Florin9doi/lines
Fix the empty lines
2023-05-01 07:51:06 -05:00
Florin9doi cc3aeae8d1 Fix the empty lines 2023-05-01 13:07:57 +03:00
CorpNewt f0461cbaab Update plist.py from pymodules 2022-10-15 15:25:16 -05:00
CorpNewt afef3f3139 Update plist.py from pymodules 2022-09-20 18:51:38 -05:00
CorpNewt 3e49ef255a
Add support for BaseSystem.dmg - default to OC 2022-08-05 00:32:28 -05:00
CorpNewt b4f353ebf0
Fix typo
Fixed "Only Print URLs" in main menu reflecting the "Toggle Recovery-Only" setting incorrectly.
2022-08-05 00:28:55 -05:00
CorpNewt cda92d5e4b
Update Readme.md 2022-07-15 13:59:10 -05:00
CorpNewt 57e9d490da
Save user preferences and improve output 2022-07-15 13:55:02 -05:00
CorpNewt 602a1e5d78
Add build number to output folder 2022-07-14 09:16:05 -05:00
CorpNewt 46a95c2b3e
Fix some macOS version detection issues 2022-07-06 20:59:20 -05:00
CorpNewt 9fdcb26ebf
Code cleanup and fixes 2022-05-30 15:14:10 -05:00
CorpNewt 4cfdc2794a
Code cleanup and fixes 2022-05-30 15:13:59 -05:00
CorpNewt 7022e032d1
Fix detection typo 2022-05-10 16:36:54 -05:00
CorpNewt db48ca59bf
Fix detection typo 2022-05-10 16:36:44 -05:00
CorpNewt a1b4733f1b
Check for python3 stub on 10.15+ 2022-05-10 16:34:17 -05:00
CorpNewt eeeee0184d
Check for python3 stub on 10.15+ 2022-05-10 16:34:02 -05:00
CorpNewt 8a8e918e3d Update downloader.py from pymodules 2022-04-02 09:50:55 -05:00
CorpNewt fd1c06faf1
Fix padding on macOS 2022-04-02 09:47:33 -05:00
CorpNewt cd1a2cd866
Update resizing code for Windows 2022-04-02 09:42:22 -05:00
CorpNewt 8f5fac9275
Update Max OS and url building code 2022-02-24 05:58:20 -06:00
CorpNewt 74f2ea9a61 Add bash starter to accommodate macOS 12.3 dropping python by default 2022-02-06 11:19:28 -06:00
CorpNewt 451d188163
Rename gibMacOS.command to gibMacOS.py 2022-02-06 11:18:38 -06:00
CorpNewt 8342df2ebc
Rename BuildmacOSInstallApp.command to BuildmacOSInstallApp.py 2022-02-06 11:18:26 -06:00
CorpNewt 9a683e716f
Fix UAC elevation issues with space in path 2020-12-29 12:03:55 -06:00
CorpNewt c73042f475
Update gibMacOS.bat 2020-12-29 05:19:49 -06:00
CorpNewt cca121bbaa
Update MakeInstall.bat 2020-12-29 05:19:32 -06:00
CorpNewt a7b5495417 Update plist.py from pymodules 2020-10-16 11:01:55 -05:00
CorpNewt 4083ca2078
Update MakeInstall.py 2020-10-05 13:23:26 -05:00
CorpNewt 3d87cf189e Update downloader.py from pymodules 2020-10-04 18:21:10 -05:00
CorpNewt 620061df63 Update plist.py, downloader.py from pymodules 2020-10-04 17:33:54 -05:00
CorpNewt 17ccaf862e
Merge pull request #171 from dhinakg/patch-3
Fix gzipped results
2020-10-01 14:36:20 -05:00