Skip to content

Instantly share code, notes, and snippets.

@learnerLj
Created August 17, 2025 16:05
Show Gist options
  • Select an option

  • Save learnerLj/e2a188f3e75a992c8ec6b0b256d79f14 to your computer and use it in GitHub Desktop.

Select an option

Save learnerLj/e2a188f3e75a992c8ec6b0b256d79f14 to your computer and use it in GitHub Desktop.
wechat dual
xcode-select --install
sudo cp -R /Applications/WeChat.app /Applications/WeChat2.app
sudo /usr/libexec/PlistBuddy -c "Set :CFBundleIdentifier com.tencent.xinWeChat2" /Applications/WeChat2.app/Contents/Info.plist
sudo codesign --force --deep --sign - /Applications/WeChat2.app
nohup /Applications/WeChat2.app/Contents/MacOS/WeChat >/dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment