Multi cryptocurrency and assets open-source wallet
To conrtibute please check Build instruction
Clone master branch of the Multy-iOS project
$git clone https://github.com/Appscrunch/Multy-IOS.git
Install pods using Terminal
sudo gem install cocoapods
Than update it from project repository
ps. navigate to project Repository in Finder
print cd
in the Terminal
and than drag&drop project repository to the Terminal
pod update
import Foundation
//exchange let apiChangellyKey = "..." let secretChangellyKey = "..."
let apiQuickexKey = "..." let privateQuickexKey = "..."
4. Please change ```Bundle Identifier``` and ```Team``` in ```Multy Project Settings```<br />
If you want to join our team please contact to ``` @vadimicus ``` in Telegram
5. Possible errors in frameworks:
a) Issue with CCommonCrypto framework:
It should be changed from
module CCommonCrypto { header "/usr/include/CommonCrypto/CommonCrypto.h" export * }
to
module CCommonCrypto { header "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/CommonCrypto/CommonCrypto.h" export * }
6. Try to build the project on device(simulator not suported)
7. If you have problem with "ButtonProgressBar" on building process<br />
You can use auto-fix<br />
Or add ``` @objc ``` in begin of bug line