From f369e75de92625e2c23f2898837fb91223dc0503 Mon Sep 17 00:00:00 2001 From: Igor Moisieiev Date: Mon, 5 Jan 2026 21:18:26 -0500 Subject: [PATCH] Correct iOS to iOS and tvOS in build properties should be: iOS and tvOS --- docs/building-apps/build-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-apps/build-properties.md b/docs/building-apps/build-properties.md index adb74f3c8862..6ead612bd047 100644 --- a/docs/building-apps/build-properties.md +++ b/docs/building-apps/build-properties.md @@ -1298,7 +1298,7 @@ The default trim mode depends on numerous factors, and may also change in the fu The current (as of .NET 9) default values are: -* iOS and iOS: `partial` when building for device, `copy` when building for the simulator. +* iOS and tvOS: `partial` when building for device, `copy` when building for the simulator. * macOS: always `copy`. * Mac Catalyst: `partial` when building for the `"Release"` configuration, `copy` otherwise.