Xcode – macOS: Should I ship system libs if my app dynamically links to them?
My app uses a couple of third-party dynamic libs, which I include in my app package. But what about the system libs that my own code and third-party libs depend on? Examples include /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation /usr/lib/libSystem.B.dylib Should I bundle these and…