'Create macOS application package with swift-package-manager on linux
Is it possible to create a application package (directory {ApplicationName}.app) using the Swift package manager in the linux version of the Swift? With GNUStep, adding a GNUmakefile file to my project, I can do that (and for what I read, I could run this application on a macOS machine? Or am I wrong?). How to do that with Swift and the SPM? After execute swift build, I can see that the binaries are located on directory like .build/x86_64-unknown-linux-gnu/debig (or .build/x86_64-unknown-linux-gnu/release, if I use swift build -c release). How I build the application package with the files located here?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
