Skip to content

helper program to bundle your binary into a .app or .bundle

Notifications You must be signed in to change notification settings

sackboy19/macbundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Small helper program to bundle your macOS binaries into a .app or .bundle file.

Usage:

./macbundler
  <app or bundle> \
  -name "My App" \
  -binary yourbinary \
  -bundle-identifier com.example.blah \
  -o <output-directory> \ # optional
  -assets ./folder_with_resources \ # optional
  -icon appicon.icns \ # optional
  -frameworks <folder_with_libs_or_frameworks> \ # optional

Example usage:

./macbundler app -name "Cool app" -binary cool_app -bundle-identifier com.danny.coolapp -o . -assets MyResourcesFolder -icon myicon.icns -frameworks MyLibs

# or for a .bundle
./macbundler bundle -name "Cool bundle" -binary cool_bundle -bundle-identifier com.danny.coolbundle -o . -assets MyResourcesFolder -icon myicon.icns -frameworks MyLibs

About

helper program to bundle your binary into a .app or .bundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages