OlivierLDff / QtIosCMake

📱 Deploy Qt Application for iOS with a single macro when using CMake.
BSD 3-Clause "New" or "Revised" License
58 stars 15 forks source link

Allow passing additional args to xcodebuild archive #27

Closed mhoeher closed 2 years ago

mhoeher commented 2 years ago

When creating the app archive, allow the user to pass additional arguments by settings the QT_IOS_ARCHIVE_XCODEBUILD_FLAGS variable. The flags in this variable will be appended to the xcodebuild archive command.

OlivierLDff commented 2 years ago

Thanks for the PR