mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 11:50:56 +00:00
exclude ASDealloc2MainObject.h from main spec
This commit is contained in:
parent
71d9f210f1
commit
6bf8ec5b03
@ -25,7 +25,10 @@ Pod::Spec.new do |spec|
|
|||||||
|
|
||||||
# ASDealloc2MainObject must be compiled with MRR
|
# ASDealloc2MainObject must be compiled with MRR
|
||||||
spec.requires_arc = true
|
spec.requires_arc = true
|
||||||
spec.exclude_files = ['AsyncDisplayKit/Details/ASDealloc2MainObject.m']
|
spec.exclude_files = [
|
||||||
|
'AsyncDisplayKit/Details/ASDealloc2MainObject.h',
|
||||||
|
'AsyncDisplayKit/Details/ASDealloc2MainObject.m',
|
||||||
|
]
|
||||||
spec.subspec 'ASDealloc2MainObject' do |mrr|
|
spec.subspec 'ASDealloc2MainObject' do |mrr|
|
||||||
mrr.requires_arc = false
|
mrr.requires_arc = false
|
||||||
mrr.source_files = [
|
mrr.source_files = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user