← Share your feedback on Acrobat DC Settings and activity 1 result found Bug Report: LSMinimumSystemVersion broken in Adobe Acrobat 2 votes Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Vote We’ll send you updates on this idea Planned · 3 comments · Acrobat for Windows and Mac » Installation and Licensing · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment hkatsura commented · Mar 17, 2020 · Edit… · Delete… 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 Save Submitting... hkatsura supported this idea · Mar 17, 2020
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