An open API service indexing awesome lists of open source software.

https://github.com/programyazar/macbundlecreator

Application Bundle Creator for mac os x
https://github.com/programyazar/macbundlecreator

app bash generator mac-osx macosx png-icon shell

Last synced: 5 months ago
JSON representation

Application Bundle Creator for mac os x

Awesome Lists containing this project

README

          

# MacBundleCreator

You can create Mac Os X Bundle easily with this script. You dont need xcode or special program.
NOTE: this script only run on MAC OS X computers

### INSTALL

- Just download the script to your project root folder

### USAGE
```bash
$ cp AppBundleCreator /your/project/folder
$ cd /your/project/folder
$ chmod +x AppBundleCreator
$ ./AppBundleCreator
... enter inputs
$ ls # you must to see your application at here
```



### FEATURES

- create icon set from your given png icon file (png icon's min size must to be 512 x 512)
- create an application for you


### ROAD MAP
- i have been also developing a java (swing) gui for this project, i'll upload the github when it finish!
- maybe i can try to sign application bundle