mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 23:25:38 +00:00
Fix CI that broke due to Yoga merge (#3012)
* Fix CI that broke due to Yoga merge * Next round * Add clean before building * Try something else * Some more burritos
This commit is contained in:
committed by
GitHub
parent
f91265757e
commit
77f29a8b7b
@@ -59,6 +59,7 @@ Pod::Spec.new do |spec|
|
||||
end
|
||||
|
||||
spec.subspec 'Yoga' do |yoga|
|
||||
yoga.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) YOGA=1' }
|
||||
yoga.dependency 'Yoga', '1.0.2'
|
||||
yoga.dependency 'AsyncDisplayKit/Core'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user