macappshell

Creates a Mac OSX .app folder (complete with icons) ready for your binary file. Perfect for Golang, Rust, C++, etc..

Mac App Shell

Creates a Mac OSX .app folder (complete with icons) ready for your binary file. Perfect for Golang, C++, Rust, or any other language that compiles to a binary file on OSX.

Usage

  1. Download or clone the repo.

  2. Pass the name of your Application and an image file for the icon.

     $ ./setup.sh MyNewApp app-icon.svg
    
  3. Then just copy the binary file into the folder

     $ cp mybinary MyNewApp.app/Contents/MacOS/MyNewApp
    

Icon formats:

The image file can be .svg (recomended), .png, .gif, .jpg, or .tiff format.

Free SVG Icons

GUI

It's recomended your .app have a GUI if you want to interact with a user (since the terminal is not shown).

Example

There is an examples folder contains a GUI example. Download an icon to use.

Go

Build the go project, run the macappshell script, and then move the go binary into the new .app folder.

	cd examples/Go/
	go build *.go
	cd ../../
	./setup.sh hello ion-quote.svg
	mv example/Go/hello hello.app/Contents/MacOS

Rust

todo

C++

todo

MIT License

Copyright (c) 2017 David Pennington

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Thanks to @HaoDong for his original gist.

主要指标

概览
名称与所有者xeoncross/macappshell
主编程语言Shell
编程语言Shell (语言数: 2)
平台
许可证
所有者活动
创建于2017-01-22 00:03:01
推送于2019-05-15 13:46:36
最后一次提交2019-05-15 08:46:35
发布数0
用户参与
星数333
关注者数8
派生数11
提交数9
已启用问题?
问题数2
打开的问题数1
拉请求数2
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?