Skip to content

Commit

Permalink
Adds link to XCTest in objc_library rule (#180)
Browse files Browse the repository at this point in the history
This allows the bazel configuration to compile
under certain scenarios

Co-authored-by: Maxwell Elliott <maxwell.elliott@gotinder.com>
  • Loading branch information
maxwellE and tinder-maxwellelliott committed Jun 29, 2023
1 parent 71f1954 commit 57b023c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ objc_library(
copts = [
"-Wno-deprecated-declarations"
],
sdk_frameworks = ["XCTest"],
visibility = ["//visibility:public"]
)

Expand Down

0 comments on commit 57b023c

Please sign in to comment.