Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 6466c07

Browse files
authored
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.
1 parent 0eae3c3 commit 6466c07

File tree

1 file changed

+2
-2
lines changed
  • src/Mobile/eShopOnContainers/eShopOnContainers.TestRunner.iOS

1 file changed

+2
-2
lines changed

src/Mobile/eShopOnContainers/eShopOnContainers.TestRunner.iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>LSRequiresIPhoneOS</key>
1414
<true/>
1515
<key>MinimumOSVersion</key>
16-
<string></string>
16+
<string>9.0</string>
1717
<key>UIDeviceFamily</key>
1818
<array>
1919
<integer>1</integer>
@@ -31,4 +31,4 @@
3131
<string>UIInterfaceOrientationLandscapeRight</string>
3232
</array>
3333
</dict>
34-
</plist>
34+
</plist>

0 commit comments

Comments
 (0)