8 Star 21 Fork 8

Gitee 极速下载 / WeChatTweak-macOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Sunnyyoung/WeChatTweak-macOS
克隆/下载
Makefile 780 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sunny Young 提交于 2024-03-22 20:01 . Update Makefile
debug::
xcodebuild build \
-workspace WeChatTweak.xcworkspace \
-scheme WeChatTweak \
-configuration Debug
DYLD_INSERT_LIBRARIES=WeChatTweak.framework/WeChatTweak /Applications/WeChat.app/Contents/MacOS/WeChat &
release::
xcodebuild archive \
-workspace WeChatTweak.xcworkspace \
-scheme WeChatTweak \
-destination 'generic/platform=macOS' \
-archivePath WeChatTweak.xcarchive
clean::
rm -rf WeChatTweak.xcarchive WeChatTweak.framework
install::
@echo "Makefile installation has been deprecated!!!"
@echo "For more information: \033[33;32mhttps://github.com/sunnyyoung/WeChatTweak-CLI\033[0m."
uninstall::
@echo "Makefile installation has been deprecated!!!"
@echo "For more information: \033[33;32mhttps://github.com/sunnyyoung/WeChatTweak-CLI\033[0m."
Objective-C
1
https://gitee.com/mirrors/WeChatTweak-macOS.git
git@gitee.com:mirrors/WeChatTweak-macOS.git
mirrors
WeChatTweak-macOS
WeChatTweak-macOS
master

搜索帮助