chore: add macos config for tauri (#837)

This commit is contained in:
ayangweb
2025-07-28 16:35:11 +08:00
committed by GitHub
parent 4709f8c660
commit ee45d21bbe
2 changed files with 10 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{
"identifier": "rs.coco.app",
"bundle": {
"macOS": {
"entitlements": "./Entitlements.plist",
@@ -7,4 +8,4 @@
}
}
}
}
}

View File

@@ -0,0 +1,8 @@
{
"identifier": "rs.coco.app",
"bundle": {
"macOS": {
"entitlements": "./Entitlements.plist"
}
}
}