Skip to content

Commit

Permalink
Expose location manager, incase user needs to tweak properties (ew, b…
Browse files Browse the repository at this point in the history
…ut ok)
  • Loading branch information
parrots committed Oct 30, 2015
1 parent e418697 commit 7f7f95b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GPSKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "GPSKit"
spec.version = "0.9.1"
spec.version = "0.9.2"
spec.summary = "CoreLocation without the fuss (and with blocks!)."

spec.homepage = "https://github.com/parrots/GPSKit"
Expand Down
7 changes: 7 additions & 0 deletions Source/CLHCoreLocationManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ extern NSString * const CLHGPSKitLocationResolvedNotificationNoteKey;
*/
- (void)useLocationManager:(CLLocationManager *)locationManager;

/**
* Manager being used by GPSKit
*
* @return location manger being used
*/
- (CLLocationManager *)locationManager;

/**
* Tell the system to start working in a specific mode.
*
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.9.1</string>
<string>0.9.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 7f7f95b

Please sign in to comment.