The XYO Foundation provides this source code available in our efforts to advance the understanding of the XYO Procotol and its possible uses. We continue to maintain this software in the interest of developer education. Usage of this source code is not intended for production.
.package(url: "https://github.com/XYOracleNetwork/sdk-base-swift.git", from: "1.0.4")
- If you do not have Carthage, install
brew install carthage
- Check for the most recent version if necessary
carthage version
- Create a Cartfile in the root directory of your project
touch Cartfile
- In your Cartfile, add
sdk-base-swift
as a dependency
github "https://github.com/XYOracleNetwork/sdk-base-swift"
- Clone the
sdk-base-swift
dependency and build it into a framework
carthage update
You should now see an update to your project structure with these inclusions
- your-root-project
- Carthage
- Checkouts
- Cartfile.resolved
-
Now open xcode
-
Open the newly created Carthage directory
open Carthage
- Go to the
Carthage/Build/
directory - Then open the
iOS
folder - Grab both
XyBaseSdk
frameworks and drag them into xcode
- iOS 11.0+
- Xcode 10.1+
- Swift 4.2+
- Arie Trouw
See the LICENSE file for license details.
Made with 🔥and ❄️ by XYO