- Mac OS X
- xCode 10
- git
- swift 4.2
- open
Terminal.app
- install
cocoapods
bysudo gem install cocoapods
or via https://guides.cocoapods.org/using/getting-started.html#getting-started - install
carthage
bybrew install carthage
or via https://github.com/Carthage/Carthage#quick-start - create new folder
mkdir ./cold
- open it
cd ./cold
- run
git clone https://github.com/DucaturFw/cold-crypto-mobile.git
- run
cd ./cold-crypto-mobile
- run
pod install
- open
EthereumKit
folder bycd ./EthereumKit
- run
carthage update --platform ios
- move back
cd ../
- open xCode workspace by
open ColdCrypto.xcworkspace
- select
ColdCrypto
in targets in the top left corner on the panel - clear project by
shift + cmd + K
- run project (by default it's
cmd + R
) on a device (required Apple developer account) or in simulator