Skip to content
/ appify Public

Easily wrap a regular binary into a macOS .app bundle.

License

Notifications You must be signed in to change notification settings

akx/appify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appify

Easily wrap a regular binary into a macOS .app bundle.

Features:

  • Takes care of bundling all .dylibs (recursively)
  • Wrangles a PNG icon into an ICNS

NB: Only works on an actual Mac machine!

Usage

E.g.

python -m appify \
	--executable ../paulstretch/bin/paulstretch \
	--bundle ./Paulstretch.app \
	--icon-png ../paulstretch/icon/icon.png

About

Easily wrap a regular binary into a macOS .app bundle.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages