Appearance
Installation
WorkoutKit iOS can be integrated via Swift Package Manager or manually.
Swift Package Manager
swift
dependencies: [
.package(url: "https://github.com/fysiki/workoutkit-ios-sdk.git", .upToNextMajor(from: "1.0.0"))
]Manual integration
- Copy the
FZWorkoutKit.xcframeworkinto your project. - Link and embed it according to your app target settings.
Documentation bundle
DocC symbol source is available at:
https://github.com/fysiki/workoutkit-ios-sdk/blob/main/documentation/FZWorkoutKit.doccarchive.zip
Open the archive in Xcode for native DocC browsing, or use this site for the migrated guides.
