Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Tbozhikov/add allow location ios #185

Merged
merged 9 commits into from
Jan 18, 2019
Merged

Conversation

tbozhikov
Copy link
Contributor

Addresses #182, adds some refactorings to #183, see PR comments there

@ghost ghost assigned tbozhikov Jan 15, 2019
@tbozhikov tbozhikov mentioned this pull request Jan 15, 2019
return (CLLocationManager.authorizationStatus() === AUTORIZED_WHEN_IN_USE
|| CLLocationManager.authorizationStatus() === CLAuthorizationStatus.kCLAuthorizationStatusAuthorizedAlways
|| CLLocationManager.authorizationStatus() === CLAuthorizationStatus.kCLAuthorizationStatusAuthorized);
// const AUTORIZED_WHEN_IN_USE = CLAuthorizationStatus.kCLAuthorizationStatusAuthorizedWhenInUse;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment

src/package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "nativescript-geolocation",
"version": "4.3.1",
"version": "4.4.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert version

@tbozhikov tbozhikov merged commit 65d39e9 into master Jan 18, 2019
@ghost ghost removed the in progress label Jan 18, 2019
@elena-p elena-p deleted the tbozhikov/add-allow-location-ios branch January 23, 2019 11:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants