JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
15.24k stars 1.11k forks source link

Update MacOS CFBundleVersion validation #4874

Open samliddleg opened 1 month ago

samliddleg commented 1 month ago

MacOS .dmg and .pkg files used to require that major versions of CFBundleVersion were greater than 0. See here.

This is no longer the case. See here

Fixes #2360

Release Notes

Fixes - Gradle Plugin