diff --git a/docs/app_doc.md b/docs/app_doc.md index 01ff9060..8e64f75d 100755 --- a/docs/app_doc.md +++ b/docs/app_doc.md @@ -20,7 +20,7 @@ Builds and packages an iOS application. | :------------- | :------------- | :------------- | | name | The name of the iOS application. | none | | families | A list of iOS device families the target supports. | `["iphone", "ipad"]` | -| apple_library | The macro used to package sources into a library. | `` | +| apple_library | The macro used to package sources into a library. | `` | | infoplists | A list of Info.plist files to be merged into the iOS app. | `[]` | | infoplists_by_build_setting | A dictionary of infoplists grouped by bazel build setting.

Each value is applied if the respective bazel build setting is resolved during the analysis phase.

If '//conditions:default' is not set the value in 'infoplists' is set as default. | `{}` | | xcconfig | A dictionary of xcconfigs to be applied to the iOS app by default. | `{}` | diff --git a/docs/framework_doc.md b/docs/framework_doc.md index bf936c15..1d5ae76b 100755 --- a/docs/framework_doc.md +++ b/docs/framework_doc.md @@ -61,7 +61,7 @@ Builds and packages an Apple framework. | Name | Description | Default Value | | :------------- | :------------- | :------------- | | name | The name of the framework. | none | -| apple_library | The macro used to package sources into a library. | `` | +| apple_library | The macro used to package sources into a library. | `` | | infoplists | A list of Info.plist files to be merged into the framework. | `[]` | | infoplists_by_build_setting | A dictionary of infoplists grouped by bazel build setting.

Each value is applied if the respective bazel build setting is resolved during the analysis phase.

If '//conditions:default' is not set the value in 'infoplists' is set as default. | `{}` | | xcconfig | A dictionary of xcconfigs to be applied to the framework by default. | `{}` | diff --git a/docs/import_middleman_doc.md b/docs/import_middleman_doc.md index a2f503f3..1cfcf4b4 100755 --- a/docs/import_middleman_doc.md +++ b/docs/import_middleman_doc.md @@ -42,7 +42,7 @@ can be updated to work without the other behavior | name | A unique name for this target. | Name | required | | | deps | - | List of labels | optional | `[]` | | test_deps | - | List of labels | optional | `[]` | -| update_in_place | - | Label | optional | `//tools/m1_utils:update_in_place` | +| update_in_place | - | Label | optional | `"@rules_ios//tools/m1_utils:update_in_place"` | diff --git a/docs/library_doc.md b/docs/library_doc.md index 0f8f3bc3..1a9790f4 100755 --- a/docs/library_doc.md +++ b/docs/library_doc.md @@ -18,7 +18,7 @@ Extends a modulemap with a Swift submodule | Name | Description | Type | Mandatory | Default | | :------------- | :------------- | :------------- | :------------- | :------------- | | name | A unique name for this target. | Name | required | | -| destination | - | Label | optional | | +| destination | - | Label | optional | `None` | | module_name | - | String | required | | | source | - | Label | optional | `None` | | swift_header | - | String | optional | `""` | diff --git a/docs/test_doc.md b/docs/test_doc.md index 2172eeb1..78c2876b 100755 --- a/docs/test_doc.md +++ b/docs/test_doc.md @@ -145,8 +145,8 @@ Builds and packages iOS UI Tests. | Name | Description | Default Value | | :------------- | :------------- | :------------- | | name | The name of the UI test. | none | -| apple_library | The macro used to package sources into a library. | `` | -| test_factory | Use this to generate other variations of tests. | `struct(make_named_split = , make_runner_split = , make_test = , make_test_suite = , make_test_suite_splits = , make_tests = )` | +| apple_library | The macro used to package sources into a library. | `` | +| test_factory | Use this to generate other variations of tests. | `struct(make_named_split = , make_runner_split = , make_test = , make_test_suite = , make_test_suite_splits = , make_tests = )` | | kwargs | Arguments passed to the apple_library and ios_ui_test rules as appropriate. | none | @@ -166,8 +166,8 @@ Builds and packages iOS Unit Snapshot Tests. | Name | Description | Default Value | | :------------- | :------------- | :------------- | | name | The name of the UI test. | none | -| apple_library | The macro used to package sources into a library. | `` | -| test_factory | Use this to generate other variations of tests. | `struct(make_named_split = , make_runner_split = , make_test = , make_test_suite = , make_test_suite_splits = , make_tests = )` | +| apple_library | The macro used to package sources into a library. | `` | +| test_factory | Use this to generate other variations of tests. | `struct(make_named_split = , make_runner_split = , make_test = , make_test_suite = , make_test_suite_splits = , make_tests = )` | | kwargs | Arguments passed to the apple_library and ios_unit_test rules as appropriate. | none | @@ -187,8 +187,8 @@ Builds and packages iOS Unit Tests. | Name | Description | Default Value | | :------------- | :------------- | :------------- | | name | The name of the unit test. | none | -| apple_library | The macro used to package sources into a library. | `` | -| test_factory | Use this to generate other variations of tests. | `struct(make_named_split = , make_runner_split = , make_test = , make_test_suite = , make_test_suite_splits = , make_tests = )` | +| apple_library | The macro used to package sources into a library. | `` | +| test_factory | Use this to generate other variations of tests. | `struct(make_named_split = , make_runner_split = , make_test = , make_test_suite = , make_test_suite_splits = , make_tests = )` | | kwargs | Arguments passed to the apple_library and ios_unit_test rules as appropriate. | none |