[K/N] Fix watchOS-simulator device name changed in XCode 14
This commit is contained in:
@@ -273,7 +273,7 @@ private fun simulator(project: Project): ExecutorService = object : ExecutorServ
|
|||||||
val default = project.findProperty("iosDevice")?.toString() ?: when (target.family) {
|
val default = project.findProperty("iosDevice")?.toString() ?: when (target.family) {
|
||||||
Family.TVOS -> "Apple TV 4K"
|
Family.TVOS -> "Apple TV 4K"
|
||||||
Family.IOS -> "iPhone 11"
|
Family.IOS -> "iPhone 11"
|
||||||
Family.WATCHOS -> "Apple Watch Series 6 - 40mm"
|
Family.WATCHOS -> "Apple Watch Series 6 (40mm)"
|
||||||
else -> error("Unexpected simulation target: $target")
|
else -> error("Unexpected simulation target: $target")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user