Skip to content

Support dynamic libraries

Compare
Choose a tag to compare
@stackotter stackotter released this 29 Oct 22:54
· 388 commits to main since this release

Swift Bundler can now automatically detect dynamic libraries and copy them into the app bundle. The dynamic libraries are located at /path/to/YourApp.app/Contents/DynamicLibraries. Framework resources are not supported and if a framework contains resources, swift-bundler will let you know by throwing an error and exiting.