WinterGram/third-party/recaptcha/BUILD
Isaac 9b68f361e4 Revert "Upgrade recaptcha"
This reverts commit b0f2d0220e.
2026-01-14 22:58:46 +04:00

16 lines
397 B
Text

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/**"]),
features = [
],
visibility = [
"//visibility:public",
],
)