Skip to content

Generate macOS app bundles (MyApp.app) from binary files and sign them

License

Notifications You must be signed in to change notification settings

vlang/macos-app-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

v .
./macos-app-bundler # to generate a config.json

Edit config.json:

{
	"exe_name":	"MyApp",
	"app_name":	"MyApp",
	"icon_file":	"logo.png",
	"code_sign_cert_name":	"Developer ID Application: Your Name (Team ID)",
	"executable_path":	"/path/to/binary"
}

Run macos-app-bundler again

./macos-app-bundler

/code/users.app has been generated successfully.

About

Generate macOS app bundles (MyApp.app) from binary files and sign them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages