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 specifying additional arguments for xcodebuild for the export archive step + README fixes #21

Closed mhoeher closed 3 years ago

mhoeher commented 3 years ago

This change allows users to set the QT_IOS_EXPORT_ARCHIVE_XCODEBUILD_FLAGS variable. The content of this variable will be passed on as additional flags to the xcodebuild call during the export archive step. This allows e.g. using the -allowProvisioningUpdates flag in the build.

Additionally, I noticed that there was a minor inconsistency in the README.md, which is also fixed via the change.

OlivierLDff commented 3 years ago

Good idea! Thank you for the PR