Created
February 10, 2016 13:50
-
-
Save lawrencelomax/4ba075b32035724bfb4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 200 OK | |
Content-Length: 1809 | |
Server: Swifter 1.1.2 | |
Content-Type: application/json | |
{ | |
"status" : "success", | |
"events" : [ | |
{ | |
"event_type" : "started", | |
"subject" : { | |
"arguments" : [ | |
], | |
"bundle_name" : "Safari", | |
"environment" : { | |
}, | |
"stderr_path" : null, | |
"bundle_id" : "com.apple.mobilesafari", | |
"stdout_path" : null | |
}, | |
"timestamp" : 1455112126, | |
"simulator" : { | |
"state" : "Booted", | |
"udid" : "D3C42D31-CB65-4382-85A4-48A3319AE8C7", | |
"name" : "iPhone 6s Plus" | |
}, | |
"event_name" : "relaunch" | |
}, | |
{ | |
"event_type" : "discrete", | |
"subject" : { | |
"arguments" : [ | |
"\/Applications\/xcode_7.2.app\/Contents\/Developer\/Platforms\/iPhoneSimulator.platform\/Developer\/SDKs\/iPhoneSimulator.sdk\/Applications\/MobileSafari.app\/MobileSafari" | |
], | |
"name" : "MobileSafari", | |
"pid" : 80819, | |
"launch_path" : "\/Applications\/xcode_7.2.app\/Contents\/Developer\/Platforms\/iPhoneSimulator.platform\/Developer\/SDKs\/iPhoneSimulator.sdk\/Applications\/MobileSafari.app\/MobileSafari" | |
}, | |
"timestamp" : 1455112126, | |
"simulator" : { | |
"state" : "Booted", | |
"udid" : "D3C42D31-CB65-4382-85A4-48A3319AE8C7", | |
"name" : "iPhone 6s Plus" | |
}, | |
"event_name" : "launch" | |
}, | |
{ | |
"event_type" : "ended", | |
"subject" : { | |
"arguments" : [ | |
], | |
"bundle_name" : "Safari", | |
"environment" : { | |
}, | |
"stderr_path" : null, | |
"bundle_id" : "com.apple.mobilesafari", | |
"stdout_path" : null | |
}, | |
"timestamp" : 1455112126, | |
"simulator" : { | |
"state" : "Booted", | |
"udid" : "D3C42D31-CB65-4382-85A4-48A3319AE8C7", | |
"name" : "iPhone 6s Plus" | |
}, | |
"event_name" : "relaunch" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment