我们想在尽可能多的浏览器中使用我们的持续集成服务器在ios中测试我们的网站。我们想开启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/平台/ iPhoneSimulator.platform /开发商/软件开发工具包/ iPhoneSimulator6.0.sdk /应用/ MobileSafari.app / MobileSafari
但我们还没有想出如何将网址作为参数。
答案 0 :(得分: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/平台/ iPhoneSimulator.platform / Developer / SDKs / iPhoneSimulator6.0.sdk / Applications / MobileSafari.app / MobileSafari -u http://www.google.com
答案 1 :(得分:0)
它适用于Jan命令,但您必须更正SDK“iPhoneSimulator6.0.sdk”的路径。 我将命令运行到iOS 7 SDK,并且每次打开我要打开的页面时都会打开。