Mac微信双开

张开发
2026/6/28 3:48:57 15 分钟阅读
Mac微信双开
Mac微信双开在终端输入以下命令sudo cp -R /Applications/WeChat.app /Applications/WeChat2.app修改副本的Bundle Identifier执行以下命令将副本标识改为唯一值sudo /usr/libexec/PlistBuddy -c “Set :CFBundleIdentifier com.tencent.xinWeChat2” /Applications/WeChat2.app/Contents/Info.plist重新签名副本修改配置后需重新签名以通过系统验证sudo codesign --force --deep --sign - /Applications/WeChat2.app打开WeChat2.app登录账号

更多文章