summaryrefslogtreecommitdiff
path: root/src/tools/3rdparty/iossim/iphonesimulator.h
Commit message (Collapse)AuthorAgeFilesLines
* ios: simulator integration support for Xcode6Fawzi Mohamed2014-09-171-1/+4
| | | | | Change-Id: Ibe161281e7dcdbba2c19fb23fac0546f2e592ad2 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
* ios: simulator support for Xcode 5.1Fawzi Mohamed2014-03-141-5/+3
| | | | | | | | | | update iossim to be based on version 1.9.0, so that we can support the new Xcode 5.1. Keep the old version around and use it with older Xcode. Task-number: QTCREATORBUG-11714 Change-Id: I4ad9f922f22367c8371b3be68eae5b6dfdf4df5c Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* ios-sim: fix for for 10.6Fawzi Mohamed2013-10-071-0/+1
| | | | | Change-Id: I9528b031c80eb59016a4d10f98d315aa0944e21f Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* ios: preliminary support for iosFawzi Mohamed2013-10-021-0/+40
first work in progress support for ios * separate iosTool using xml communication used for device info and run * iossim tool to handle the simulator * debug prepared but not working * separate gcc toolchain detection fix for simulator 1) add a QT built for ios 2) open a project, for example qtbase/examples/widgets/animation/animatedtiles/animatedtiles.pro 3) build/run... Change-Id: I7e01604e416338cbe4692dfb34f5d3f31312702d Reviewed-by: Eike Ziller <eike.ziller@digia.com>