mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Rename TelegramCore source folder
This commit is contained in:
parent
d1e57a24bb
commit
d2e57174a7
@ -3,18 +3,18 @@ load("//Config:buck_rule_macros.bzl", "framework")
|
||||
framework(
|
||||
name = "TelegramCore",
|
||||
srcs = glob([
|
||||
"TelegramCore/*.swift",
|
||||
"TelegramCore/*.m",
|
||||
"Sources/*.swift",
|
||||
"Sources/*.m",
|
||||
]),
|
||||
headers = [
|
||||
"TelegramCore/Crypto.h",
|
||||
"TelegramCore/NetworkLogging.h",
|
||||
"TelegramCore/Reachability.h",
|
||||
"Sources/Crypto.h",
|
||||
"Sources/NetworkLogging.h",
|
||||
"Sources/Reachability.h",
|
||||
],
|
||||
exported_headers = [
|
||||
"TelegramCore/Crypto.h",
|
||||
"TelegramCore/NetworkLogging.h",
|
||||
"TelegramCore/Reachability.h",
|
||||
"Sources/Crypto.h",
|
||||
"Sources/NetworkLogging.h",
|
||||
"Sources/Reachability.h",
|
||||
],
|
||||
deps = [
|
||||
"//submodules/TelegramApi:TelegramApi#shared",
|
||||
@ -29,3 +29,4 @@ framework(
|
||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||
],
|
||||
)
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user