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

Commit 910126b

Browse files
committed
New article 🚀
1 parent 78d9255 commit 910126b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A few times ago I published [ID3TagEditor](https://github.com/chicio/ID3TagEdito
2424

2525
The library had a simple `Package.swift`, but honestly I never tested it with the Swift Package Manager (SPM)
2626
on Linux nor on macOS :sweat_smile: (this was the only feature that I didn't test :sweat_smile:).
27-
Soooo I though: "It's time to add full support for the Swift Package Manager to my ID3TagEditor library and port it
27+
Soooo I though: "It's time to add full support for the Swift Package Manager to ID3TagEditor 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
3030
macOS and Linux for an existing project. Obviously, I will show you the entire process using my [ID3TagEditor](https://github.com/chicio/ID3TagEditor) as example.

0 commit comments

Comments
 (0)