Skip to content

kenchan0130/detect-32bit-applications-for-macOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

detect-32bit-applications-for-macOS

32-bit applications will not work from macOS Catalina. Therefore, listing 32bit applications is effective.

Usage

If you want to execte at local, you can execute following command like:

$ ./detect_32bit_applications.py

And if you want to include system apps, you should change IGNORE_SYSTEM_APP of script from True to False like:

IGNORE_SYSTEM_APP = False

Setup for Jamf Pro

  1. Access https://<JAMF_PRO_SERVER_HOST>/computerExtensionAttributes.html
  2. Click "New" button
  3. Set any name to "DISPLAY NAME"
  4. Select "INVENTORY DISPLAY" to your liking
  5. Select "Script" to "INPUT TYPE" and set this scirpt

About

32bit applications listing script for macOS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages