mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-12 08:31:34 +02:00
10 lines
269 B
Python
10 lines
269 B
Python
load("@build_bazel_rules_apple//apple:resources.bzl", "apple_bundle_import")
|
|
|
|
apple_bundle_import(
|
|
name = "SGSettingsBundle",
|
|
bundle_imports = glob([
|
|
"Settings.bundle/*",
|
|
"Settings.bundle/**/*",
|
|
]),
|
|
visibility = ["//visibility:public"]
|
|
) |