Skip to content

Commit

Permalink
Use simctl instread of instruments to pre-warm simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
sharplet committed Oct 5, 2018
1 parent 5a4b16f commit 044d770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
xcode: "10.0.0"
environment:
SCAN_DESTINATION: "platform=iOS Simulator,name=iPhone X,OS=12.0"
TROPOS_INSTRUMENTS_DEVICE: "iPhone X (12.0) ["
TROPOS_SIMCTL_DEVICE: "iPhone X"

steps:
- checkout
Expand All @@ -15,7 +15,7 @@ jobs:
- run:
name: Pre-warm iOS Simulator
command: |
xcrun instruments -w "$TROPOS_INSTRUMENTS_DEVICE" || true
xcrun simctl boot "$TROPOS_SIMCTL_DEVICE" || true
- run:
name: Pre-fetch CocoaPods specs
command: |
Expand Down

0 comments on commit 044d770

Please sign in to comment.