I developed a sample cocoa app using swift language for Yosemite. It looks like following dylibs gets bundled within the app.
libswift_stdlib_core.dylib
libswiftAppKit.dylib
libswiftCoreGraphics.dylib
libswiftDarwin.dylib
libswiftDispatch.dylib
.
.
.
These dylibs takes around 3.5 MB of memory. Why does these dylibs get bundled within the application? I have also seen these dylibs within embedded frameworks which is developed using swift.
I do not want these dylibs to be bundled within the application/framework. It would be very helpful if someone can share information about this.
Thanks, Srinivas