Skip to content

Commit

Permalink
Fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Dec 22, 2023
1 parent 7ce2577 commit 92d95f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions ProjectTemplates/ShinyApp/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@
"type": "parameter",
"description": "Sets up initial deep link support",
"displayName": "Setup Deep Linking Support",
"defaultValue": "",
"datatype": "string",
"replaces": "{DEEPLINK_HOST}"
},
Expand Down Expand Up @@ -557,11 +558,6 @@
"type": "computed",
"datatype": "bool",
"value": "(authservice && refit)"
},
"useentitlements":{
"type": "computed",
"datatype": "bool",
"value": "(usepush || usemsal || calendar || health || carplay || usedeeplinks)"
}
},
"sources": [{
Expand All @@ -583,10 +579,6 @@
"appsettings.maccatalyst.json"
]
},
{
"condition": "(useentitlements == false)",
"exclude": "Platforms/**/Entitlements.*.plist"
},
{
"condition": "(startup == false)",
"exclude": "AppStartup.cs"
Expand Down Expand Up @@ -695,7 +687,7 @@
"exclude": "MainViewModel.cs"
},
{
"condition": "(storereview == true)",
"condition": "(storereview == false)",
"exclude": "Platforms/Android/proguard.cfg"
},
{
Expand Down
2 changes: 1 addition & 1 deletion Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Shiny.NET Templates - One stop shop to setup almost everything you can imagine within your .NET MAUI application</Description>
<PackageType>Template</PackageType>
<PackageVersion>2.0.4</PackageVersion>
<PackageVersion>2.1.0</PackageVersion>
<PackageId>Shiny.Templates</PackageId>
<Title>Shiny Templates</Title>
<Authors>Allan Ritchie</Authors>
Expand Down

0 comments on commit 92d95f6

Please sign in to comment.