Rename TelegramCore source folder

This commit is contained in:
Peter 2019-10-29 00:13:20 +04:00
parent d1e57a24bb
commit d2e57174a7
341 changed files with 9 additions and 69 deletions

View File

@ -3,18 +3,18 @@ load("//Config:buck_rule_macros.bzl", "framework")
framework( framework(
name = "TelegramCore", name = "TelegramCore",
srcs = glob([ srcs = glob([
"TelegramCore/*.swift", "Sources/*.swift",
"TelegramCore/*.m", "Sources/*.m",
]), ]),
headers = [ headers = [
"TelegramCore/Crypto.h", "Sources/Crypto.h",
"TelegramCore/NetworkLogging.h", "Sources/NetworkLogging.h",
"TelegramCore/Reachability.h", "Sources/Reachability.h",
], ],
exported_headers = [ exported_headers = [
"TelegramCore/Crypto.h", "Sources/Crypto.h",
"TelegramCore/NetworkLogging.h", "Sources/NetworkLogging.h",
"TelegramCore/Reachability.h", "Sources/Reachability.h",
], ],
deps = [ deps = [
"//submodules/TelegramApi:TelegramApi#shared", "//submodules/TelegramApi:TelegramApi#shared",
@ -29,3 +29,4 @@ framework(
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",
], ],
) )

Some files were not shown because too many files have changed in this diff Show More