blob: 801071026a52dba8e08ff3d32bbefb8ef5b235e6 [file] [log] [blame]
#!/bin/bash
# Generates the XCode project to run / debug benchmark tests.
rm -rf benchmark-darwin-sample-xcode.xcodeproj
xcodegen --spec xcodegen-project.yml
open benchmark-darwin-sample-xcode.xcodeproj