mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-25 15:37:36 +00:00
Need to check availability before use of macros. (#3254)
* Need to check availability before use of macros. * Get rid of PCH and enforce macro definition. * Remove prefix * Switch to global warning instead, much better.
This commit is contained in:
@@ -19,7 +19,6 @@ Pod::Spec.new do |spec|
|
||||
|
||||
# Subspecs
|
||||
spec.subspec 'Core' do |core|
|
||||
core.prefix_header_file = 'Source/AsyncDisplayKit-Prefix.pch'
|
||||
core.public_header_files = [
|
||||
'Source/*.h',
|
||||
'Source/Details/**/*.h',
|
||||
|
||||
Reference in New Issue
Block a user