Changed minimum deployment target to iOS 9.

This ensures the launch storyboard doesn’t generate an error, and is
line with Xamarin policy for samples.
This commit is contained in:
David Britch 2017-09-21 17:32:24 +01:00
parent 20b14edea6
commit c92b54d29c

View File

@ -20,7 +20,7 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>MinimumOSVersion</key>
<string>6.0</string>
<string>9.0</string>
<key>CFBundleDisplayName</key>
<string>eShopOnContainers</string>
<key>CFBundleIdentifier</key>