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.
This commit is contained in:
Kyle White 2019-02-16 09:53:15 -05:00 committed by GitHub
parent 0eae3c3ea3
commit 6466c07795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>