We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bacb16 commit bb8a66bCopy full SHA for bb8a66b
benchmark.sh
@@ -4,7 +4,7 @@ echo ""
4
echo "Preparing environment"
5
6
defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES
7
-#rm -rf ~/Library/Developer/Xcode/DerivedData
+rm -rf ~/Library/Developer/Xcode/DerivedData
8
9
if [ -n "$PATH_TO_PROJECT" ]; then
10
@@ -43,7 +43,7 @@ if [ -n "$PATH_TO_PROJECT" ]; then
43
echo "\t- Xcode Version"
44
echo "\t- Hardware Overview"
45
echo "2️⃣ Share your results at https://github.com/devMEremenko/XcodeBenchmark"
46
-else
47
- echo "XcodeBenchmark.xcworkspace was not found in the current folder"
+else
+ echo "XcodeBenchmark.xcworkspace was not found in the current folder"
48
echo "Are you running in the XcodeBenchmark folder?"
49
fi
0 commit comments