mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
15 lines
373 B
Python
15 lines
373 B
Python
load(
|
|
"@build_bazel_rules_apple//apple:apple.bzl",
|
|
"apple_dynamic_xcframework_import",
|
|
"apple_static_xcframework_import",
|
|
"apple_dynamic_framework_import",
|
|
)
|
|
|
|
apple_static_xcframework_import(
|
|
name = "RecaptchaEnterprise",
|
|
xcframework_imports = glob(["RecaptchaEnterprise.xcframework/**"]),
|
|
visibility = [
|
|
"//visibility:public",
|
|
],
|
|
)
|