mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-26 16:08:30 +00:00
Disable PINRemoteImage
Probably won't work but easier than writing support for PINRemoteImage
This commit is contained in:
@@ -49,14 +49,14 @@ Pod::Spec.new do |spec|
|
||||
]
|
||||
end
|
||||
|
||||
spec.subspec 'PINRemoteImage' do |pin|
|
||||
pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' }
|
||||
pin.dependency 'PINRemoteImage/iOS', '>= 2'
|
||||
pin.dependency 'AsyncDisplayKit/ASDealloc2MainObject'
|
||||
end
|
||||
# spec.subspec 'PINRemoteImage' do |pin|
|
||||
# pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' }
|
||||
# pin.dependency 'PINRemoteImage/iOS', '>= 2'
|
||||
# pin.dependency 'AsyncDisplayKit/ASDealloc2MainObject'
|
||||
# end
|
||||
|
||||
# Include optional FLAnimatedImage module
|
||||
spec.default_subspec = 'PINRemoteImage'
|
||||
//spec.default_subspec = 'PINRemoteImage'
|
||||
|
||||
spec.social_media_url = 'https://twitter.com/fbOpenSource'
|
||||
spec.library = 'c++'
|
||||
|
||||
Reference in New Issue
Block a user