We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*_build_test
xcschemes.top_level_anchor_target
1 parent 35d84b9 commit 871632eCopy full SHA for 871632e
examples/integration/Lib/BUILD
@@ -19,7 +19,7 @@ exports_files(
19
20
ios_build_test(
21
name = "ios_Lib",
22
- minimum_os_version = "15.0",
+ minimum_os_version = "16.0",
23
tags = ["manual"],
24
targets = [":Lib"],
25
visibility = ["@rules_xcodeproj//xcodeproj:generated"],
examples/integration/xcodeproj_targets.bzl
@@ -251,4 +251,17 @@ XCSCHEMES = [
251
],
252
),
253
254
+ xcschemes.scheme(
255
+ name = "ios_build_test",
256
+ run = xcschemes.run(
257
+ build_targets = [
258
+ xcschemes.top_level_anchor_target(
259
+ "//Lib:ios_Lib",
260
+ library_targets = [
261
+ "//Lib",
262
+ ],
263
+ ),
264
265
266
267
]
0 commit comments