mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2026-07-28 22:14:33 +08:00
Compatible with WeChat 3.7.1
1. Upgrade dependencies 2. Update project settings 3. Remvoe classic revoked message style
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
platform :osx, '10.10'
|
||||
platform :osx, '10.12'
|
||||
inhibit_all_warnings!
|
||||
|
||||
target 'WeChatTweak' do
|
||||
@@ -10,7 +10,7 @@ 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.11
|
||||
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = 10.12
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user