Uploaded image for project: 'Picard'
  1. Picard
  2. PICARD-1295

MusicBrainz Picard 2.0.1 identifies itself as version 0.0.0 on macOS

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • None
    • 2.0.1
    • Packaging & Deployment
    • None
    • macOS

      the version numbers of MusicBrainz on the mac are broken since version 2.0

      the Info.plist file of version 2.0.1 contains this:

      <key>CFBundleShortVersionString</key>
      <string>0.0.0</string>

      that shouldn't read 0.0.0 but 2.0.1

          [PICARD-1295] MusicBrainz Picard 2.0.1 identifies itself as version 0.0.0 on macOS

          julian added a comment -

          adding

          defaults write 'MusicBrainz Picard.app/Contents/Info.plist' CFBundleVersion -string '$VERSION'
          defaults write 'MusicBrainz Picard.app/Contents/Info.plist' CFShortVersionString -string '$VERSION'

          to

          package-osx.sh

          above

          ditto -rsrc --arch x86_64 'MusicBrainz Picard.app' 'MusicBrainz Picard.tmp'

          should fix that

          julian added a comment - adding defaults write 'MusicBrainz Picard.app/Contents/Info.plist' CFBundleVersion -string '$VERSION' defaults write 'MusicBrainz Picard.app/Contents/Info.plist' CFShortVersionString -string '$VERSION' to package-osx.sh above ditto -rsrc --arch x86_64 'MusicBrainz Picard.app' 'MusicBrainz Picard.tmp' should fix that

            samj1912 Sambhav Kothari
            dinkblam julian
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package