2

我们想在尽可能多的浏览器中测试我们的网站,在我们的持续集成服务器中,在 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 作为参数。

4

2 回答 2

0

它适用于 Jan 命令,但您必须更正 SDK“iPhoneSimulator6.0.sdk”的路径。我将命令运行到 iOS 7 SDK 并且每次我想打开的页面都打开了。

于 2013-09-24T12:54:51.667 回答
0

试试 -u:

/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 -u http://www.google.com

于 2013-02-04T10:17:09.337 回答