https://github.com/kenchan0130/detect-32bit-applications-for-macos
32bit applications listing script for macOS
https://github.com/kenchan0130/detect-32bit-applications-for-macos
jamf-pro macos macos-catalina
Last synced: 2 months ago
JSON representation
32bit applications listing script for macOS
- Host: GitHub
- URL: https://github.com/kenchan0130/detect-32bit-applications-for-macos
- Owner: kenchan0130
- License: mit
- Created: 2019-10-08T11:49:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T10:40:12.000Z (over 5 years ago)
- Last Synced: 2025-02-04T14:46:56.716Z (4 months ago)
- Topics: jamf-pro, macos, macos-catalina
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```sh
$ ./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:
```python
IGNORE_SYSTEM_APP = False
```### Setup for Jamf Pro
1. Access https:///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](./detect_32bit_applications.py)