romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
745 stars 21 forks source link

Version in 'About Kotlin Explorer' is wrong #10

Closed mhansen closed 3 months ago

mhansen commented 4 months ago

To repro:

  1. Download version 0.8.2 https://github.com/romainguy/kotlin-explorer/releases/tag/v0.8.2
  2. Open about menu (on mac: Kotlin Explorer menu --> About Kotlin Explorer)

Expected:

Actual:

image

Not a big deal or anything! Just like the tool, thought I'd start contributing ideas.

romainguy commented 4 months ago

Thanks! Yeah it's a known issue, because macOS refuses to let you set a version < 1.0.0 in your manifest. So right now the version as seen by macOS is different from the actual one 😓

mhansen commented 4 months ago

1.0.0 is hardcoded here: https://github.com/romainguy/kotlin-explorer/blob/cacd3b68bab8ce6f9021e83595a63673d1ddd9f0/build.gradle.kts#L63

mhansen commented 4 months ago

Wow, what a rude move by macOS to enforce v1+! I suppose let's just wait till a stable v1 release :-)