Skip to content

Commit

Permalink
Remove CodesignEntitlements from Core DeviceTests using Simulator in …
Browse files Browse the repository at this point in the history
…Debug mode (dotnet#534)
  • Loading branch information
jsuarezruiz committed Mar 17, 2021
1 parent d74a03a commit cfe81ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Core/tests/DeviceTests.iOS/Core.DeviceTests.iOS.csproj
Expand Up @@ -24,7 +24,6 @@
<MtouchArch>x86_64</MtouchArch>
<MtouchLink>None</MtouchLink>
<MtouchDebug>true</MtouchDebug>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit cfe81ea

Please sign in to comment.