Skip to content

Commit

Permalink
OC: Update config to sync with acidanthera/OpenCorePkg@c7b1063
Browse files Browse the repository at this point in the history
* Docs: Update Changelog
  • Loading branch information
stevezhengshiqi committed Nov 7, 2022
1 parent 8599901 commit a366aa0
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 4 deletions.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

**English** | [中文](Docs/Changelog_CN.md)


## XiaoMi NoteBook Pro EFI v1.7.2
## 2022-11-08

### Upgrade
- Update `OpenCore` v0.8.6
- Update `Clover` r5150
- Update `AppleALC` v1.7.6
- Update `RestrictEvents` v1.0.9

### OC
- OC: Update config to support `OpenCore` v0.8.6

### Clover
- Update config
Expand Down
5 changes: 5 additions & 0 deletions Docs/Changelog_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@

### 更新
- 更新 `OpenCore` v0.8.6
- 更新 `Clover` r5150
- 更新 `AppleALC` v1.7.6
- 更新 `RestrictEvents` v1.0.9

### OC
- OC: 更新 config 来支持 `OpenCore` v0.8.6

### Clover
- 更新 config
Expand Down
2 changes: 1 addition & 1 deletion Docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ cd XiaoMi-Pro-Hackintosh
-----
-[release page](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases) 里下载最新 EFI release,或从 [action page](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/actions) 的 Artifacts 里下载最新测试版 EFI release。
- 挂载 EFI 分区,首先运行命令 `sudo diskutil list` 来找到 EFI 分区所在的分区标号,然后运行命令 `sudo diskutil mount diskXsX`(X 是你的 EFI 分区标号)
- 完整替换 `BOOT``CLOVER`(或 `OC`)文件夹。首先删除他们,然后从 [release 包里](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases)拷贝新的。
- 完整替换 `BOOT``OC`(或 `CLOVER`)文件夹。首先删除他们,然后从 [release 包里](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases)拷贝新的。


## 改善体验
Expand Down
6 changes: 6 additions & 0 deletions OC/config_cml.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,12 @@
<integer>50</integer>
<key>KeySubsequentDelay</key>
<integer>5</integer>
<key>PointerDwellClickTimeout</key>
<integer>0</integer>
<key>PointerDwellDoubleClickTimeout</key>
<integer>0</integer>
<key>PointerDwellRadius</key>
<integer>0</integer>
<key>PointerPollMask</key>
<integer>-1</integer>
<key>PointerPollMax</key>
Expand Down
6 changes: 6 additions & 0 deletions OC/config_kbl.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,12 @@
<integer>50</integer>
<key>KeySubsequentDelay</key>
<integer>5</integer>
<key>PointerDwellClickTimeout</key>
<integer>0</integer>
<key>PointerDwellDoubleClickTimeout</key>
<integer>0</integer>
<key>PointerDwellRadius</key>
<integer>0</integer>
<key>PointerPollMask</key>
<integer>-1</integer>
<key>PointerPollMax</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Some advanced usages are:
-----
- Download the latest EFI release from the [release page](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases) or beta EFI release from artifacts in the [action page](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/actions).
- Mount EFI partition by running `sudo diskutil list` first to find your EFI partition identifier and then running `sudo diskutil mount diskXsX` (X is your EFI partition identifier)
- A complete replacement of `BOOT` and `CLOVER`(or `OC`) folders is required. Delete these two folders and copy them from the [release pack](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases).
- A complete replacement of `BOOT` and `OC`(or `CLOVER`) folders is required. Delete these two folders and copy them from the [release pack](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases).


## Improvements
Expand Down
2 changes: 1 addition & 1 deletion makefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ REPO_NAME_BRANCH="${REPO_NAME}-${REPO_BRANCH}"
RETRY_MAX=5

# Release Message
RLMSG="**To receive OEM updates, set SecureBootModel = Default (OC, risky) or go to App Store and search Monterey (or newer macOS).**"
RLMSG="**EFI upgrade instructions are given [here](https://github.com/daliansky/XiaoMi-Pro-Hackintosh#upgrade).<br />To receive OEM updates, set SecureBootModel = Default (OC, risky) or go to App Store and search Ventura (or newer macOS).**"

build_mode="Release"
clean_up=true
Expand Down

0 comments on commit a366aa0

Please sign in to comment.