mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-06 17:00:13 +00:00
Cleanup
This commit is contained in:
parent
140efd6cfd
commit
610c051e38
@ -69,7 +69,7 @@ objc_library(
|
|||||||
"DctHuffman/Sources/**/*.m",
|
"DctHuffman/Sources/**/*.m",
|
||||||
"DctHuffman/Sources/**/*.mm",
|
"DctHuffman/Sources/**/*.mm",
|
||||||
"DctHuffman/Sources/**/*.h",
|
"DctHuffman/Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
copts = [],
|
copts = [],
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"DctHuffman/PublicHeaders/**/*.h",
|
"DctHuffman/PublicHeaders/**/*.h",
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
4
submodules/AsyncDisplayKit/BUILD
vendored
4
submodules/AsyncDisplayKit/BUILD
vendored
@ -4,7 +4,7 @@ public_headers = glob([
|
|||||||
|
|
||||||
private_headers = glob([
|
private_headers = glob([
|
||||||
"Source/*.h",
|
"Source/*.h",
|
||||||
])
|
], allow_empty=True)
|
||||||
|
|
||||||
objc_library(
|
objc_library(
|
||||||
name = "AsyncDisplayKit",
|
name = "AsyncDisplayKit",
|
||||||
@ -13,7 +13,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Source/**/*.m",
|
"Source/**/*.m",
|
||||||
"Source/**/*.mm",
|
"Source/**/*.mm",
|
||||||
]) + private_headers,
|
], allow_empty=True) + private_headers,
|
||||||
copts = [
|
copts = [
|
||||||
"-Werror",
|
"-Werror",
|
||||||
],
|
],
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
copts = [
|
copts = [
|
||||||
"-Werror",
|
"-Werror",
|
||||||
],
|
],
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty = True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -3,9 +3,7 @@ objc_library(
|
|||||||
name = "EncryptionProvider",
|
name = "EncryptionProvider",
|
||||||
enable_modules = True,
|
enable_modules = True,
|
||||||
module_name = "EncryptionProvider",
|
module_name = "EncryptionProvider",
|
||||||
srcs = glob([
|
srcs = [],
|
||||||
"Sources/**/*.m",
|
|
||||||
]),
|
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"Public/**/*.h",
|
"Public/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -17,7 +17,7 @@ objc_library(
|
|||||||
"lottiecpp/PlatformSpecific/Darwin/Sources/**/*.c",
|
"lottiecpp/PlatformSpecific/Darwin/Sources/**/*.c",
|
||||||
"lottiecpp/PlatformSpecific/Darwin/Sources/**/*.cpp",
|
"lottiecpp/PlatformSpecific/Darwin/Sources/**/*.cpp",
|
||||||
"lottiecpp/PlatformSpecific/Darwin/Sources/**/*.hpp",
|
"lottiecpp/PlatformSpecific/Darwin/Sources/**/*.hpp",
|
||||||
]),
|
], allow_empty=True),
|
||||||
copts = [
|
copts = [
|
||||||
"-Werror",
|
"-Werror",
|
||||||
"-I{}/lottiecpp/Sources".format(package_name()),
|
"-I{}/lottiecpp/Sources".format(package_name()),
|
||||||
@ -44,7 +44,7 @@ cc_library(
|
|||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"lottiecpp/PublicHeaders/**/*.h",
|
"lottiecpp/PublicHeaders/**/*.h",
|
||||||
"lottiecpp/PlatformSpecific/Darwin/PublicHeaders/**/*.h",
|
"lottiecpp/PlatformSpecific/Darwin/PublicHeaders/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
includes = [
|
includes = [
|
||||||
"PublicHeaders",
|
"PublicHeaders",
|
||||||
],
|
],
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/*.m",
|
"Sources/*.m",
|
||||||
"Sources/*.h",
|
"Sources/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/*.m",
|
"Sources/*.m",
|
||||||
"Sources/*.h",
|
"Sources/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -7,7 +7,7 @@ objc_library(
|
|||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.mm",
|
"Sources/**/*.mm",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"Public/**/*.h",
|
"Public/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -5,7 +5,6 @@ objc_library(
|
|||||||
module_name = "OpenSSLEncryptionProvider",
|
module_name = "OpenSSLEncryptionProvider",
|
||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
|
||||||
]),
|
]),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -7,7 +7,7 @@ objc_library(
|
|||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.c",
|
"Sources/**/*.c",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -44,7 +44,7 @@ filegroup(
|
|||||||
name = "FullScreenEffectViewResources",
|
name = "FullScreenEffectViewResources",
|
||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Resources/**/*",
|
"Resources/**/*",
|
||||||
], exclude = ["Resources/**/.*"]),
|
], allow_empty=True, exclude = ["Resources/**/.*"]),
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -24,7 +24,7 @@ sources = glob([
|
|||||||
"tgcalls/tgcalls/**/*.cpp",
|
"tgcalls/tgcalls/**/*.cpp",
|
||||||
"tgcalls/tgcalls/**/*.mm",
|
"tgcalls/tgcalls/**/*.mm",
|
||||||
"tgcalls/tgcalls/**/*.m",
|
"tgcalls/tgcalls/**/*.m",
|
||||||
], exclude = [
|
], allow_empty=True, exclude = [
|
||||||
"tgcalls/tgcalls/legacy/**",
|
"tgcalls/tgcalls/legacy/**",
|
||||||
"tgcalls/tgcalls/platform/tdesktop/**",
|
"tgcalls/tgcalls/platform/tdesktop/**",
|
||||||
"tgcalls/tgcalls/platform/android/**",
|
"tgcalls/tgcalls/platform/android/**",
|
||||||
@ -60,7 +60,7 @@ sources = glob([
|
|||||||
"tgcalls/tgcalls/platform/darwin/**/*.c",
|
"tgcalls/tgcalls/platform/darwin/**/*.c",
|
||||||
"tgcalls/tgcalls/third-party/**/*.cpp",
|
"tgcalls/tgcalls/third-party/**/*.cpp",
|
||||||
"tgcalls/tgcalls/utils/**/*.cpp",
|
"tgcalls/tgcalls/utils/**/*.cpp",
|
||||||
], exclude = [
|
], allow_empty=True, exclude = [
|
||||||
"tgcalls/tgcalls/legacy/**",
|
"tgcalls/tgcalls/legacy/**",
|
||||||
"tgcalls/tgcalls/platform/tdesktop/**",
|
"tgcalls/tgcalls/platform/tdesktop/**",
|
||||||
"tgcalls/tgcalls/platform/android/**",
|
"tgcalls/tgcalls/platform/android/**",
|
||||||
@ -218,7 +218,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"tests/*.m",
|
"tests/*.m",
|
||||||
"tests/*.mm",
|
"tests/*.mm",
|
||||||
]),
|
], allow_empty=True),
|
||||||
deps = [
|
deps = [
|
||||||
":TgVoipWebrtc"
|
":TgVoipWebrtc"
|
||||||
],
|
],
|
||||||
|
|||||||
@ -8,7 +8,7 @@ objc_library(
|
|||||||
"Sources/**/*.mm",
|
"Sources/**/*.mm",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
"Sources/**/*.cpp",
|
"Sources/**/*.cpp",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -8,7 +8,7 @@ objc_library(
|
|||||||
"Sources/**/*.mm",
|
"Sources/**/*.mm",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
"Sources/**/*.cpp",
|
"Sources/**/*.cpp",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -7,7 +7,7 @@ objc_library(
|
|||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.mm",
|
"Sources/**/*.mm",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -6,7 +6,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
@ -5,7 +5,6 @@ objc_library(
|
|||||||
module_name = "WebPBinding",
|
module_name = "WebPBinding",
|
||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.m",
|
"Sources/**/*.m",
|
||||||
"Sources/**/*.h",
|
|
||||||
]),
|
]),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"PublicHeaders/**/*.h",
|
"PublicHeaders/**/*.h",
|
||||||
|
|||||||
2
submodules/sqlcipher/BUILD
vendored
2
submodules/sqlcipher/BUILD
vendored
@ -10,7 +10,7 @@ objc_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/*.c",
|
"Sources/*.c",
|
||||||
"Sources/*.h",
|
"Sources/*.h",
|
||||||
], exclude = public_headers),
|
], exclude = public_headers, allow_empty=True),
|
||||||
hdrs = public_headers,
|
hdrs = public_headers,
|
||||||
includes = [
|
includes = [
|
||||||
"PublicHeaders",
|
"PublicHeaders",
|
||||||
|
|||||||
4
third-party/boost_regex/BUILD
vendored
4
third-party/boost_regex/BUILD
vendored
@ -8,10 +8,10 @@ objc_library(
|
|||||||
"Sources/**/*.cpp",
|
"Sources/**/*.cpp",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
"Sources/**/*.hpp",
|
"Sources/**/*.hpp",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"include/boost_regex/*.h",
|
"include/boost_regex/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
includes = [
|
includes = [
|
||||||
"include",
|
"include",
|
||||||
],
|
],
|
||||||
|
|||||||
2
third-party/libprisma/BUILD
vendored
2
third-party/libprisma/BUILD
vendored
@ -50,7 +50,7 @@ objc_library(
|
|||||||
"Sources/**/*.mm",
|
"Sources/**/*.mm",
|
||||||
"Sources/**/*.h",
|
"Sources/**/*.h",
|
||||||
"Sources/**/*.hpp",
|
"Sources/**/*.hpp",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"include/libprisma/*.h",
|
"include/libprisma/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
2
third-party/libyuv/BUILD
vendored
2
third-party/libyuv/BUILD
vendored
@ -118,7 +118,7 @@ objc_library(
|
|||||||
"LibYuvBinding/Sources/**/*.m",
|
"LibYuvBinding/Sources/**/*.m",
|
||||||
"LibYuvBinding/Sources/**/*.c",
|
"LibYuvBinding/Sources/**/*.c",
|
||||||
"LibYuvBinding/Sources/**/*.h",
|
"LibYuvBinding/Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"LibYuvBinding/PublicHeaders/**/*.h",
|
"LibYuvBinding/PublicHeaders/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
4
third-party/openh264/BUILD
vendored
4
third-party/openh264/BUILD
vendored
@ -244,8 +244,8 @@ all_sources = arch_specific_sources + [
|
|||||||
cc_library(
|
cc_library(
|
||||||
name = "openh264",
|
name = "openh264",
|
||||||
srcs = all_sources,
|
srcs = all_sources,
|
||||||
hdrs = glob([
|
hdrs = [
|
||||||
]),
|
],
|
||||||
textual_hdrs = arch_specific_textual_hdrs,
|
textual_hdrs = arch_specific_textual_hdrs,
|
||||||
includes = [
|
includes = [
|
||||||
],
|
],
|
||||||
|
|||||||
2
third-party/recaptcha/BUILD
vendored
2
third-party/recaptcha/BUILD
vendored
@ -8,6 +8,8 @@ load(
|
|||||||
apple_static_xcframework_import(
|
apple_static_xcframework_import(
|
||||||
name = "RecaptchaEnterprise",
|
name = "RecaptchaEnterprise",
|
||||||
xcframework_imports = glob(["RecaptchaEnterprise.xcframework/**"]),
|
xcframework_imports = glob(["RecaptchaEnterprise.xcframework/**"]),
|
||||||
|
features = [
|
||||||
|
],
|
||||||
visibility = [
|
visibility = [
|
||||||
"//visibility:public",
|
"//visibility:public",
|
||||||
],
|
],
|
||||||
|
|||||||
2
third-party/td/BUILD
vendored
2
third-party/td/BUILD
vendored
@ -128,7 +128,7 @@ objc_library(
|
|||||||
"TdBinding/Sources/**/*.m",
|
"TdBinding/Sources/**/*.m",
|
||||||
"TdBinding/Sources/**/*.mm",
|
"TdBinding/Sources/**/*.mm",
|
||||||
"TdBinding/Sources/**/*.h",
|
"TdBinding/Sources/**/*.h",
|
||||||
]),
|
], allow_empty=True),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"TdBinding/Public/**/*.h",
|
"TdBinding/Public/**/*.h",
|
||||||
]),
|
]),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user