mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-15 03:07:41 +01:00
build: 📝 对 MacOS 平台编译配置进行调整
This commit is contained in:
parent
569ed2e2fa
commit
d1752c4cfe
@ -117,7 +117,7 @@
|
|||||||
5. 支持自定义 Adb 及 Scrcpy 依赖 ✅
|
5. 支持自定义 Adb 及 Scrcpy 依赖 ✅
|
||||||
6. 支持自定义设备名称,以及偏好设置的导出及导入 ✅
|
6. 支持自定义设备名称,以及偏好设置的导出及导入 ✅
|
||||||
7. 定制化,支持对单个设备进行独立配置 ✅
|
7. 定制化,支持对单个设备进行独立配置 ✅
|
||||||
8. 添加 macOS 及 linux 操作系统的支持 🚧
|
8. 添加 macOS 及 linux 操作系统的支持 ✅
|
||||||
10. 支持语言国际化功能 🚧
|
10. 支持语言国际化功能 🚧
|
||||||
11. 添加对游戏的增强功能,如游戏键位映射 🚧
|
11. 添加对游戏的增强功能,如游戏键位映射 🚧
|
||||||
|
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
"artifactName": "${productName}-${version}-mac-installer.${ext}",
|
"artifactName": "${productName}-${version}-mac-installer.${ext}",
|
||||||
"entitlementsInherit": "electron/resources/build/entitlements.mac.plist",
|
"entitlementsInherit": "electron/resources/build/entitlements.mac.plist",
|
||||||
"extendInfo": {
|
"extendInfo": {
|
||||||
"NSCameraUsageDescription": "Application requests access to the device's camera.",
|
|
||||||
"NSMicrophoneUsageDescription": "Application requests access to the device's microphone.",
|
|
||||||
"NSDocumentsFolderUsageDescription": "Application requests access to the user's Documents folder.",
|
"NSDocumentsFolderUsageDescription": "Application requests access to the user's Documents folder.",
|
||||||
"NSDownloadsFolderUsageDescription": "Application requests access to the user's Downloads folder."
|
"NSDownloadsFolderUsageDescription": "Application requests access to the user's Downloads folder."
|
||||||
},
|
},
|
||||||
|
@ -9,4 +9,4 @@
|
|||||||
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
Loading…
Reference in New Issue
Block a user