Re: [webkit-dev] Building WebKit for an iOS device

2017-07-12 Thread Frédéric WANG
Le 12/07/2017 à 19:19, Alex Christensen a écrit : > WebKit can be built and run on the iOS simulator by anyone with the > public iOS SDK. I > use https://webkit.org/blog/3457/building-webkit-for-ios-simulator/ when > I forget how to do this. > > I guess WebKit can be built for device, but I’m

Re: [webkit-dev] Building WebKit for an iOS device

2017-07-12 Thread Michael Saboff
I’ll add a little to Alex’s comments. I doubt you could build all of WebKit with the public iOS SDK. You certainly can’t sign JavaScriptCore to use JIT memory. Even if could build WebKit and statically linked your code with what you built, there will likely be some mismatch between the

Re: [webkit-dev] Building WebKit for an iOS device

2017-07-12 Thread Alex Christensen
WebKit can be built and run on the iOS simulator by anyone with the public iOS SDK. I use https://webkit.org/blog/3457/building-webkit-for-ios-simulator/ when I forget how to do this. I guess WebKit can be built for device, but

[webkit-dev] Building WebKit for an iOS device

2017-07-12 Thread Frédéric WANG
Hello, For development and testing purpose, I was wondering if there is a way to produce a build of WebKit/Safari-mobile and to install it on a device (instead of using the iOS simulator)? And is there any specific requirement like having an Apple developer license and a registered device? I