https://github.com/lukasbischof/igcviewer
A simple viewer for IGC Files 🛩
https://github.com/lukasbischof/igcviewer
igc igc-files
Last synced: 7 days ago
JSON representation
A simple viewer for IGC Files 🛩
- Host: GitHub
- URL: https://github.com/lukasbischof/igcviewer
- Owner: lukasbischof
- License: gpl-3.0
- Created: 2017-05-09T15:37:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T10:52:25.000Z (over 5 years ago)
- Last Synced: 2026-05-15T12:41:47.797Z (2 months ago)
- Topics: igc, igc-files
- Language: Swift
- Homepage:
- Size: 5.44 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IGCViewer
A macOS app for reading IGC log files.

## Setup
This project uses cocoapods. To setup, run `gem install cocoapods` in your terminal.
To setup the project, run:
```shell
pod init
open IGCViewer.xcworkspace
```
## Fameworks
This Project uses the [Charts](https://github.com/danielgindi/Charts) framework which is licensed under the Apace-2.0 license.