mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 15:15:16 +00:00
Standardize Dependency Flags for PINRemoteImage, IGListKit (#3244)
* no message * Go further * Make the symbols public so that apps actually build * Move ASAvailability into the umbrella header * Remove duplicate define * Put the file back where it was in the list * Revert "Put the file back where it was in the list" This reverts commit 6a80c15b5b5efe5ff39812a018114e8bdc1dc0cf.
This commit is contained in:
@@ -44,16 +44,12 @@ Pod::Spec.new do |spec|
|
||||
end
|
||||
|
||||
spec.subspec 'PINRemoteImage' do |pin|
|
||||
# Note: The core.prefix_header_file includes setup of PIN_REMOTE_IMAGE, so the line below could be removed.
|
||||
pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' }
|
||||
pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.8'
|
||||
pin.dependency 'PINRemoteImage/PINCache'
|
||||
pin.dependency 'AsyncDisplayKit/Core'
|
||||
end
|
||||
|
||||
spec.subspec 'IGListKit' do |igl|
|
||||
# Note: The core.prefix_header_file includes setup of IG_LIST_KIT, so the line below could be removed.
|
||||
igl.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) IG_LIST_KIT=1' }
|
||||
igl.dependency 'IGListKit', '2.1.0'
|
||||
igl.dependency 'AsyncDisplayKit/Core'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user