Skip to content

Commit

Permalink
Tests have to respect that too
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Pouliot committed Apr 20, 2021
1 parent 3d55b23 commit 4b5ea8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xharness/Targets/MacCatalystTarget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected override int [] UIDeviceFamily {

protected override string AdditionalDefines {
get {
return "XAMCORE_3_0;__MACCATALYST__";
return "__MACCATALYST__";
}
}

Expand Down

0 comments on commit 4b5ea8c

Please sign in to comment.