Compare commits
1 Commits
main
...
jp-rules_x
Author | SHA1 | Date |
---|---|---|
![]() |
cd8961a807 |
9
BUILD
9
BUILD
|
@ -4,7 +4,7 @@ load(
|
|||
"swift_library",
|
||||
)
|
||||
load(
|
||||
"@com_github_buildbuddy_io_rules_xcodeproj//xcodeproj:xcodeproj.bzl",
|
||||
"@com_github_buildbuddy_io_rules_xcodeproj//xcodeproj:defs.bzl",
|
||||
"xcode_schemes",
|
||||
"xcodeproj",
|
||||
)
|
||||
|
@ -97,7 +97,12 @@ xcodeproj(
|
|||
schemes = [
|
||||
xcode_schemes.scheme(
|
||||
name = "SwiftLint",
|
||||
launch_action = xcode_schemes.launch_action("//:swiftlint"),
|
||||
launch_action = xcode_schemes.launch_action(
|
||||
"swiftlint",
|
||||
args = [
|
||||
"--progress",
|
||||
],
|
||||
),
|
||||
test_action = xcode_schemes.test_action([
|
||||
"//Tests:SwiftLintFrameworkTests",
|
||||
"//Tests:ExtraRulesTests",
|
||||
|
|
Loading…
Reference in New Issue