11 Star 97 Fork 16

ios_shen / WeChatTweak-macOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sunnyyoung 提交于 2021-09-09 21:06 . Update Makefile
APP_PATH=/Applications/WeChat.app/Contents/MacOS
TMP_PATH=/tmp
APP_NAME=WeChat
BACKUP_NAME=WeChat.bak
FRAMEWORK_PATH=WeChatTweak.framework
FRAMEWORK_NAME=WeChatTweak
DYLIB_NAME=WeChatTweak.dylib
debug::
DYLD_INSERT_LIBRARIES=${FRAMEWORK_PATH}/${FRAMEWORK_NAME} ${APP_PATH}/${APP_NAME} &
clean::
rm -rf ${FRAMEWORK_PATH}
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/ios_shen/WeChatTweak-macOS.git
git@gitee.com:ios_shen/WeChatTweak-macOS.git
ios_shen
WeChatTweak-macOS
WeChatTweak-macOS
master

搜索帮助