diff options
| author | Peter Grayson <pete@passivelogic.com> | 2025-01-29 18:23:42 -0500 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-30 07:17:24 +0100 |
| commit | 09e81916837cca76e9925b1d9892256280679cde (patch) | |
| tree | fec1b7cc547135a956a03a08e7588ec63d87342f /doc | |
| parent | 74165f722d2e07f3c78a6a9a8173a1336766f153 (diff) | |
feat: add support for swift projects
Add support for swift projects using swift package manager (SPM).
The 'swift-spm symbol is qualified to leave room for other flavors of
swift project that are more Xcode oriented or use cocoapods.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/projects.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc index 5b123fa..6206145 100644 --- a/doc/modules/ROOT/pages/projects.adoc +++ b/doc/modules/ROOT/pages/projects.adoc @@ -269,6 +269,10 @@ are the configuration files of various build tools. Out of the box the following | Zig | `build.zig.zon` | Zig project file + +| Swift +| `Package.swift` +| Swift package file |=== There's also Projectile's own `.projectile` which serves both as a project marker |
