We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73f734 commit c925f64Copy full SHA for c925f64
OpenGpxTracker/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>APPL</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.2</string>
+ <string>1.3</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
@@ -35,6 +35,8 @@
35
<array>
36
<string>location</string>
37
</array>
38
+ <key>UIFileSharingEnabled</key>
39
+ <true/>
40
<key>UILaunchStoryboardName</key>
41
<string>LaunchScreen</string>
42
<key>UIMainStoryboardFile</key>
@@ -56,7 +58,5 @@
56
58
<string>UIInterfaceOrientationLandscapeLeft</string>
57
59
<string>UIInterfaceOrientationLandscapeRight</string>
60
- <key>UIFileSharingEnabled</key>
- <true/>
61
</dict>
62
</plist>
0 commit comments