We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ed8fa commit dc5a008Copy full SHA for dc5a008
EarthView/Info.plist
@@ -17,7 +17,11 @@
17
<key>CFBundleShortVersionString</key>
18
<string>1.0</string>
19
<key>CFBundleVersion</key>
20
- <string>1</string>
+ <string>2</string>
21
+ <key>ITSAppUsesNonExemptEncryption</key>
22
+ <false/>
23
+ <key>LSApplicationCategoryType</key>
24
+ <string>public.app-category.utilities</string>
25
<key>LSRequiresIPhoneOS</key>
26
<true/>
27
<key>UIMainStoryboardFile</key>
@@ -28,9 +32,5 @@
28
32
</array>
29
33
<key>UIUserInterfaceStyle</key>
30
34
<string>Automatic</string>
31
- <key>ITSAppUsesNonExemptEncryption</key>
- <false/>
- <key>LSApplicationCategoryType</key>
- <string>public.app-category.utilities</string>
35
</dict>
36
</plist>
0 commit comments