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
- Host: GitHub
- URL: https://github.com/programyazar/macbundlecreator
- Owner: ProgramYazar
- License: mit
- Created: 2017-04-07T01:09:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T01:41:02.000Z (over 8 years ago)
- Last Synced: 2025-05-13T00:44:48.288Z (8 months ago)
- Topics: app, bash, generator, mac-osx, macosx, png-icon, shell
- Homepage:
- Size: 2.93 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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