mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-18 21:30:00 +10:00
Merge branch 'main' into wxPython-demo
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
|
||||||
from resources import main
|
from resources import main
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
@@ -40,5 +40,5 @@ app = BUNDLE(exe,
|
|||||||
info_plist={
|
info_plist={
|
||||||
"CFBundleShortVersionString": constants.Constants().patcher_version,
|
"CFBundleShortVersionString": constants.Constants().patcher_version,
|
||||||
"CFBundleExecutable": "MacOS/Launcher",
|
"CFBundleExecutable": "MacOS/Launcher",
|
||||||
"NSHumanReadableCopyright": "Copyright 2020-2021 Dortania"
|
"NSHumanReadableCopyright": "Copyright 2020-2022 Dortania"
|
||||||
})
|
})
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# Lists all models and required patches
|
# Lists all models and required patches
|
||||||
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
|
||||||
SupportedSMBIOS = [
|
SupportedSMBIOS = [
|
||||||
# MacBook
|
# MacBook
|
||||||
"MacBook4,1",
|
"MacBook4,1",
|
||||||
|
|||||||
+1
-1
@@ -20,4 +20,4 @@ This patcher is made of multiple external applications from different people and
|
|||||||
* [VMM Patch Set](https://github.com/dortania/OpenCore-Legacy-Patcher/blob/4a8f61a01da72b38a4b2250386cc4b497a31a839/payloads/Config/config.plist#L1222-L1281) - parrotgeek1
|
* [VMM Patch Set](https://github.com/dortania/OpenCore-Legacy-Patcher/blob/4a8f61a01da72b38a4b2250386cc4b497a31a839/payloads/Config/config.plist#L1222-L1281) - parrotgeek1
|
||||||
* Apple Binaries - Apple Inc.
|
* Apple Binaries - Apple Inc.
|
||||||
|
|
||||||
Remaining files within OpenCore Legacy Patcher are copyrighted 2020-2021 Mykola Grymalyuk & Dhinak G. For integration into other projects, please request written permission.
|
Remaining files within OpenCore Legacy Patcher are copyrighted 2020-2022 Mykola Grymalyuk & Dhinak G. For integration into other projects, please request written permission.
|
||||||
|
|||||||
+1
-1
@@ -16,5 +16,5 @@ features:
|
|||||||
details: Install updates the moment they come out just like on a supported Mac, and no more 12GB+ updates.
|
details: Install updates the moment they come out just like on a supported Mac, and no more 12GB+ updates.
|
||||||
- title: Zero firmware patching
|
- title: Zero firmware patching
|
||||||
details: No need to patch APFS ROM support, all protocol upgrades are done in memory and never permanent.
|
details: No need to patch APFS ROM support, all protocol upgrades are done in memory and never permanent.
|
||||||
footer: Copyright © Dortania 2020-2021
|
footer: Copyright © Dortania 2020-2022
|
||||||
---
|
---
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# Updates build version in OCLP-GUI during CI builds
|
# Updates build version in OCLP-GUI during CI builds
|
||||||
# Copyright (C) 2021 Mykola Grymalyuk
|
# Copyright (C) 2021-2022 Mykola Grymalyuk
|
||||||
import plistlib
|
import plistlib
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from resources import constants
|
from resources import constants
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>AppleGraphicsDevicePolicy</string>
|
<string>AppleGraphicsDevicePolicy</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>6.2.9, Copyright 2008-2021 Apple Inc. All rights reserved.</string>
|
<string>6.2.9, Copyright 2008-2022 Apple Inc. All rights reserved.</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.apple.driver.AppleGraphicsDevicePolicy</string>
|
<string>com.apple.driver.AppleGraphicsDevicePolicy</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>11.3</string>
|
<string>11.3</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>6.2.9, Copyright © 2008-2021 Apple Inc. All rights reserved.</string>
|
<string>6.2.9, Copyright © 2008-2022 Apple Inc. All rights reserved.</string>
|
||||||
<key>OSBundleLibraries</key>
|
<key>OSBundleLibraries</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.AppleGraphicsDeviceControl</key>
|
<key>com.apple.AppleGraphicsDeviceControl</key>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>AppleMuxControl</string>
|
<string>AppleMuxControl</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>6.2.9, Copyright 2008-2021 Apple Inc. All rights reserved.</string>
|
<string>6.2.9, Copyright 2008-2022 Apple Inc. All rights reserved.</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.apple.driver.AppleMuxControl</string>
|
<string>com.apple.driver.AppleMuxControl</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
@@ -390,7 +390,7 @@
|
|||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>11.3</string>
|
<string>11.3</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>6.2.9, Copyright © 2008-2021 Apple Inc. All rights reserved.</string>
|
<string>6.2.9, Copyright © 2008-2022 Apple Inc. All rights reserved.</string>
|
||||||
<key>OSBundleLibraries</key>
|
<key>OSBundleLibraries</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.AppleGraphicsDeviceControl</key>
|
<key>com.apple.AppleGraphicsDeviceControl</key>
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# Commands for building the EFI and SMBIOS
|
# Commands for building the EFI and SMBIOS
|
||||||
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import binascii
|
import binascii
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Handle misc CLI menu options
|
# Handle misc CLI menu options
|
||||||
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# pylint: disable=multiple-statements
|
# pylint: disable=multiple-statements
|
||||||
# Define Files
|
# Define Files
|
||||||
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Hardware probing
|
# Hardware probing
|
||||||
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Installation of OpenCore files to ESP
|
# Installation of OpenCore files to ESP
|
||||||
# Usage soley for TUI
|
# Usage soley for TUI
|
||||||
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
|
||||||
|
|
||||||
import plistlib
|
import plistlib
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# Handle misc CLI menu options
|
# Handle misc CLI menu options
|
||||||
# Copyright (C) 2020-2021, Dhinak G
|
# Copyright (C) 2020-2022, Dhinak G
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Framework for mounting and patching macOS root volume
|
# Framework for mounting and patching macOS root volume
|
||||||
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
|
||||||
# Missing Features:
|
# Missing Features:
|
||||||
# - Full System/Library Snapshotting (need to research how Apple achieves this)
|
# - Full System/Library Snapshotting (need to research how Apple achieves this)
|
||||||
# - Temporary Work-around: sudo bless --mount /System/Volumes/Update/mnt1 --bootefi --last-sealed-snapshot
|
# - Temporary Work-around: sudo bless --mount /System/Volumes/Update/mnt1 --bootefi --last-sealed-snapshot
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2020-2021, Dhinak G
|
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymaluk
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import hashlib
|
import hashlib
|
||||||
|
|||||||
Reference in New Issue
Block a user