ACFTCalculator is a tool, written in Swift, for calculating Army Combat Fitness Test scores.
🚧
Swift Package Manager is built into the Swift toolchain and is the preferred way of integrating.
For Swift package projects, simply add the following line to your Package.swift
file in the dependencies
section:
dependencies: [
.package(url: "https://github.com/khaptonstall/ACFTCalculator", .upToNextMajor(from: "<version>")),
]
For app projects, simply follow the Apple documentation on adding package dependencies to your app.
TODO
For more information on the Army Combat Fitness Test and individual events, see https://www.army.mil/acft/
The source used to calculate points for each ACFT event can be found at https://www.army.mil/e2/downloads/rv7/acft/acft_scoring_standards.pdf