- Xcode7 install
- npm install -g ios-deploy
Create Certificate for iOS Code signing
- Open Preferences of Xcode7.
- Select Accounts and append own account.
- Click 'View Details' button for own account.
- Show 'Sigining Identities'
- Click 'Create' button for 'iOS Development'
- android-platform-tools install
- android-apktool install
- java runtime environment(> 1.8) install
go get -u golang.org/x/mobile/cmd/...
gomobile init
curl -kL https://raw.github.com/pypa/pip/master/contrib/get-pip.py | sudo python2
sudo pip2 install icons
make app
open ./build/main.xcodeproj
# build -> Fix issues -> select AppleID
make app
make install-app
make apk
make install-apk