mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-20 13:19:16 +00:00
* Support Buck build * Simplify pod_install hook and buck-file dir's structure * Update PINRemoteImage's BUCK * Frameworks linking: - Weak linking Photos and MapKit. - Revisit //:Tests' list.
13 lines
462 B
Plaintext
Executable File
13 lines
462 B
Plaintext
Executable File
apple_library(
|
|
name = 'FBSnapshotTestCase',
|
|
exported_headers = glob(['FBSnapshotTestCase' + '/**/*.h']),
|
|
srcs = glob(['FBSnapshotTestCase' + '/**/*.m']),
|
|
frameworks = [
|
|
'$SDKROOT/System/Library/Frameworks/Foundation.framework',
|
|
'$SDKROOT/System/Library/Frameworks/UIKit.framework',
|
|
'$SDKROOT/System/Library/Frameworks/QuartzCore.framework',
|
|
'$PLATFORM_DIR/Developer/Library/Frameworks/XCTest.framework',
|
|
],
|
|
visibility = ['PUBLIC'],
|
|
)
|