Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/building-apps/build-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down