chore: fix mac build (#138)

This commit is contained in:
Medcl
2025-02-13 08:34:23 +08:00
committed by GitHub
parent f7c5c9e0e0
commit 142f22147c
8 changed files with 28 additions and 46 deletions

View File

@@ -0,0 +1,10 @@
{
"bundle": {
"macOS": {
"entitlements": "./Entitlements.plist",
"files": {
"embedded.provisionprofile": "/Users/medcl/Coco_AI.provisionprofile"
}
}
}
}