Skip to content

Commit

Permalink
Add rules_apple 2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed Nov 8, 2022
1 parent b842554 commit 95746b1
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/rules_apple/2.0.0-rc1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module(
name = "rules_apple",
compatibility_level = 1,
repo_name = "build_bazel_rules_apple",
version = "2.0.0-rc1",
)

bazel_dep(name = "bazel_skylib", version = "1.1.1")
bazel_dep(name = "apple_support", repo_name = "build_bazel_apple_support", version = "1.3.2")
bazel_dep(name = "rules_swift", repo_name = "build_bazel_rules_swift", version = "1.2.0")
6 changes: 6 additions & 0 deletions modules/rules_apple/2.0.0-rc1/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tasks:
verify_targets:
name: Verify build targets
platform: macos
build_targets:
- '@rules_apple//examples/...'
4 changes: 4 additions & 0 deletions modules/rules_apple/2.0.0-rc1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"url": "https://github.com/bazelbuild/rules_apple/releases/download/2.0.0-rc1/rules_apple.2.0.0-rc1.tar.gz",
"integrity": "sha256-v0isxz5TbTa0lChXZHrCGVEtSYSspq4IOhH9P9VA+qA="
}
22 changes: 22 additions & 0 deletions modules/rules_apple/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"homepage": "https://github.com/bazelbuild/rules_apple",
"maintainers": [
{
"email": "[email protected]",
"github": "BalestraPatrick",
"name": "Patrick Balestra"
},
{
"email": "[email protected]",
"github": "keith",
"name": "Keith Smiley"
}
],
"repository": [
"github:bazelbuild/rules_apple"
],
"versions": [
"2.0.0-rc1"
],
"yanked_versions": {}
}

0 comments on commit 95746b1

Please sign in to comment.