mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix failing build in XCode 8.3 (#3241)
This commit is contained in:
19
Source/AsyncDisplayKit.modulemap
Normal file
19
Source/AsyncDisplayKit.modulemap
Normal file
@@ -0,0 +1,19 @@
|
||||
framework module AsyncDisplayKit {
|
||||
umbrella header "AsyncDisplayKit.h"
|
||||
|
||||
export *
|
||||
module * {
|
||||
export *
|
||||
}
|
||||
|
||||
explicit module ASControlNode_Subclasses {
|
||||
header "ASControlNode+Subclasses.h"
|
||||
export *
|
||||
}
|
||||
|
||||
explicit module ASDisplayNode_Subclasses {
|
||||
header "ASDisplayNode+Subclasses.h"
|
||||
export *
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user