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

Allow providing custom Info.plist entities #9

Open
maxkatz6 opened this issue Jun 22, 2021 · 3 comments
Open

Allow providing custom Info.plist entities #9

maxkatz6 opened this issue Jun 22, 2021 · 3 comments

Comments

@maxkatz6
Copy link

With this really helpful library application does not handles Info.plist file creation directly, thus it make create some difficulties when we actually need to add additional properties that weren't part of bundle information.
To avoid unnecessary xml rewrites I would want to set additional msbuild properties (items group with type info?) or use additional external configuration or Info.plist template.

@x2bool
Copy link
Contributor

x2bool commented Jun 24, 2021

Yes, I think we could go with something like this: https://github.com/egramtel/dotnet-bundle/pull/8/files

<ItemGroup>
    <CustomProperty Include="name">
        <CustomPropertyName>name</CustomPropertyName>
        <CustomPropertyValue>value</CustomPropertyValue>
    </CustomProperty>
    <CustomProperty Include="name2">
        <CustomPropertyName>name2</CustomPropertyName>
        <CustomPropertyValue>value2</CustomPropertyValue>
    </CustomProperty>
</ItemGroup>

@az-oolloow
Copy link

Any updates on this? need this to add NSDocumentsFolderUsageDescription

@x2bool
Copy link
Contributor

x2bool commented Aug 18, 2021

Hi! I don't know when I will be able to work on this. But I'll definitely accept Pull Request to fix this issue.

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