mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-02 00:51:10 +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.
23 lines
456 B
INI
23 lines
456 B
INI
[cxx]
|
|
default_platform = iphonesimulator-x86_64
|
|
combined_preprocess_and_compile = true
|
|
|
|
[apple]
|
|
iphonesimulator_target_sdk_version = 8.0
|
|
iphoneos_target_sdk_version = 8.0
|
|
xctool_default_destination_specifier = platform=iOS Simulator, name=iPhone 6, OS=10.2
|
|
|
|
[alias]
|
|
lib = //:AsyncDisplayKit
|
|
tests = //:Tests
|
|
|
|
[httpserver]
|
|
port = 8080
|
|
|
|
[project]
|
|
ide = xcode
|
|
ignore = .buckd, \
|
|
.hg, \
|
|
.git, \
|
|
buck-out, \
|