3
votes
Determine if a directory is a bundle or package in the Mac OS X terminal?
While you can identify some bundles based on the existens of './contents/Info.plist", it isn't required for all bundle types (e.g. documents and legacy bundles). Finder also identifies a directory …
