Files
Ascently/ios
Atridad Lahiji d002c703d5
All checks were successful
Ascently - Sync Deploy / build-and-push (push) Successful in 2m30s
Fixed a number of sync issues I noticed
2026-01-09 14:39:28 -07:00
..
2025-12-15 16:32:59 -07:00
2025-10-14 14:26:56 -06:00

Ascently for iOS

The native iOS and widget client for Ascently, built with Swift and SwiftUI.

Project Structure

This is a standard Xcode project. The main app code is in the Ascently/ directory.

  • Models/: Swift Codable models (Problem, Gym, ClimbSession) that match the Android app.
  • ViewModels/: App state and logic. ClimbingDataManager is the core here, handling data with SwiftData.
  • Views/: All the SwiftUI views.
    • AddEdit/: Views for adding/editing gyms, problems, etc.
    • Detail/: Detail views for items.
  • Services/: Handles HealthKit and sync server communication.
  • Utils/: Helper functions and utilities.

Other Targets

  • ClimbingActivityWidget/: A home screen widget.
  • SessionStatusLive/: A Live Activity for the lock screen.