( info )
| 299 | } |
| 300 | |
| 301 | getBundleExecutablePath ( info ) { |
| 302 | if ( info.CFBundleExecutable.includes('/') ) return `/Contents/${ info.CFBundleExecutable }` |
| 303 | |
| 304 | return `/Contents/MacOS/${ info.CFBundleExecutable }` |
| 305 | } |
| 306 | |
| 307 | classifyBinaryEntryArchitecture ( binaryEntry ) { |
| 308 | // Find an ARM Architecture |