Skip to content

Commit 037ae5d

Browse files
author
JWI
committed
wiped useless changes, current commit works on iOS 9+
1 parent b23b7e4 commit 037ae5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/UIKitBackend/UIKitBackend.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public final class UIKitBackend: AppBackend {
3636
case .unspecified, .carPlay:
3737
// Seems like the safest fallback for now given that we don't
3838
// explicitly support these devices.
39-
.tablet
39+
.phone
4040
@unknown default:
41-
.tablet
41+
.phone
4242
}
4343
}
4444

0 commit comments

Comments
 (0)