Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 78d9255

Browse files
committed
New article 🚀
1 parent 9a55cc8 commit 78d9255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2019-01-03-swift-package-manager-linux-macos-create-library-executable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ A few times ago I published [ID3TagEditor](https://github.com/chicio/ID3TagEdito
2222

2323
![id3tageditor linux build issue](/assets/images/posts/spm-id3tageditor-linux-error.jpg "id3tageditor linux build issue")
2424

25-
The library had a simple `Package.swift`, but honestly I never tested the library with the Swift Package Manager (SPM)
26-
on Linux nor on macOS :sweat_smile: (this was the only feature of the that I didn't test).
25+
The library had a simple `Package.swift`, but honestly I never tested it with the Swift Package Manager (SPM)
26+
on Linux nor on macOS :sweat_smile: (this was the only feature that I didn't test :sweat_smile:).
2727
Soooo I though: "It's time to add full support for the Swift Package Manager to my ID3TagEditor library and port it
2828
also on Linux!!!!" :sparkling_heart:
2929
In this post I will describe how you can create a Swift library package for the Swift Package Manager compatible with

0 commit comments

Comments
 (0)