Created
August 17, 2025 16:05
-
-
Save learnerLj/e2a188f3e75a992c8ec6b0b256d79f14 to your computer and use it in GitHub Desktop.
wechat dual
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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