Skip to content

Commit 70dc84e

Browse files
committed
Re-enabled clearing of Instruments files
1 parent 5f285c8 commit 70dc84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ on run argv
122122
changeInfoPlist(unixPathToApplication, "Copy :UIDeviceFamily_backup :UIDeviceFamily")
123123
changeInfoPlist(unixPathToApplication, "Delete :UIDeviceFamily_backup")
124124

125-
-- do shell script "rm -rf ./instrumentscli*"
125+
do shell script "rm -rf ./instrumentscli*"
126126

127127
if length of errorLog > 10 then
128128
logEvent("Some errors occurred: " & errorLog)

0 commit comments

Comments
 (0)