Skip to content

Commit 9da9610

Browse files
authored
iOS: Specify LSMinimumSystemVersion value of 12.0 (#1211)
1 parent 721a17a commit 9da9610

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iosHyperskillApp/iosHyperskillApp/Info.plist

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
<false/>
4242
<key>ITSAppUsesNonExemptEncryption</key>
4343
<false/>
44+
<key>LSMinimumSystemVersion</key>
45+
<string>12.0</string>
4446
<key>LSRequiresIPhoneOS</key>
4547
<true/>
4648
<key>NSPhotoLibraryAddUsageDescription</key>

0 commit comments

Comments
 (0)