We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3409dbb commit 75b8053Copy full SHA for 75b8053
msbuild/Xamarin.Shared/Xamarin.Shared.targets
@@ -2947,7 +2947,7 @@ Copyright (C) 2018 Microsoft. All rights reserved.
2947
<IsAppExtension>$(IsAppExtension)</IsAppExtension>
2948
</_PostProcessingItem>
2949
2950
- <!-- Compute a few default values that's applicable to all _PostProcessingItem -->
+ <!-- Compute a few default values that are applicable to all _PostProcessingItem -->
2951
<_PostProcessingItem>
2952
<!-- This is the name of the dSYM that will be created (if that's the case) -->
2953
<DSymName Condition="'%(_PostProcessingItem.DSymName)' == ''">%(Filename).dSYM</DSymName>
0 commit comments