You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have created a new repo called GifskiFramework which provides support for the Swift package manager. The new repo uses many build scripts and a complex GitHub action to automatically build a SwiftPM.
@kornelski Please let me know if you would be happy to have a PR that adds these new files to this repo or any other acceptable ways to add SwiftPM support. I am always glad to help.
Instead of having to bundle the Xcode project. Swift Package Manager supports libraries: https://rderik.com/blog/making-a-c-library-available-in-swift-using-the-swift-package/
To be clear. I don't mean adding Swift code here. Just a Package.swift and a module map.
This would make it so much nicer to import
gifski
into Gifski.app and make it easier to update.The text was updated successfully, but these errors were encountered: