这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: sirnacnud/LocationManager

Tags

v3.0.1

Toggle v3.0.1's commit message
Update podspec

v3.0.0

Toggle v3.0.0's commit message
Update podspec

The recent changes are breaking, and thus require a new major version.

v2.0.2

Toggle v2.0.2's commit message
Update podspec

v2.0.1

Toggle v2.0.1's commit message
Restructure imports to fix undefined symbol issue when using CocoaPod

v2.0.0

Toggle v2.0.0's commit message
Fix some whitespace issues

No functional changes.

v1.2.0

Toggle v1.2.0's commit message
Update podspec for v1.2.0

v1.1.0

Toggle v1.1.0's commit message
Add new variant of location request method with delayUntilAuthorized …

…parameter

Merge pull request intuit#2 from @podkovyrin.

By default, the timeout countdown begins as soon as the `requestLocationWithDesiredAccuracy:timeout:block:` method is called. This commit introduces a new variant of this method that includes a `delayUntilAuthorized` parameter, which allows you to pass YES to delay the start of the timeout countdown until the user has responded to the system location services permissions prompt (if the user hasn't allowed or denied the app access yet).

v1.0.1

Toggle v1.0.1's commit message
Disable NSLog for Release builds or by defining INTU_ENABLE_LOGGING =…

… 0 in preprocessor

Merge pull request intuit#1 from @podkovyrin.

v1.0.0

Toggle v1.0.0's commit message
Initial commit of INTULocationManager