Browse Source

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.
pull/343/head
David Britch 7 years ago
parent
commit
c92b54d29c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Mobile/eShopOnContainers/eShopOnContainers.iOS/Info.plist

+ 1
- 1
src/Mobile/eShopOnContainers/eShopOnContainers.iOS/Info.plist View File

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


Loading…
Cancel
Save