11 Star 97 Fork 16

ios_shen / WeChatTweak-macOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Podfile 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sunny Young 提交于 2023-04-28 11:11 . Compatible with WeChat 3.7.1
platform :osx, '10.12'
inhibit_all_warnings!
target 'WeChatTweak' do
pod 'JRSwizzle'
pod 'GCDWebServer'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings.delete 'ARCHS'
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = 10.12
end
end
end
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

搜索帮助