Skip to content

Commit 526a773

Browse files
authored
[docs] Correct iOS to iOS and tvOS in build properties (#24485)
should be: iOS and tvOS
1 parent 70046dc commit 526a773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-apps/build-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ The default trim mode depends on numerous factors, and may also change in the fu
12981298

12991299
The current (as of .NET 9) default values are:
13001300

1301-
* iOS and iOS: `partial` when building for device, `copy` when building for the simulator.
1301+
* iOS and tvOS: `partial` when building for device, `copy` when building for the simulator.
13021302
* macOS: always `copy`.
13031303
* Mac Catalyst: `partial` when building for the `"Release"` configuration, `copy` otherwise.
13041304

0 commit comments

Comments
 (0)