autoExport

Auto export generated files to Xcode project on every build. By default, SPM export, this keeps the local Swift Package at [iosAppFolderName]/[exportFolderName]/ in sync with the KSP output. When legacyMode is true, it instead copies the files directly and updates project.pbxproj. If set to false, neither happens, and you will find the generated files under /build/generated/ksp/. Warning: avoid deleting [iosAppFolderName]/[exportFolderName] without first using Xcode to Remove references, when using legacy mode.