Skip to content

CFBundleURLTypes not being added to plist #16

@query-wow

Description

@query-wow

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions