dotnet-bundle icon indicating copy to clipboard operation
dotnet-bundle copied to clipboard

CFBundleURLTypes not being added to plist

Open query-wow opened this issue 3 years ago • 2 comments

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 />

query-wow avatar Jun 22 '22 12:06 query-wow

We're having the same issue, is this repo currently being maintained?

teocomi avatar Dec 23 '22 10:12 teocomi

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.

x2bool avatar Dec 27 '22 09:12 x2bool