react-native-macos/keystores/BUCK

11 строки
225 B
Python

load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
fb_native.keystore(
name = "debug",
properties = "debug.keystore.properties",
store = "debug.keystore",
visibility = [
"PUBLIC",
],
)