Skip to content

Commit b60e9e1

Browse files
committed
f
1 parent ccb8ccd commit b60e9e1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/ios.metalAPIValidation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ other common tasks.
55
> **_NOTE:_** The API Validation layer has a small, but measureable, impact on
66
> CPU performance.
77
8-
By default, a `PrivacyInfo.xcprivacy` is on,
9-
108
For more details, read Apple's documentation on
119
[Validating your app’s Metal API usage](https://developer.apple.com/documentation/xcode/validating-your-apps-metal-api-usage/).
1210

schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
"metalAPIValidation": {
8888
"description": "The API Validation layer checks for code that calls the Metal API incorrectly, including errors in creating resources, encoding Metal commands, and performing other common tasks.",
89-
"markdownDescription": "The API Validation layer checks for code that calls the Metal API incorrectly,\nincluding errors in creating resources, encoding Metal commands, and performing\nother common tasks.\n\n> **_NOTE:_** The API Validation layer has a small, but measureable, impact on\n> CPU performance.\n\nBy default, a `PrivacyInfo.xcprivacy` is on,\n\nFor more details, read Apple's documentation on\n[Validating your app’s Metal API usage](https://developer.apple.com/documentation/xcode/validating-your-apps-metal-api-usage/).\n\n<details>\n<summary>History</summary>\n</details>",
89+
"markdownDescription": "The API Validation layer checks for code that calls the Metal API incorrectly,\nincluding errors in creating resources, encoding Metal commands, and performing\nother common tasks.\n\n> **_NOTE:_** The API Validation layer has a small, but measureable, impact on\n> CPU performance.\n\nFor more details, read Apple's documentation on\n[Validating your app’s Metal API usage](https://developer.apple.com/documentation/xcode/validating-your-apps-metal-api-usage/).\n\n<details>\n<summary>History</summary>\n\n- [[4.1.0](https://github.com/microsoft/react-native-test-app/releases/tag/4.1.0)]\n Added\n\n</details>",
9090
"type": "boolean"
9191
},
9292
"privacyManifest": {

0 commit comments

Comments
 (0)