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 1d3f180 commit 92d7e2eCopy full SHA for 92d7e2e
run
@@ -19,7 +19,7 @@ on run argv
19
set applicationFolder to item 2 of argv
20
21
set automationTemplate to "instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.bundle/Contents/Resources/Automation.tracetemplate"
22
- set applicationsFolder to "\"/Users/" & userName & "/Library/Application Support/iPhone Simulator/6.0/Applications/" & applicationFolder & "\""
+ set applicationsFolder to "\"/Users/" & userName & "/Library/Application Support/iPhone Simulator/6.1/Applications/" & applicationFolder & "\""
23
24
repeat with currentDevice in allDevices
25
changeDevice(currentDevice)
0 commit comments