Skip to content

Commit 5b67e89

Browse files
committed
Merge branch 'hotfix/2.2.1'
2 parents 05b2769 + 1458ff9 commit 5b67e89

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
Changelog for Critical Maps iOS
33

4+
## [2.2.1] - 2017-06-07
5+
### Fixed
6+
- intended purpose of using the user's location while the app is in the background (NSLocationAlwaysUsageDescription)
7+
48
## [2.2.0] - 2017-06-06
59
### Changed
610
- temporary API url

CriticalMaps.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
);
403403
runOnlyForDeploymentPostprocessing = 0;
404404
shellPath = /bin/sh;
405-
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";
405+
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";
406406
showEnvVarsInLog = 0;
407407
};
408408
AE8C2169D48B35B543C49302 /* [CP] Copy Pods Resources */ = {

CriticalMass/CriticalMaps-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>2.2.0.2</string>
26+
<string>2.2.0.3</string>
2727
<key>LSApplicationCategoryType</key>
2828
<string></string>
2929
<key>LSRequiresIPhoneOS</key>
@@ -34,7 +34,7 @@
3434
<true/>
3535
</dict>
3636
<key>NSLocationAlwaysUsageDescription</key>
37-
<string>GPS only used when app is active</string>
37+
<string>This app needs the access to be able to share your location with other Critical Maps users.</string>
3838
<key>UIBackgroundModes</key>
3939
<array>
4040
<string>fetch</string>

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ SPEC CHECKSUMS:
4646

4747
PODFILE CHECKSUM: d0ff173bc6ec07b51790de9163b1ee4ca8b6b8fd
4848

49-
COCOAPODS: 1.2.0.beta.1
49+
COCOAPODS: 1.2.1

0 commit comments

Comments
 (0)