summaryrefslogtreecommitdiff
path: root/src/tools/3rdparty/iossim
Commit message (Collapse)AuthorAgeFilesLines
* ios: simulator support for Xcode 5.13.0Fawzi Mohamed2014-03-259-304/+517
| | | | | | | | | | | | 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. All the logic has been moved into iossim which does an exec of the older binary if needed (so that creator itself remains untouched) Task-number: QTCREATORBUG-11714 Change-Id: I4ad9f922f22367c8371b3be68eae5b6dfdf4df5c Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* iostool: set more env variables (to improve app environment)Fawzi Mohamed2013-11-051-0/+5
| | | | | Change-Id: I97443b7a4e96bc176a38d08d415bd4d27ae6268d Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* iossim: bring simulator to frontFawzi Mohamed2013-11-043-4/+10
| | | | | Change-Id: Ia52237760d36f342d6b053525ca6617a1e722aab Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
* iossim: fix environment mutationFawzi Mohamed2013-10-311-5/+5
| | | | | | | | * ensure that the dictionary is mutable * remove Objective-2.0 code Change-Id: I30c3966a37ad24dfabfd4bd15b0079d0f1a02efc Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* ios simulator debuggingFawzi Mohamed2013-10-292-3/+17
| | | | | Change-Id: Ieee4a509b46da937c3bce21f72c77685946db4dd Reviewed-by: hjk <hjk121@nokiamail.com>
* Ios: Fix qbs build.Christian Kandeler2013-10-111-3/+3
| | | | | Change-Id: I102590e379c640e934c43a563c0adc7ee166288a Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* ios: fixes for C++11 compilationFawzi Mohamed2013-10-104-7/+7
| | | | | Change-Id: I1d333c623f204a41dc92ebd03cbd67958e4588a7 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-091-1/+1
| | | | | Change-Id: I396d970fafea1fd0b4c4d73883796662a1d0064b Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* ios-sim: fix for for 10.6Fawzi Mohamed2013-10-072-1/+3
| | | | | Change-Id: I9528b031c80eb59016a4d10f98d315aa0944e21f Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Ios: Move tools to <libexec>/ios, make them lowercase, fix deploymentEike Ziller2013-10-072-1/+4
| | | | | | | | They can't be directly in libexec path, because then they couldn't have their own qt.conf for resolving the Cocoa platform plugin. Change-Id: I8f3fae85c548747a7d826c078c7ac1fb0a836b43 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* Ios: Fix qbs build.Christian Kandeler2013-10-021-1/+1
| | | | | | Change-Id: I7ae7404873210d6c620020834e6bf4815c4187a7 Reviewed-by: Eike Ziller <eike.ziller@digia.com> (cherry picked from commit fdd4f46342fe4281c5178585c6bdc18ff153d65c)
* Ios: Fix compilation with Qt4Eike Ziller2013-10-022-1/+10
| | | | | Change-Id: I6505d158d2456bc63572e274b47dcef486ca241d Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* ios: preliminary support for iosFawzi Mohamed2013-10-0213-0/+981
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>