mac-app-factory
v2019.4.14
Published
macOS apps mass generator
Downloads
3
Readme
macOS apps mass generator
Installation
$ [sudo] pip install mac-app-factory
Benefits
- create multiple macOS apps with one command
Features
- super fast (pure shell)
- safe (native apps ignored)
How it works
<name>.app
├── Contents
│ ├── MacOS
│ │ └── executable
│ ├── Resources
│ │ └── Icon.icns
│ └── Info.plist
│ executable # edit this file. shebang required
│ <image>.png # copy any png image
│ reveal.sh # helper for reveal folder from your IDE
Scripts usage
usage: mac-app-factory path ...
Examples
$ mac-app-factory path/to/my-finder-toolbar-apps path/to/my-dock-apps
$ mac-app-factory path/to/name1.app path/to/name2.app