Skip to content

Commit

Permalink
Add swift-index-store 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jul 12, 2024
1 parent 970b0b2 commit edd6464
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 3 deletions.
13 changes: 13 additions & 0 deletions modules/swift-index-store/1.7.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module(
name = "swift-index-store",
version = "1.7.0",
compatibility_level = 1,
)

bazel_dep(name = "apple_support", version = "1.16.0")
bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "rules_apple", version = "3.6.0", repo_name = "build_bazel_rules_apple")
bazel_dep(name = "rules_swift", version = "2.1.1", repo_name = "build_bazel_rules_swift")

non_module_deps = use_extension("//:repositories.bzl", "bzlmod_deps")
use_repo(non_module_deps, "StaticIndexStore")
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -3 +3 @@ module(
- version = "0",
+ version = "1.7.0",
10 changes: 10 additions & 0 deletions modules/swift-index-store/1.7.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
tasks:
verify_targets:
name: Verify build targets
platform: macos
bazel: 7.x
build_targets:
- '@swift-index-store//:IndexStore'
build_flags:
- --macos_minimum_os=12.0
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"
9 changes: 9 additions & 0 deletions modules/swift-index-store/1.7.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-DtBGgod/nHC0b2lxHlkTtRBY2FEqswPQtGoEEaN6agk=",
"strip_prefix": "swift-index-store-1.7.0",
"url": "https://github.com/MobileNativeFoundation/swift-index-store/archive/refs/tags/1.7.0.tar.gz",
"patch_strip": 1,
"patches": {
"module_dot_bazel.patch": "sha256-k89GKZdInKNJO54SaaQy+la2GaqJV53Ga+gbnYbsrwo="
}
}
6 changes: 3 additions & 3 deletions modules/swift-index-store/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "https://github.com/lyft/swift-index-store",
"homepage": "https://github.com/MobileNativeFoundation/swift-index-store",
"maintainers": [
{
"email": "[email protected]",
Expand All @@ -8,10 +8,10 @@
}
],
"repository": [
"github:lyft/swift-index-store"
"github:MobileNativeFoundation/swift-index-store"
],
"versions": [
"1.6.0"
"1.7.0"
],
"yanked_versions": {}
}

0 comments on commit edd6464

Please sign in to comment.