Experimental
An iPhone app companion for SATSCARD.
Download on TestFlight.
- Xcode (and Xcode Command Line Tools)
- Git
You can verify the required tools are installed with:
xcodebuild -version
git --versionClone SatsBuddy and open the project:
cd ~/Documents
git clone https://github.com/reez/SatsBuddy.git
cd SatsBuddy
open SatsBuddy.xcodeprojSatsBuddy resolves CKTap from the remote rust-cktap Swift Package (v0.2.2).
This project links native / FFI-heavy dependencies (CKTap, BitcoinDevKit). On some Xcode versions, SwiftUI previews may crash using the default preview execution mode, even though the app runs correctly in the simulator.
To fix this: From inside a SwiftUI View code file, Select Editor -> Canvas -> Enable “Use Legacy Previews Execution” After enabling this option, SwiftUI previews should render normally.
Made in Nashville.