From 446028feb4bb189b0a826af99b70a144bb5ff895 Mon Sep 17 00:00:00 2001 From: Norman Sander Date: Wed, 7 Jun 2017 10:28:27 +0200 Subject: [PATCH 1/2] chlg --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 899e6f62f..68dd5daca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log Changelog for Critical Maps iOS +## [2.2.1] - 2017-06-07 +### Fixed +- intended purpose of using the user's location while the app is in the background (NSLocationAlwaysUsageDescription) + ## [2.2.0] - 2017-06-06 ### Changed - temporary API url From 1458ff92bb25182a4b74754dedb0218f40783b74 Mon Sep 17 00:00:00 2001 From: Norman Sander Date: Wed, 7 Jun 2017 15:17:20 +0200 Subject: [PATCH 2/2] change gps access purpose --- CriticalMaps.xcodeproj/project.pbxproj | 2 +- CriticalMass/CriticalMaps-Info.plist | 4 ++-- Podfile.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CriticalMaps.xcodeproj/project.pbxproj b/CriticalMaps.xcodeproj/project.pbxproj index 4d6f79fe6..a219084ff 100644 --- a/CriticalMaps.xcodeproj/project.pbxproj +++ b/CriticalMaps.xcodeproj/project.pbxproj @@ -402,7 +402,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; AE8C2169D48B35B543C49302 /* [CP] Copy Pods Resources */ = { diff --git a/CriticalMass/CriticalMaps-Info.plist b/CriticalMass/CriticalMaps-Info.plist index cf7566aa0..8137616ad 100644 --- a/CriticalMass/CriticalMaps-Info.plist +++ b/CriticalMass/CriticalMaps-Info.plist @@ -23,7 +23,7 @@ CFBundleSignature ???? CFBundleVersion - 2.2.0.2 + 2.2.0.3 LSApplicationCategoryType LSRequiresIPhoneOS @@ -34,7 +34,7 @@ NSLocationAlwaysUsageDescription - GPS only used when app is active + This app needs the access to be able to share your location with other Critical Maps users. UIBackgroundModes fetch diff --git a/Podfile.lock b/Podfile.lock index 4ee728240..166d5f027 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -46,4 +46,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: d0ff173bc6ec07b51790de9163b1ee4ca8b6b8fd -COCOAPODS: 1.2.0.beta.1 +COCOAPODS: 1.2.1