ui device family ???

This commit is contained in:
Ellpeck 2020-06-07 01:29:40 +02:00
parent cfeb19faf6
commit 9da60f1402

View file

@ -27,5 +27,11 @@
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<!-- Allow running on iPhones (1) and iPads (2) -->
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
</dict>
</plist>