Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 635 Bytes

Readme.md

File metadata and controls

23 lines (14 loc) · 635 Bytes

Builder-Swift

This Plugin for Gnome Builder aims to support the Building and Running of Swift Packages in the mentioned IDE. The Source Code is based on the Maven Plugin of Gnome Builder (created by Alberto Fanjul) and adapted to run the Swift Package Manager.

Working

  • Resolve Dependencies
  • Building entire Project
  • Running (using swift run)

Worked on

  • Targets in the "Targets"-Section of Gnome-Builder
  • Tests in the "Unit-Test"-Section of Gnome-Builder
  • Building one single Target
  • Running one single Targets

ToDo:

  • Debugging a Target
  • Debugging multiple Targets