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:
parent
20b14edea6
commit
c92b54d29c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user