Skip to content

Commit

Permalink
IOS unittests fix UISupportedInterfaceOrientations typo
Browse files Browse the repository at this point in the history
Change-Id: I2ca6df4452e375d4f381d4b015f877fa99d16e36
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400985
Reviewed-by: Dirk Pranke <dpranke@google.com>
Reviewed-by: Mark Cogan <marq@chromium.org>
Commit-Queue: Olivier Robin <olivierrobin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805693}
  • Loading branch information
robinolivier authored and Commit Bot committed Sep 10, 2020
1 parent 833ce07 commit ea46b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/chrome/test/unittest-scene-lifecycle-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<string>{768, 1024}</string>
</dict>
</array>
<key>UISupportedInterfaceOrientation</key>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
Expand Down
2 changes: 1 addition & 1 deletion testing/gtest_ios/unittest-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<string>{768, 1024}</string>
</dict>
</array>
<key>UISupportedInterfaceOrientation</key>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
Expand Down

0 comments on commit ea46b8b

Please sign in to comment.