Skip to content

Commit

Permalink
Fix bad ios/mac check
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Jan 4, 2024
1 parent a8aade8 commit ea1eae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProjectTemplates/ShinyApp/ShinyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
<!--#if (calendar)-->
<CustomEntitlements Include="com.apple.security.app-sandbox" Type="boolean" Value="true" />
<CustomEntitlements Include="com.apple.security.personal-information.calendar" Type="boolean" Value="true" />
<!--#endif-->
<!--#endif-->
</ItemGroup>

<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' OR $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
<ItemGroup>
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />

Expand Down

0 comments on commit ea1eae8

Please sign in to comment.