This demo uses SwiftUI.
- Make sure you have Xcode 12 or greater installed
- You will need CocoaPods installed
- Make sure you're into the build/ios/demo directory with
cd build/ios/demo
- Run
pod install
to install the SparkTokens CocoaPod - Open the Xcode workspace:
open SparkTokensDemo.xcworkspace
- Click the
▶️ button to build and run the demo
Note: if you add new files in the Style Dictionary configuration, you will need to run pod install
in the build/ios/demo
directory again so CocoaPods can link the newly generated files into Xcode.