Intuitive GPS Tracker for the iPhone
  • Objective-C 99.8%
  • Shell 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jakob Borg 16bb298be3 Merge branch 'master' into release
* 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
  ...
2012-08-05 16:24:19 +02:00
Classes Load defaults before starting. 2012-08-05 14:28:29 +02:00
en.lproj Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
Glint.xcodeproj Explicitly allow armv6 and armv7 2012-08-05 16:21:36 +02:00
Graphics Larger icon. 2012-08-05 16:16:51 +02:00
Resources XIB deployment version 2012-08-05 14:28:29 +02:00
Settings.bundle Only use significant location changes if it's available. 2010-11-09 18:10:52 +01:00
SharedCode Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
sv.lproj Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
Tests Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
.gitattributes Treat AI files as binary. 2009-11-15 16:03:09 +01:00
.gitignore Ignore Xcode user state 2012-08-05 14:28:29 +02:00
Default.png Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
Default@2x.png Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
Entitlements.plist Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
Glint-Info.plist Bump version number to 1.3.1. 2012-08-05 14:29:50 +02:00
Glint_Prefix.pch Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
Icon.png Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
Icon@2x.png Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
iTunesArtwork Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
LICENSE Handover from personal to Nym Networks. 2010-08-03 14:39:22 +02:00
main.m Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
make-release Consolidate to top level directory. 2010-11-09 17:44:24 +01:00
README Handover from personal to Nym Networks. 2010-08-03 14:39:22 +02:00
Tests-Info.plist Bump version number to 1.3.1. 2012-08-05 14:29:50 +02:00

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