Wearable rep tracker for physical therapy.
SafeFlex is an iOS app that helps physical therapy patients track their exercise repetitions using wearable device data. Built with SwiftUI and SwiftData.
- macOS 14 Sonoma or later
- Xcode 16+
- iOS 17+ deployment target
- Swift 5.9+
- An Apple Developer account (for running on a physical device)
- Clone the repository:
git clone https://github.com/etvinh/Safe_Flex.git cd Safe_Flex - Open the project in Xcode:
open SafeFlex/SafeFlex.xcodeproj
- Select a simulator or connected device from the scheme menu.
- Build and run with Cmd + R.
- Go to Signing & Capabilities in the project settings.
- Select your development team under Signing.
- Connect your iPhone and select it as the run destination.
- Trust the developer certificate on your device under Settings → General → Device Management.
Join the Discord: https://discord.gg/pB4Ddw2y7
This project is licensed under the MIT License — see LICENSE for details.