Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kabouzeid/iron
A modern and completely free weightlifting workout tracker for iOS, written in SwiftUI.
https://github.com/kabouzeid/iron
gym ios swift swiftui
Last synced: 2 days ago
JSON representation
A modern and completely free weightlifting workout tracker for iOS, written in SwiftUI.
- Host: GitHub
- URL: https://github.com/kabouzeid/iron
- Owner: kabouzeid
- License: gpl-3.0
- Created: 2018-02-10T20:54:15.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T19:21:58.000Z (2 months ago)
- Last Synced: 2025-01-11T05:34:44.544Z (10 days ago)
- Topics: gym, ios, swift, swiftui
- Language: Swift
- Homepage:
- Size: 162 MB
- Stars: 148
- Watchers: 4
- Forks: 18
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iron
A modern and completely free weightlifting workout tracker for iOS, written in SwiftUI.
| ![Screenshot 1](assets/screenshot1.png) | ![Screenshot 2](assets/screenshot2.png) | ![Screenshot 3](assets/screenshot3.png) |
|-|-|-|## Building
**Xcode 13** or later is required.
- Select the "Iron" project in the Xcode sidebar
- Under "Targets", select "Iron"
- Change the "Bundle Identifier", "App Group" and "iCloud Container" to something unique like `com.yourname.Iron`
- Go to the "Signing & Capabilities" tab and select your development team under "Signing > Team"
- Repeat the same process for the other targets where applicable
- Build the `Iron` scheme. (Note that due to a bug in Xcode 14 the scheme for the Iron target might not be autocreated and you'll have to create it manually.)