This commit is contained in:
Sebastián Katzer 2013-10-08 15:49:34 +02:00
parent ffc8078e6f
commit d941e281a0

View File

@ -27,15 +27,14 @@
</config-file>
<!-- The app is able to run in background through location-tracking mode -->
<!-- <config-file target="*-Info.plist" parent="UIBackgroundModes">
<config-file target="*-Info.plist" parent="UIBackgroundModes">
<array>
<string>location</string>
</array>
</config-file> -->
</config-file>
<!-- Hint is displayed to user by first start -->
<config-file target="*-Info.plist" parent="CFBundleIdentifier">
<key>NSLocationUsageDescription</key>
<config-file target="*-Info.plist" parent="NSLocationUsageDescription">
<string>Is required -for iOS 6 and above- to run the app in background!</string>
</config-file>