mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-01 00:35:33 +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.
10 lines
280 B
Plaintext
Executable File
10 lines
280 B
Plaintext
Executable File
apple_library(
|
|
name = 'JGMethodSwizzler',
|
|
exported_headers = ['JGMethodSwizzler' + '/JGMethodSwizzler.h'],
|
|
srcs = ['JGMethodSwizzler' + '/JGMethodSwizzler.m'],
|
|
frameworks = [
|
|
'$SDKROOT/System/Library/Frameworks/Foundation.framework',
|
|
],
|
|
visibility = ['PUBLIC'],
|
|
)
|