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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/Mobile/eShopOnContainers/eShopOnContainers.TestRunner.iOS/Info.plist
|
|
@ -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> |