-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Gradle task packageDmg does not allow for Semantic Versioning (SemVer) #2360
Comments
Does it work with Compose |
With
|
It still cannot be reflected to desktop build.gradle due to this bug: JetBrains/compose-multiplatform#2360
It's probably because Apple (used to) require this about
I think the gradle task enforces this, so that you don't end up with apps that don't run or can't be uploaded to the App Store. Interestingly, in the most recent docs they've seemed to omit the requirement for the |
Any workaround? This makes it impossible to create pre-release installers on mac. |
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
Using kotlin 1.7.10 and compose desktop 1.2.0-beta02, I am unable to specify a value for packageVersion where the major number is zero or to append a pre-release version string.
This prevents me from using Semantic Versioning.
The text was updated successfully, but these errors were encountered: