RESOLVED FIXED 135549
REGRESSION: OS marketing version in iOS Simulator user-agent string is the host OS’s
https://bugs.webkit.org/show_bug.cgi?id=135549
Summary REGRESSION: OS marketing version in iOS Simulator user-agent string is the ho...
mitz
Reported 2014-08-03 11:50:45 PDT
The OS marketing version number included in the default user-agent string is the OS X version of the host. It should be the iOS version of the Simulator.
Attachments
Locate System/Library relative to the Simulator root (1.80 KB, patch)
2014-08-03 11:58 PDT, mitz
mrowe: review+
mitz
Comment 1 2014-08-03 11:55:58 PDT
mitz
Comment 2 2014-08-03 11:58:41 PDT
Created attachment 235947 [details] Locate System/Library relative to the Simulator root
Mark Rowe (bdash)
Comment 3 2014-08-03 12:18:50 PDT
Comment on attachment 235947 [details] Locate System/Library relative to the Simulator root I'm surprised that NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, NSSystemDomainMask, YES) doesn't do the right thing automatically for iOS.
mitz
Comment 4 2014-08-03 12:19:05 PDT
mitz
Comment 5 2014-08-03 12:22:25 PDT
Note You need to log in before you can comment on or make changes to this bug.