wechat_msg_crawler/npm/platforms/darwin-arm64/package.json
canghe 7158422618 Preserve WeChat original entitlements when re-signing (v0.2.3)
- Extract existing entitlements before re-signing
- Merge get-task-allow into original entitlements instead of replacing
- Prevents breaking WeChat features like Search after init
2026-04-04 16:11:17 +08:00

13 lines
264 B
JSON

{
"name": "@canghe_ai/wechat-cli-darwin-arm64",
"version": "0.2.3",
"description": "wechat-cli binary for macOS arm64",
"os": ["darwin"],
"cpu": ["arm64"],
"files": ["bin/"],
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
}
}