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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-04-13 17:29:24 -07:00
parent 8508fa5be8
commit f28266bb19

View file

@ -55,8 +55,8 @@
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Subsurface-mobile can track your location to match imported dives</string>
<key>UIFileSharingEnabled</key>
<string>YES</string>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<string>YES</string>
<true/>
</dict>
</plist>