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

Platform-specific version number enhancements #85

Open
4 tasks
robinnorth opened this issue Jun 1, 2022 · 0 comments
Open
4 tasks

Platform-specific version number enhancements #85

robinnorth opened this issue Jun 1, 2022 · 0 comments

Comments

@robinnorth
Copy link
Collaborator

Currently, whilst the build tool sets Android, iOS and macOS-specific application/package/bundle version numbers, it doesn't do so for UWP.

Additionally, certain platforms (iOS, macOS, UWP) have specific version number format requirements that it would be good to try and implement automatically (perhaps via settings opt-in?). For example, a macOS bundle version must be no longer than three period-separated integers and include no other characters. If the Super Unity Build version number template breaks these rules, manual modification of the generated Xcode project will be required before an App Store-compatible release can be built.

  • UWP package version support
  • Conform to macOS bundle version string format requirements
  • Conform to iOS bundle version string format requirements
  • Set Android bundle version code from build counter?
@robinnorth robinnorth added this to the Backlog milestone Jun 1, 2022
@robinnorth robinnorth self-assigned this Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant