Browse Source

little fix "iPad" quotes

pull/1843/merge
dima-avdeev-jb 3 years ago committed by GitHub
parent
commit
fdd4e50929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      experimental/examples/minesweeper/build.gradle.kts

2
experimental/examples/minesweeper/build.gradle.kts

@ -161,7 +161,7 @@ compose.experimental {
device = IOSDevices.IPHONE_8
buildConfiguration = "Debug" // or "Release"
}
simulator("IPad) {
simulator("IPad") {
//Usage: ./gradlew iosDeployIPad
device = IOSDevices.IPAD_MINI_6th_Gen
buildConfiguration = "Debug"

Loading…
Cancel
Save