[qt/qt-creator/qt-creator]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt-creator/qt-creator Pushed by mirror-service into branch '20.0'. Changed from f215cdba0c244da20b0010d1811ad12b5a8d4cad to 719f787805edfde9fee4eafab2feee756ee77adc Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 719f787805edfde9fee4eafab2feee756ee77adc by Eike Ziller on 31/07/2026 at 12:19.. iOS: Fix passing arguments to the application on device Some command line arguments that were intended for the application on the device were instead interpreted by devicectl as arguments for devicectl itself. Add the undocumented double-dash `--` to the devicectl arguments, but not before the arguments for the app (that doesn't work correctly). Instead we must put the double-dash before the bundle ID. Then the app gets started and all the intended command line arguments are passed to it. Fixes: QTCREATORBUG-34802 Change-Id: Ia611f386111f8ad4344dc545869af77cbd36b562 Reviewed-by: Tor Arne Vestbø <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/719f787805edfde9fee4eafab2feee756ee77adc