mirror of
https://github.com/calmh/Glint.git
synced 2026-07-17 01:24:58 +00:00
Intuitive GPS Tracker for the iPhone
- Objective-C 99.8%
- Shell 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
* master: (37 commits) Explicitly allow armv6 and armv7 Larger icon. Bump version number to 1.3.1. Xcode recommended changes Xcode indent settings. Load defaults before starting. XIB deployment version Uncrustify Ignore Xcode user state Only react to swipe on actual main screen. Fix a few warnings and compile for iOS 5.1 Set release version to 1.3.0. Bump build number. Only use significant location changes if it's available. Consolidate to top level directory. Use latest iOS SDK Remember that we stopped recording in case of sudden exit. Limit number of interpolation steps to avoid 'dos'. Don't automatically add a new track segment on resume. Handle didFinishLaunchingWithOptions ... |
||
| Classes | ||
| en.lproj | ||
| Glint.xcodeproj | ||
| Graphics | ||
| Resources | ||
| Settings.bundle | ||
| SharedCode | ||
| sv.lproj | ||
| Tests | ||
| .gitattributes | ||
| .gitignore | ||
| Default.png | ||
| Default@2x.png | ||
| Entitlements.plist | ||
| Glint-Info.plist | ||
| Glint_Prefix.pch | ||
| Icon.png | ||
| Icon@2x.png | ||
| iTunesArtwork | ||
| LICENSE | ||
| main.m | ||
| make-release | ||
| README | ||
| Tests-Info.plist | ||
Glint ===== Glint is an iPhone application that does GPS tracking. That means it keeps track of where you are and where you're going. It's potentially useful for running, trekking, cycling, paddling, geocaching, geotagging, etc. You can record tracks and export them as GPX, which is importable in a number of mapping programs for different platforms. The source code is released under a BSD license, which means you can fork it and do pretty much what you want with it, but check LICENSE for the legalese stuff. You need to be a registered Apple developer to deploy the compiled binary to the actual hardware platform, but you can always try it out in the simulator without registering. The latest "official" binary release is available for free in the App Store: http://itunes.com/apps/Glint TThe "marketing" web site for Glint is at: http://nym.se/glint The latest source code is always available at: http://github.com/nymnetworks/Glint/ You can contact Nym Networks at info@nym.se or @nymnetworks on Twitter, and please file bug reports on the GitHub issue tracker: http://github.com/nymnetworks/Glint/issues