我们想在尽可能多的浏览器中测试我们的网站,在我们的持续集成服务器中,在 ios 中也是如此。我们想通过打开 safari 的 url 来启动 ios 模拟器。我们可以这样开始 safari:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app/Contents/MacOS/iPhone\ Simulator -SimulateApplication /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator .platform/Developer/SDKs/iPhoneSimulator6.0.sdk/Applications/MobileSafari.app/MobileSafari
但是我们还没有弄清楚如何将 url 作为参数。