Packages shell scripts into macOS applications by wrapping them into a bare-bones application bundle and setting the script as the application’s main executable

If an application was created via Appify, it will not contain an Info.plist !le. Instead, you’ll !nd a script in the application’s Contents/MacOS directory whose name matches that of the application

Analysis

Appify directly adds the scripts, as is, to the application bundle, no special tools are required to extract the script for analysis. Can be found in Contents/MacOS directory