2019.4.14 • Published 5 years ago

mac-app-factory v2019.4.14

Weekly downloads
-
License
Unlicense
Repository
-
Last release
5 years ago

npm.io

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