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(
|
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
Loading…
x
Reference in New Issue
Block a user