Skip to content

Commit bb8a66b

Browse files
committed
uncommented DerivedData
1 parent 1bacb16 commit bb8a66b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmark.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ echo ""
44
echo "Preparing environment"
55

66
defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES
7-
#rm -rf ~/Library/Developer/Xcode/DerivedData
7+
rm -rf ~/Library/Developer/Xcode/DerivedData
88

99
if [ -n "$PATH_TO_PROJECT" ]; then
1010

@@ -43,7 +43,7 @@ if [ -n "$PATH_TO_PROJECT" ]; then
4343
echo "\t- Xcode Version"
4444
echo "\t- Hardware Overview"
4545
echo "2️⃣ Share your results at https://github.com/devMEremenko/XcodeBenchmark"
46-
else
47-
echo "XcodeBenchmark.xcworkspace was not found in the current folder"
46+
else
47+
echo "XcodeBenchmark.xcworkspace was not found in the current folder"
4848
echo "Are you running in the XcodeBenchmark folder?"
4949
fi

0 commit comments

Comments
 (0)