wx-cli/docs
jackwener 66d63e36a1 docs(macos): document codesign side-effect popup ("微信" 想访问其他 App 的数据)
After `codesign --force --deep --sign - /Applications/WeChat.app`, macOS
treats the re-signed WeChat as a different code identity from the
original. When WeChat then accesses its own container / cache / app-group
data (notably triggered when opening 公众号 articles), macOS fires the
"'微信' 想访问其他 App 的数据" popup.

This is a known side-effect of the current macOS invasive init path,
not a "wx-cli is reading other apps' data" issue and not a 公众号-only
problem — 公众号 is just a high-frequency trigger surface because of
WebView / cache access.

Document this in 3 places per agreed scope:
- README.md macOS init: add "副作用提示" callout linking to the guide
- docs/macos-permission-guide.md: new §六 with first-principles
  explanation, mitigation options, and long-term direction
- src/cli/init.rs: print a short macOS-only warning at the end of
  `wx init` so users see it right when they finish the invasive setup
2026-05-15 15:15:52 +08:00
..
macos-3x-vs-4x-decryption-guide.md fix: replace nonexistent scan_keys.js with actual tools in quickstart 2026-03-05 23:26:55 +08:00
macos-permission-guide.md docs(macos): document codesign side-effect popup ("微信" 想访问其他 App 的数据) 2026-05-15 15:15:52 +08:00