Mykola Grymalyuk
|
a329e80082
|
patchsets: Implement new patch detection architecture
Greatly streamlines future patch set development
|
2024-09-01 21:00:05 -06:00 |
|
Mykola Grymalyuk
|
8a9db4c2a5
|
metallib_handler.py: Capture output
|
2024-08-30 14:49:09 -06:00 |
|
Mykola Grymalyuk
|
fccde7214b
|
GUI Installer: Support chainloading
|
2024-08-30 14:45:24 -06:00 |
|
Mykola Grymalyuk
|
4056224476
|
validation.py: Unmount on exit
|
2024-08-28 17:54:58 -06:00 |
|
Mykola Grymalyuk
|
5b55d17e42
|
validation.py: Supply extra parameter
|
2024-08-28 17:49:55 -06:00 |
|
Mykola Grymalyuk
|
669cc0ac5f
|
sys_patch.py: Save MetallibSupportPkg path to patchset file
|
2024-08-28 17:48:38 -06:00 |
|
Mykola Grymalyuk
|
9a3181d465
|
sys_patch.py: Remove redundant type check
|
2024-08-28 17:38:48 -06:00 |
|
Mykola Grymalyuk
|
b06feb9dbe
|
sys_patch.py: Add typing check
|
2024-08-28 16:22:16 -06:00 |
|
Mykola Grymalyuk
|
bd51332a17
|
sys_patch.py: Add backend for MetallibSupportPkg
|
2024-08-28 15:21:35 -06:00 |
|
Mykola Grymalyuk
|
bbdfb8158f
|
Merge branch 'main' into sequoia-development
|
2024-08-20 15:26:26 -06:00 |
|
Mykola Grymalyuk
|
be7493f74a
|
macOS Installer: Add handling for reqading Sequoia installer versions
|
2024-08-20 15:26:14 -06:00 |
|
Mykola Grymalyuk
|
5a57ee1cc9
|
Merge branch 'main' into sequoia-development
# Conflicts:
# opencore_legacy_patcher/sys_patch/sys_patch.py
|
2024-08-14 09:24:55 -06:00 |
|
Mykola Grymalyuk
|
35b365c8ca
|
Rework Kernel Cache management
|
2024-08-12 15:46:52 -06:00 |
|
Mykola Grymalyuk
|
d1e721d8d7
|
Merge branch 'main' into sequoia-development
|
2024-08-11 20:00:52 -06:00 |
|
Jazzzny
|
1a576c72a2
|
Provide additional resilience in USB detection code (#1144)
* Add fallback, don't bail out
* Part 2
* Part 3
* Fix import
* Move encoding
|
2024-08-09 18:13:53 -04:00 |
|
Mykola Grymalyuk
|
8c99335b83
|
Merge branch 'main' into sequoia-development
|
2024-08-01 12:45:22 -06:00 |
|
Mykola Grymalyuk
|
90092a296d
|
Implement getattrlist for improved CoW detection
|
2024-08-01 11:16:00 -06:00 |
|
Mykola Grymalyuk
|
260fcf4c93
|
Merge branch 'main' into sequoia-development
|
2024-07-25 12:21:32 -06:00 |
|
Mykola Grymalyuk
|
a074baa2e9
|
sys_patch: Remove unused bplist code
|
2024-07-25 12:19:28 -06:00 |
|
Mykola Grymalyuk
|
960090fd80
|
Merge branch 'main' into sequoia-development
|
2024-07-25 10:12:09 -06:00 |
|
Mykola Grymalyuk
|
8d88fbbfa4
|
Remove unused imports
|
2024-07-21 13:53:52 -06:00 |
|
Mykola Grymalyuk
|
0749d14e1c
|
Merge branch 'main' into sequoia-development
|
2024-07-21 12:18:01 -06:00 |
|
Mykola Grymalyuk
|
4583a743be
|
sucatalog: Publish initial version
|
2024-07-21 11:54:54 -06:00 |
|
Mykola Grymalyuk
|
b2c01da5b2
|
macos_installer_handler.py: List n-3 apps
Thanks @jazzzny for idea and implementation
|
2024-06-13 16:21:58 -06:00 |
|
Mykola Grymalyuk
|
fc650bfd97
|
macos_installer_handler.py: Add Sequoia support
|
2024-06-13 16:20:04 -06:00 |
|
Mykola Grymalyuk
|
ea12d44d68
|
OpenCanopy: Add Sequoia assets
|
2024-06-11 18:46:33 -06:00 |
|
Mykola Grymalyuk
|
991c059f30
|
Add base MacBookAir8,x support
|
2024-06-10 16:35:13 -06:00 |
|
Mykola Grymalyuk
|
40484a42dd
|
macos_installer_handler.py: Adjust os_override
|
2024-06-10 16:20:52 -06:00 |
|
Jazzzny
|
f9ecafb661
|
Replace hardcoded os_data.sonoma with max_os
|
2024-06-10 16:46:32 -04:00 |
|
Mykola Grymalyuk
|
074d56eed3
|
utilities.py: Use full binary path
|
2024-05-31 08:49:14 -06:00 |
|
Mykola Grymalyuk
|
c645f57572
|
Remove legacy _fix_file_permission()
Required for when OCLP would run as root
|
2024-05-27 17:15:00 -06:00 |
|
Mykola Grymalyuk
|
8fb2ee4b83
|
Remove stop gap “supports_privileged_helper()” code
Intended to handle transition better, now that it’s complete the code is no longer required
|
2024-05-27 17:11:28 -06:00 |
|
Mykola Grymalyuk
|
b0def277ea
|
updates.py: Add support for PKG updates
|
2024-05-27 11:29:04 -06:00 |
|
Mykola Grymalyuk
|
984eb67596
|
macos_installer_handler.py: Add support for Privileged Helper
|
2024-05-20 18:52:49 -06:00 |
|
Mykola Grymalyuk
|
abb18a5ad2
|
subprocess_wrapper.py: Add unified error handling
Additionally adds backend support for Privileged Helper Tool
|
2024-05-10 16:06:16 -06:00 |
|
Mykola Grymalyuk
|
c456274446
|
kdk_handler.py: Enforce full pathing for subprocess
|
2024-05-10 14:04:51 -06:00 |
|
Mykola Grymalyuk
|
4e8805ddd7
|
macos_install_handler.py: Add macOS 15 variant support to backend
|
2024-05-10 08:47:22 -06:00 |
|
Mykola Grymalyuk
|
ddb71e6776
|
macos_installer_handler.py: Add signature check
|
2024-04-30 16:58:40 -06:00 |
|
Mykola Grymalyuk
|
c19c6aa575
|
Adjust type hinting
|
2024-04-01 19:50:28 -06:00 |
|
Mykola Grymalyuk
|
83fec2952e
|
Move utilities directory to support
|
2024-04-01 11:15:34 -06:00 |
|