Skip to content

Settings and activity

1 result found

  1. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    hkatsura commented  · 

    this is still an issue with 20.006.20042. Info.plist has the wrong/bad LSMinimumSystemVersion string. "10 . 4 . 3". it should be "10.12". and the Dock shows the app icon with the "do not enter" overlay.

    $ grep -A1 LSMinimumSystemVersion "/Applications/Adobe Acrobat Reader DC.app/Contents/Info.plist"
    <key>LSMinimumSystemVersion</key>
    <string>10 . 4 . 3</string>

    bad:
    <key>LSMinimumSystemVersion</key>
    <string>10 . 4 . 3</string>

    should be:
    <key>LSMinimumSystemVersion</key>
    <string>10.12</string>

    Adobe Acrobat Reader DC System requirements:
    https://helpx.adobe.com/reader/system-requirements.html

    also there are some iffy (greater than 10.12) minimum OS version in some binaries.

    /Applications/Adobe Acrobat Reader DC.app/Contents/Plugins/AcroForm.acroplugin/Contents/MacOS/PMP/AdobePDF417.pmp/Contents/MacOS/AdobePDF417:
    Mach header
    cmd LC_VERSION_MIN_MACOSX
    cmdsize 16
    version 10.13

    /Applications/Adobe Acrobat Reader DC.app/Contents/Plugins/AcroForm.acroplugin/Contents/MacOS/PMP/DataMatrix.pmp/Contents/MacOS/DataMatrix:
    Mach header
    cmd LC_VERSION_MIN_MACOSX
    cmdsize 16
    version 10.13

    /Applications/Adobe Acrobat Reader DC.app/Contents/Support/ReaderUC/libReaderUC.dylib
    cmd LC_VERSION_MIN_MACOSX
    cmdsize 16
    version 10.14

    hkatsura supported this idea  ·