From efbdd5297a53eb2ba77f0773d90a880bb3d9277a Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed Date: Tue, 29 Jul 2014 17:16:57 +0200 Subject: ios: fix deploy script for iossim_1_8_2 iossim_1_8_2 (the tool used to deploy to the simulator with Xcode <=5.0.x) wasen't being "qtdeployed", and had incorrect library paths. This made deploy to simulator fail on older Xcode installations. Task-number: QTCREATORBUG-12753 Change-Id: Iecae2938daa0f7180c1fa576c62dd519ac7846d5 Reviewed-by: Kai Koehne --- scripts/deployqtHelper_mac.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/deployqtHelper_mac.sh b/scripts/deployqtHelper_mac.sh index 28e3d26c23..3331e27a2e 100755 --- a/scripts/deployqtHelper_mac.sh +++ b/scripts/deployqtHelper_mac.sh @@ -44,6 +44,7 @@ macdeployqt "$1" \ "-executable=$1/Contents/Resources/sdktool" \ "-executable=$1/Contents/Resources/ios/iostool" \ "-executable=$1/Contents/Resources/ios/iossim" \ + "-executable=$1/Contents/Resources/ios/iossim_1_8_2" \ "$qmlpuppetArgument" "$qml2puppetArgument" || exit 1 # copy qt creator qt.conf -- cgit v1.2.3