Skip to content

Commit

Permalink
Update ShinyApp.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Sep 7, 2024
1 parent 080ef34 commit d0a8943
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ProjectTemplates/ShinyApp/ShinyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
<AndroidPackageFormat>aab</AndroidPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' AND '$(Configuration)' == 'Debug'">
<!--forces the simulator to pickup entitlements-->
<EnableCodeSigning>true</EnableCodeSigning>
<CodesignRequireProvisioningProfile>true</CodesignRequireProvisioningProfile>
<DisableCodesignVerification>true</DisableCodesignVerification>
</PropertyGroup>

<PropertyGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' OR $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
<SupportedOSPlatformVersion>14.2</SupportedOSPlatformVersion>
<DefineConstants>$(DefineConstants);APPLE;PLATFORM</DefineConstants>
Expand Down

0 comments on commit d0a8943

Please sign in to comment.