Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFBundleURLTypes not being added to plist #16

Open
query-wow opened this issue Jun 22, 2022 · 2 comments
Open

CFBundleURLTypes not being added to plist #16

query-wow opened this issue Jun 22, 2022 · 2 comments

Comments

@query-wow
Copy link

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 />
@teocomi
Copy link

teocomi commented Dec 23, 2022

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

@x2bool
Copy link
Contributor

x2bool commented Dec 27, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants