How to use sparkle updater in swift app?

1.6k Views Asked by At

Does anyone know how I would go about setting this up in my Swift App? I have tried setting it up with the cocoa instructions, but I have problems with my app finding the framework. It seems that Swift doesn't have framework folders anymore.

What steps should I take to get this up and running? It's just a .app without an installer.

Thanks

1

There are 1 best solutions below

0
On

As has been answered here - https://stackoverflow.com/a/19357321/4396258

You need to change the destination to "Frameworks" rather than resources in your copy phase