Skip to content

Commit

Permalink
Update MacTemplateTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Jan 22, 2025
1 parent 882c45e commit 7ed2b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void CheckPrivacyManifestForiOS(string id, string config, string framewor
{
buildWithCodeSignProps.Add("EnableCodeSigning=true");
}
buildWithCodeSignProps.Add("TrimMode=full"); // Project has trimmer warnings with TrimMode=partial
buildWithCodeSignProps.Add("SuppressTrimAnalysisWarnings=true"); // FIXME: https://github.com/xamarin/xamarin-macios/pull/21351

Assert.IsTrue(DotnetInternal.New(id, projectDir, framework), $"Unable to create template {id}. Check test output for errors.");
Assert.IsTrue(DotnetInternal.Build(projectFile, config, framework: $"{framework}-ios", properties: buildWithCodeSignProps, msbuildWarningsAsErrors: true),
Expand Down

0 comments on commit 7ed2b89

Please sign in to comment.