aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2024-01-11 14:28:33 +0100
committerEike Ziller <eike.ziller@qt.io>2024-01-12 08:10:36 +0000
commitfd4b8aa5a87c25e010d5c446a9777eae29521354 (patch)
tree0bb4d623e17aca6e3f9c3f84d3e840e3478f183b /src/shared
parent063234c1790bc0ca7502eddb742279c7d2460582 (diff)
iOS: Fix provisioning profile check for "newer" devices
Before deploying we check if the provisioning information includes the device that is deployed to. This suffers from the same issue as QTCREATORBUG-21291: We use the USB identifier for the device ID in Qt Creator, which cannot contain dashes, but the iOS hardware udid that Apple uses can contain dashes (and the USB identifier then is that udid without the dashes). We need to use the iOS hardware udid when checking for the device in the provisioning information. Fixes: QTCREATORBUG-30158 Change-Id: I6f9e162ad6ece02370923ea59c046f439b8cc47a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/shared')
0 files changed, 0 insertions, 0 deletions