AirPlay to Mac support on Skylake - Coffeelake Macs

This commit is contained in:
Mykola Grymalyuk
2021-06-21 15:45:27 -06:00
parent 2b81e38ea8
commit 100c54a82c
4 changed files with 30 additions and 0 deletions

19
Build-App.command Executable file
View File

@@ -0,0 +1,19 @@
#!/usr/bin/env bash
printf "OpenCore-Patcher.app Builder"
printf "\nNot supported by end users, please use prebuilt binaries"
printf "\neither on Github Release or Nightly Builds from Github Actions:"
printf "\n\nOffical Release: \n- https://github.com/dortania/OpenCore-Legacy-Patcher/releases"
printf "\n\nNightly Builds: \n- https://nightly.link/dortania/OpenCore-Legacy-Patcher/workflows/build-app/main/OpenCore-Patcher.app.zip\n\n"
read -n 1 -s -r -p "Press any key to continue: "
if which python3 > /dev/null 2>&1;
then
printf "\nPython found, continuing"
printf "\nUpdating Requests and pyinstaller\n"
pip3 install --upgrade pyinstaller requests
printf "\nBuilding app"
pyinstaller OpenCore-Patcher.spec
./after_pyinstaller.sh
open ./dist/
else
printf "\nPython is missing! Cannot build OpenCore-Patcher.app\n"
fi

View File

@@ -13,6 +13,8 @@
- Increment Binaries
- Lilu 1.5.4 rolling (f69a972 - 06-20-2021)
- RestrictEvents 1.0.3 rolling (3773ce2 - 06-20-2021)
- SidecarFixup 1.0.2 rolling (2c29166 - 06-21-2021)
- Allow AirPlay to Mac support on Skylake - Coffeelake Macs
## 0.1.9
- Fix incorrect AMFI and SIP detection

View File

@@ -462,9 +462,16 @@ SidecarPatch = [
"MacBookPro11,4",
"MacBookPro11,5",
"MacBookPro12,1",
"MacBookPro13,1",
"MacBookPro13,2",
"MacBookPro13,3",
"MacBookPro14,1",
"MacBookPro14,2",
"MacBookPro14,3",
"Macmini6,1",
"Macmini6,2",
"Macmini7,1",
"Macmini8,1",
"iMac13,1",
"iMac13,2",
"iMac13,3",
@@ -474,6 +481,8 @@ SidecarPatch = [
"iMac15,1",
"iMac16,1",
"iMac16,2",
"iMac17,1",
"iMac18,1",
"MacPro5,1",
"MacPro6,1",
"Dortania1,1",