Skip to content

plugins/swift: Add minimal swift project support.

JCWasmx86 requested to merge JCWasmx86/gnome-builder:swift into main

Based on the golang plugin.

Just had to add

ide_run_command_set_can_default (run_command, TRUE);

to the RunCommandProvider, as otherwise the project would only be built, if the "Run"-Button was pressed

Merge request reports