Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.25 KB

go ios hello world project

GitHub issues GitHub stars GitHub forks MIT License

Requirements

  • Mac OS X
  • homebrew
  • Xcode
  • You need to have a valid iOS development certificate installed.

install

git clone https://github.com/bronze1man/goIosHelloWorld
cd goIosHelloWorld
bash ./install.bash

build and run

To run a program on an iDevice, first make sure you have a valid developer certificate and have setup your iDevice properly to run apps signed by your developer certificate.

bash ./buildAndRun.bash

reference