Skip to content

Commit

Permalink
Update bundle id prefix (#3001)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Nov 7, 2024
1 parent 6499b8a commit cad43fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/ios/app-swift/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ load(
"@build_bazel_rules_swift//swift:swift.bzl",
"swift_library",
)
load("@darwin_config//:config.bzl", "BUNDLE_ID_PREFIX")
load("//platform/ios/bazel:provisioning.bzl", "configure_device_profiles")

configure_device_profiles()
Expand All @@ -23,7 +24,7 @@ swift_library(

ios_application(
name = "MapLibreApp",
bundle_id = "org.maplibre.swiftapp",
bundle_id = "{}.swiftapp".format(BUNDLE_ID_PREFIX),
families = [
"iphone",
"ipad",
Expand Down

0 comments on commit cad43fe

Please sign in to comment.