diff options
-rw-r--r-- | packaging/ios/Info.plist.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in index d36c5d728..4c119bffc 100644 --- a/packaging/ios/Info.plist.in +++ b/packaging/ios/Info.plist.in @@ -82,11 +82,6 @@ <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> - <key>UIRequiredDeviceCapabilities</key> - <array> - <string>location-services</string> - <string>gps</string> - </array> <key>NSLocationAlwaysUsageDescription</key> <string>When the GPS background service is running, Subsurface-mobile continues to collect GPS positions which can then be matched with dive records.</string> </dict> |