mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
8508fa5be8
commit
f28266bb19
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue