|
run: xcodebuild -scheme iOSTerminal -workspace SwiftTerm.xcworkspace -destination "platform=iOS Simulator,id=`instruments -s devices | grep iPhone| grep Simulator | sed -e 's/.*\[//' -e 's/\].*//' | head -1`"
|
|
run: xcodebuild -scheme iOSTerminal -workspace SwiftTerm.xcworkspace -destination "platform=iOS Simulator,id=`instruments -s devices | grep iPhone| grep Simulator | sed -e 's/.*\[//' -e 's/\].*//' | head -1`"
|