WeChatTweak-macOS icon indicating copy to clipboard operation
WeChatTweak-macOS copied to clipboard

关于给tweak降低版本的方法(勉强能用)

Open we1x4n opened this issue 2 months ago • 2 comments

在App Store中安装xcode,安装完成后打开xcode,同意协议后即可关闭 拉取WeChatTweak-CLI git clone https://github.com/sunnyyoung/WeChatTweak-CLI.git 修改/WeChatTweak-CLI/Sources/WeChatTweak-CLI/main.swift中第12行代码为 static let url = URL(string: "https://github.com/sunnyyoung/WeChatTweak-macOS/releases/download/1.4.1/WeChatTweak.framework.zip")! 返回项目根目录(即是Sources文件夹的上层目录)执行 swift build -c release --arch arm64 --arch x86_64 cd .build/apple/Products/Release/ chmod +X wechattweak-cli sudo ./wechattweak-cli install

we1x4n avatar May 07 '24 07:05 we1x4n