From f28266bb197527134f63b9acea3b8ac1224de38c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 13 Apr 2018 17:29:24 -0700 Subject: iOS: fix info.plist Xcode happily accepted the incorrect plist syntax for a boolean and the app did the right thing when installed locally - but once you upload to the iTunes store the error causes that to fail. Signed-off-by: Dirk Hohndel --- packaging/ios/Info.plist.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/ios/Info.plist.in') diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in index dab667ccd..8f1afc1c8 100644 --- a/packaging/ios/Info.plist.in +++ b/packaging/ios/Info.plist.in @@ -55,8 +55,8 @@ NSLocationAlwaysAndWhenInUseUsageDescription Subsurface-mobile can track your location to match imported dives UIFileSharingEnabled - YES + LSSupportsOpeningDocumentsInPlace - YES + -- cgit v1.2.3-70-g09d2