Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephenbensley/tensity
Tensity is an iOS app that calculates the string tension for a guitar.
https://github.com/stephenbensley/tensity
ios swift swiftui
Last synced: 15 days ago
JSON representation
Tensity is an iOS app that calculates the string tension for a guitar.
- Host: GitHub
- URL: https://github.com/stephenbensley/tensity
- Owner: stephenbensley
- License: mit
- Created: 2022-06-26T17:29:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T21:13:33.000Z (3 months ago)
- Last Synced: 2024-11-06T03:16:59.431Z (2 months ago)
- Topics: ios, swift, swiftui
- Language: Swift
- Homepage:
- Size: 13.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tensity
Tensity is an iOS app that calculates the string tension for a guitar.
### Installation
The app can be downloaded for free from the Apple [App Store](https://apps.apple.com/us/app/id1631745251/). There are no in-app purchases or ads.
### Privacy
This app does not collect or share any personal information. For complete details, read the [Privacy Policy](https://stephenbensley.github.io/Tensity/privacy.html)
### License
The source code for this app has been released under the [MIT License](LICENSE).
### Copyright
© 2024 Stephen E. Bensley
## Building from Source
The app was developed with [Xcode](https://developer.apple.com/xcode/), which is freely available from Apple. After installing Xcode and cloning the repo, open the Xcode [project](Tensity.xcodeproj) at the root of the repo. The Git tags correspond to App Store releases. Checkout the most recent tag to ensure a stable build.
If you're interested in making changes, read the [Design Overview](Development.md).
### Dependencies
The app depends on a [Swift Package](https://www.swift.org/packages/): [UtiliKit](https://github.com/stephenbensley/UtiliKit) (also developed by me). This dependency should be resolved automatically when you open and build the project.
### Targets
The Xcode project has the following targets:
- Tensity: The iOS app
- TensityTests: Unit tests