Adobe Acrobat Reader 2017 (Classic) "LSMinimumSystemVersion"

donmontalvo
Esteemed Contributor III

LSMinimumSystemVersion is used (or should as per Apple) to define minimum system requirements for an application.

Is anyone seeing this for Adobe Acrobat Reader 2017 (Classic)?

# defaults read /Applications/Adobe Acrobat Reader 2017.app/Contents/Info.plist LSMinimumSystemVersion
10 . 4 . 3

Here's how LSMinimumSystemVersion should look like, for example Photoshop CC 2018:

# defaults read /Applications/Adobe Photoshop CC 2018/Adobe Photoshop CC 2018.app/Contents/Info.plist LSMinimumSystemVersion
10.11.0

Anyone able to confirm the LSMinimumSystemVersion version issue?

Just wanted a sanity check before we open a ticket with Adobe.

FWIW, the value is not only malformatted, it is also incorrect based on published system requirements.

TIA,
Don

@kagibson

--
https://donmontalvo.com
2 REPLIES 2

anverhousseini
Contributor II

I can confirm that. We have a specially developed patch management script and this always causes errors.

Adobe...

dzogrim
New Contributor III

I can confirm…
fb3877afb6d74a20a95a17f93c0eceaf

I think this system requirements online page you refer to only applies to latest DC version.
It should be the correct information in the Info.plist.
So… if the information is correct, you can easily handle string manipulation to get "10.4.3"

defaults read /Applications/Adobe Acrobat Reader 2017.app/Contents/Info.plist LSMinimumSystemVersion | tr -d ' '

besides opening a ticket with Adobe… :-) right ?