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 @@ -966,7 +966,7 @@ Default:
A boolean property that specifies whether native libraries in binding projects should be embedded
in the managed assembly, or put into a `.resources` directory next to the managed assembly.

The default value is `true` (which means native libraries will _not_ be embeddded in the managed assembly).
The default value is `true` (which means native libraries will _not_ be embedded in the managed assembly).

> [!NOTE]
> Xcframeworks won't work correctly if embedded inside the managed assembly (if this property is not `true`).
Expand Down
Loading