Skip to content

Instantly share code, notes, and snippets.

@gonzaloruizdevilla
Created April 2, 2020 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gonzaloruizdevilla/c63a57bf6391ee735f99197964380864 to your computer and use it in GitHub Desktop.
Save gonzaloruizdevilla/c63a57bf6391ee735f99197964380864 to your computer and use it in GitHub Desktop.
swift_library/BUILD
licenses(["notice"])
package(default_visibility = ["//visibility:public"])
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
swift_library(
name = "PlacesLib",
srcs = glob(["places-address-form/**/*.swift"]),
deps = [
'@GooglePlaces//:GooglePlaces',
'@GoogleMaps//:GoogleMaps',
'@GoogleMaps//:GoogleMapsCore',
],
data = glob([
"places-address-form/Assets.xcassets/**",
"places-address-form/Base.lproj/**"
])
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment