|
@@ -27,12 +27,11 @@ mac:
|
|
|
- dmg
|
|
|
entitlementsInherit: build/entitlements.mac.plist
|
|
|
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.
|
|
|
- - NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
|
|
+ - NSDocumentsFolderUsageDescription: 应用程序请求访问用户的Documents文件夹.
|
|
|
+ - NSDownloadsFolderUsageDescription: 应用程序请求访问用户的下载文件夹.
|
|
|
notarize: false
|
|
|
dmg:
|
|
|
+ sign: false
|
|
|
artifactName: 档案脱机存档-安装包.${ext}
|
|
|
appImage:
|
|
|
artifactName: 档案脱机存档-安装包.${ext}
|