We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746183d commit 2751bd7Copy full SHA for 2751bd7
1 file changed
README.md
@@ -1,5 +1,15 @@
1
mac地址:https://coder7iang-1320222289.cos.ap-guangzhou.myqcloud.com/DevicePlayer_v1.0.9.zip
2
3
+## macOS 首次打开提示
4
+
5
+由于应用未经 Apple 公证,从网络下载后 macOS 会拦截打开。把 `DevicePlayer.app` 拖到 `/Applications` 后,在终端执行一次以下命令即可正常使用:
6
7
+```bash
8
+sudo xattr -cr /Applications/DevicePlayer.app
9
+```
10
11
+之后双击打开即可,无需再每次去"系统设置 → 隐私与安全性"放行。
12
13
<img width="960" height="720" alt="image" src="https://github.com/user-attachments/assets/dac209f6-cbd6-4776-a284-c1c9a67f4324" />
14
-----
15
<img width="960" height="720" alt="image" src="https://github.com/user-attachments/assets/1ecddbf6-3e91-4364-a066-da2253834adf" />
0 commit comments