swift-bundler
swift-bundler copied to clipboard
An Xcodeproj-less tool for creating cross-platform Swift apps.
When using `swift bundler run` to build and run an app, Swift Bundler simply starts the app's main executable as a child process and waits for it to finish (similar...
I would like to use swift-bundler to create an app that includes an XPC Service. For that the resulting `.app` directory needs to contain a directory `Contents/XPXServices` which in turn...
Discussed this very briefly on Discord, but I think it would be really handy if we could provide a JSON schema document detailing every value supported in the configuration TOML...
When `-d` is not set to the current directory, the install name and/or rpath seem to set to an incorrect value.
Currently the debug description of the deserialisation is just included in the error message for `ConfigurationError.failedToDeserializeConfiguration`. This is ok for now, but it takes quite a bit of reading to...
Xcode is notorious for having a lot of unnecessary log noise which isn't at all useful. To fix this, `OS_ACTIVITY_MODE=disable` can be added to the Xcode scheme's environment variables. Given...
Developers may want to incorporate the functionality of swift bundler into their own tools. Therefore, a public API would be useful.
A major goal of this project is to eventually support building apps for Linux. There are many competing file formats that can be used to bundle binaries and resources into...
# Problem When using "swift bundler run" or running the App using [VSCode LLDB Debugger](https://github.com/stackotter/swift-bundler/issues/25#issuecomment-1890468200), the app starts in the background. This can be tedious when the app is restarted...
Hey @stackotter! Hope your holidays have been treating you well! I have made some small revisions to support Swift 5.9 (bumping swift-syntax and swift-format to Swift 5.9). It required very...