Skip to content

Commit dcc473d

Browse files
authored
Merge pull request #6991 from StoDevX/drew/plist-minimum-version-macos
Set LSMinimumSystemVersion to 13.3
2 parents 815065e + 4fca63a commit dcc473d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/AllAboutOlaf/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
<string>1</string>
6868
<key>ITSAppUsesNonExemptEncryption</key>
6969
<false/>
70+
<key>LSMinimumSystemVersion</key>
71+
<string>13.3</string>
7072
<key>LSRequiresIPhoneOS</key>
7173
<true/>
7274
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)