Browse Source

Update eShopOnContainers.TestRunner.iOS/Info.plist

Matching MinOSVersion to the same in eShopOnContainers.iOS/Info.plist. Required for successful builds given the currently set architectures.
pull/940/head
Kyle White 6 years ago
committed by GitHub
parent
commit
6466c07795
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Mobile/eShopOnContainers/eShopOnContainers.TestRunner.iOS/Info.plist

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

@ -13,7 +13,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string></string>
<string>9.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
@ -31,4 +31,4 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
</plist>

Loading…
Cancel
Save