@CherryView 在 MacOS 双开微信,支持 4.X及以上版本 中发帖
双开操作流程
复制应用
sudo cp -R /Applications/WeChat.app /Applications/微信2.app
修改应用唯一标识符
sudo /usr/libexec/PlistBuddy -c “Set :CFBundleIdentifier net.maclub.wechat” /Applications/微信2.app/Contents/Info.plist
重新签名应用
sudo codesign --force --deep --sign - /Applications/微信2.app
验证方法
打开 Finder > 应用程序 ,如果看到 微信2.app 图标(灰色或正常),说明克隆成功,轻松实现微信双开
[image]