MCPcopy Index your code
hub / github.com/ThatGuySam/doesitarm / getBundleExecutablePath

Method getBundleExecutablePath

helpers/app-files-scanner.js:301–305  ·  view source on GitHub ↗
( info )

Source from the content-addressed store, hash-verified

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

Callers 1

scanFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected