Skip to content

Commit 92d7e2e

Browse files
committed
Updated to use iOS 6.1
1 parent 1d3f180 commit 92d7e2e

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
@@ -19,7 +19,7 @@ on run argv
1919
set applicationFolder to item 2 of argv
2020

2121
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 & "\""
22+
set applicationsFolder to "\"/Users/" & userName & "/Library/Application Support/iPhone Simulator/6.1/Applications/" & applicationFolder & "\""
2323

2424
repeat with currentDevice in allDevices
2525
changeDevice(currentDevice)

0 commit comments

Comments
 (0)