Skip to content

Instantly share code, notes, and snippets.

@aokiplayer
Last active December 6, 2022 01:13
Show Gist options
  • Save aokiplayer/6c00552c52e8925ebac41bb205d2bc73 to your computer and use it in GitHub Desktop.
Save aokiplayer/6c00552c52e8925ebac41bb205d2bc73 to your computer and use it in GitHub Desktop.
利用可能な iOS/iPadOS デバイスのリストアップ

デバイスをリストアップする

xcrun simctl list devicetypes

取得結果は SwiftUI のプレビューでこんな感じで利用

ContentView()
    .previewDevice(.init(rawValue: "iPhone 13 mini"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment