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

Update Readme.MD #4

Open
NoralK opened this issue Sep 2, 2020 · 3 comments
Open

Update Readme.MD #4

NoralK opened this issue Sep 2, 2020 · 3 comments

Comments

@NoralK
Copy link

NoralK commented Sep 2, 2020

Not all properties are listed.

@x2bool
Copy link
Contributor

x2bool commented Sep 4, 2020

What properties are missing?

@derekantrican
Copy link

CFBundleShortVersionString for one. Also the README is just generally lacking a lot of info. Running dotnet msbuild -t:BundleApp -p:RuntimeIdentifier=osx-x64 (as per the README) for the first time and I got the the error The "BundleAppTask" task was not given a value for the required parameter "CFBundleShortVersionString". I can't find info about that anywhere

@maxkatz6
Copy link

This property is not required, but mistake in task code:

<CFBundleShortVersionString Condition="'$(CFBundleVersion)' == ''">$(CFBundleVersion)</CFBundleShortVersionString>

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

4 participants