Skip to content

Commit

Permalink
Fix android auto xml exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Mar 14, 2024
1 parent 955786e commit 8da73ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ProjectTemplates/ShinyApp/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,10 @@
"condition": "(androidauto == false)",
"exclude": "Platforms/Android/Auto/**"
},
{
"condition": "(androidauto == false)",
"exclude": "Platforms/Android/Resources/xml/automotive_app_desc.xml"
},
{
"condition": "(carplay == false)",
"exclude": "Platforms/iOS/CarPlayImplementation/**"
Expand Down

0 comments on commit 8da73ea

Please sign in to comment.