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
- From version 1.4.2 there must be added a file "AppSecretInfo.swift" in folder Multy with correct keys
import Foundation
//exchange
let apiChangellyKey = "..."
let secretChangellyKey = "..."
let apiQuickexKey = "..."
let privateQuickexKey = "..."
-
Please change
Bundle Identifier
andTeam
inMulty Project Settings
If you want to join our team please contact to@vadimicus
in Telegram -
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 *
}
-
Try to build the project on device(simulator not suported)
-
If you have problem with "ButtonProgressBar" on building process
You can use auto-fix
Or add@objc
in begin of bug line