This is a sample project for iOS beginners to integrate with CircleProgrammableWalletSDK
- Bookmark
Install Apple’s Xcode development software: Xcode in the Apple App Store.
CocoaPods is a dependency manager for iOS projects. Install CocoaPods by Homebrew. (suggested)
Check if Homebrew is installed:
$ brew
How to install Homebrew in MacOS: Link
- Clone this repo
- Open project folder
$ cd w3s-ios-sample-app-wallets
- Run
$ pod install
to installCircleProgrammableWalletSDK
- Run
$ pod update
to update SDK (Optional) - Open the
.xcworkspace
file in Xcode