qt_no_set_xcode_bundle_identifier
禁止在 iOS 上的目标最终确定过程中提供后备应用程序捆绑 ID。
此变量在 Qt 6.1 中引入。
在 iOS 上最终确定可执行目标时,如果目标的XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER
和MACOSX_BUNDLE_GUI_IDENTIFIER
属性尚未设置,qt_finalize_target()将填充这些属性。为避免出现这种情况,请将QT_NO_SET_XCODE_BUNDLE_IDENTIFIER
设置为TRUE
。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.