dotnet-bundle
dotnet-bundle copied to clipboard
CFBundleURLTypes not being added to plist
I followed the readme and added
<ItemGroup>
<!-- Optional URLTypes.Check TestBundle.csproj for a working example. -->
<CFBundleURLTypes Include="dummy">
<!-- The name of this file is irrelevant, it's a MSBuild requirement.-->
<CFBundleURLName>TestApp URL</CFBundleURLName>
<CFBundleURLSchemes>testappurl;testappurl://</CFBundleURLSchemes>
<!-- Note the ";" separator-->
</CFBundleURLTypes>
<CFBundleURLTypes Include="dummy">
<CFBundleURLName>TestApp URL2</CFBundleURLName>
<CFBundleURLSchemes>test://</CFBundleURLSchemes>
</CFBundleURLTypes>
</ItemGroup>
to the csproj, but the only thing that is added to my plist is
<true />
We're having the same issue, is this repo currently being maintained?
Hi! Sorry, I am not able to maintain this right now. I will gladly share access rights to this repo with a person who is willing to develop and maintain this.