Support dynamic libraries
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.