You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds 7.1.0 as a tested version in CI. It additionally updates
the README to specify the next release will officially support Bazel 7+
Depends on:
- #848
- #847
- #850Closes#795
| <aid="ios_application-name"></a>name | The name of the iOS application. | none |
22
22
| <aid="ios_application-families"></a>families | A list of iOS device families the target supports. |`["iphone", "ipad"]`|
23
-
| <aid="ios_application-apple_library"></a>apple_library | The macro used to package sources into a library. |`<function apple_library>`|
23
+
| <aid="ios_application-apple_library"></a>apple_library | The macro used to package sources into a library. |`<function apple_library from //rules:library.bzl>`|
24
24
| <aid="ios_application-infoplists"></a>infoplists | A list of Info.plist files to be merged into the iOS app. |`[]`|
25
25
| <aid="ios_application-infoplists_by_build_setting"></a>infoplists_by_build_setting | A dictionary of infoplists grouped by bazel build setting.<br><br>Each value is applied if the respective bazel build setting is resolved during the analysis phase.<br><br>If '//conditions:default' is not set the value in 'infoplists' is set as default. |`{}`|
26
26
| <aid="ios_application-xcconfig"></a>xcconfig | A dictionary of xcconfigs to be applied to the iOS app by default. |`{}`|
| <aid="apple_framework-name"></a>name | The name of the framework. | none |
64
-
| <aid="apple_framework-apple_library"></a>apple_library | The macro used to package sources into a library. |`<function apple_library>`|
64
+
| <aid="apple_framework-apple_library"></a>apple_library | The macro used to package sources into a library. |`<function apple_library from //rules:library.bzl>`|
65
65
| <aid="apple_framework-infoplists"></a>infoplists | A list of Info.plist files to be merged into the framework. |`[]`|
66
66
| <aid="apple_framework-infoplists_by_build_setting"></a>infoplists_by_build_setting | A dictionary of infoplists grouped by bazel build setting.<br><br>Each value is applied if the respective bazel build setting is resolved during the analysis phase.<br><br>If '//conditions:default' is not set the value in 'infoplists' is set as default. |`{}`|
67
67
| <aid="apple_framework-xcconfig"></a>xcconfig | A dictionary of xcconfigs to be applied to the framework by default. |`{}`|
Copy file name to clipboardExpand all lines: docs/import_middleman_doc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ can be updated to work without the other behavior
42
42
| <aid="import_middleman-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
| <aid="extend_modulemap-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
| <aid="ios_ui_test-name"></a>name | The name of the UI test. | none |
148
-
| <aid="ios_ui_test-apple_library"></a>apple_library | The macro used to package sources into a library. |`<function apple_library>`|
149
-
| <aid="ios_ui_test-test_factory"></a>test_factory | Use this to generate other variations of tests. |`struct(make_named_split = <function _make_named_split>, make_runner_split = <function _make_runner_split>, make_test = <function _make_test>, make_test_suite = <function _make_test_suite>, make_test_suite_splits = <function _make_test_suite_splits>, make_tests = <function _make_tests>)`|
148
+
| <aid="ios_ui_test-apple_library"></a>apple_library | The macro used to package sources into a library. |`<function apple_library from //rules:library.bzl>`|
149
+
| <aid="ios_ui_test-test_factory"></a>test_factory | Use this to generate other variations of tests. |`struct(make_named_split = <function _make_named_split from //rules:test.bzl>, make_runner_split = <function _make_runner_split from //rules:test.bzl>, make_test = <function _make_test from //rules:test.bzl>, make_test_suite = <function _make_test_suite from //rules:test.bzl>, make_test_suite_splits = <function _make_test_suite_splits from //rules:test.bzl>, make_tests = <function _make_tests from //rules:test.bzl>)`|
150
150
| <aid="ios_ui_test-kwargs"></a>kwargs | Arguments passed to the apple_library and ios_ui_test rules as appropriate. | none |
151
151
152
152
@@ -166,8 +166,8 @@ Builds and packages iOS Unit Snapshot Tests.
| <aid="ios_unit_snapshot_test-name"></a>name | The name of the UI test. | none |
169
-
| <aid="ios_unit_snapshot_test-apple_library"></a>apple_library | The macro used to package sources into a library. |`<function apple_library>`|
170
-
| <aid="ios_unit_snapshot_test-test_factory"></a>test_factory | Use this to generate other variations of tests. |`struct(make_named_split = <function _make_named_split>, make_runner_split = <function _make_runner_split>, make_test = <function _make_test>, make_test_suite = <function _make_test_suite>, make_test_suite_splits = <function _make_test_suite_splits>, make_tests = <function _make_tests>)`|
169
+
| <aid="ios_unit_snapshot_test-apple_library"></a>apple_library | The macro used to package sources into a library. |`<function apple_library from //rules:library.bzl>`|
170
+
| <aid="ios_unit_snapshot_test-test_factory"></a>test_factory | Use this to generate other variations of tests. |`struct(make_named_split = <function _make_named_split from //rules:test.bzl>, make_runner_split = <function _make_runner_split from //rules:test.bzl>, make_test = <function _make_test from //rules:test.bzl>, make_test_suite = <function _make_test_suite from //rules:test.bzl>, make_test_suite_splits = <function _make_test_suite_splits from //rules:test.bzl>, make_tests = <function _make_tests from //rules:test.bzl>)`|
171
171
| <aid="ios_unit_snapshot_test-kwargs"></a>kwargs | Arguments passed to the apple_library and ios_unit_test rules as appropriate. | none |
172
172
173
173
@@ -187,8 +187,8 @@ Builds and packages iOS Unit Tests.
| <aid="ios_unit_test-name"></a>name | The name of the unit test. | none |
190
-
| <aid="ios_unit_test-apple_library"></a>apple_library | The macro used to package sources into a library. |`<function apple_library>`|
191
-
| <aid="ios_unit_test-test_factory"></a>test_factory | Use this to generate other variations of tests. |`struct(make_named_split = <function _make_named_split>, make_runner_split = <function _make_runner_split>, make_test = <function _make_test>, make_test_suite = <function _make_test_suite>, make_test_suite_splits = <function _make_test_suite_splits>, make_tests = <function _make_tests>)`|
190
+
| <aid="ios_unit_test-apple_library"></a>apple_library | The macro used to package sources into a library. |`<function apple_library from //rules:library.bzl>`|
191
+
| <aid="ios_unit_test-test_factory"></a>test_factory | Use this to generate other variations of tests. |`struct(make_named_split = <function _make_named_split from //rules:test.bzl>, make_runner_split = <function _make_runner_split from //rules:test.bzl>, make_test = <function _make_test from //rules:test.bzl>, make_test_suite = <function _make_test_suite from //rules:test.bzl>, make_test_suite_splits = <function _make_test_suite_splits from //rules:test.bzl>, make_tests = <function _make_tests from //rules:test.bzl>)`|
192
192
| <aid="ios_unit_test-kwargs"></a>kwargs | Arguments passed to the apple_library and ios_unit_test rules as appropriate. | none |
0 commit comments