├── .gitignore ├── README.md └── sgnavitweak ├── FixedLocationData.h ├── FixedLocationData.m ├── Makefile ├── SGNaviTweak.plist ├── SgLocationCacheManager.h ├── SgLocationCacheManager.m ├── SgLocationManagerDelegate.h ├── SgLocationManagerDelegate.m ├── Tweak.xm └── control /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rand01ph/SGNavi/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rand01ph/SGNavi/HEAD/README.md -------------------------------------------------------------------------------- /sgnavitweak/FixedLocationData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rand01ph/SGNavi/HEAD/sgnavitweak/FixedLocationData.h -------------------------------------------------------------------------------- /sgnavitweak/FixedLocationData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rand01ph/SGNavi/HEAD/sgnavitweak/FixedLocationData.m -------------------------------------------------------------------------------- /sgnavitweak/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rand01ph/SGNavi/HEAD/sgnavitweak/Makefile -------------------------------------------------------------------------------- /sgnavitweak/SGNaviTweak.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rand01ph/SGNavi/HEAD/sgnavitweak/SGNaviTweak.plist -------------------------------------------------------------------------------- /sgnavitweak/SgLocationCacheManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rand01ph/SGNavi/HEAD/sgnavitweak/SgLocationCacheManager.h -------------------------------------------------------------------------------- /sgnavitweak/SgLocationCacheManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rand01ph/SGNavi/HEAD/sgnavitweak/SgLocationCacheManager.m -------------------------------------------------------------------------------- /sgnavitweak/SgLocationManagerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rand01ph/SGNavi/HEAD/sgnavitweak/SgLocationManagerDelegate.h -------------------------------------------------------------------------------- /sgnavitweak/SgLocationManagerDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rand01ph/SGNavi/HEAD/sgnavitweak/SgLocationManagerDelegate.m -------------------------------------------------------------------------------- /sgnavitweak/Tweak.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rand01ph/SGNavi/HEAD/sgnavitweak/Tweak.xm -------------------------------------------------------------------------------- /sgnavitweak/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rand01ph/SGNavi/HEAD/sgnavitweak/control --------------------------------------------------------------------------------