Skip to content

Instantly share code, notes, and snippets.

@KoheiKanagu
Last active June 4, 2020 06:53
Show Gist options
  • Save KoheiKanagu/e7a914745ccf3c58482b2b1a439f99a6 to your computer and use it in GitHub Desktop.
Save KoheiKanagu/e7a914745ccf3c58482b2b1a439f99a6 to your computer and use it in GitHub Desktop.
iOSシミュレータや接続された実機でURL開く
#!/bin/sh
# `xcrun simctl list` で対象デバイスのUUIDを見つける
xcrun simctl openurl D6541EDA-06AC-465D-A178-93CC2093DAB8 https://example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment