Why library target can not embed Info.plist section in binary

I want to embed Info.plist into a dylib target, then I can set some build information in Info.plist for dylib,

However, after I build the dylib, I found there is no Info.plist section in dylib, When I do some in a command line binary, it works. Why dylib binary can not embed Info.plist in section?

Thanks for your suggestion.

Why library target can not embed Info.plist section in binary
 
 
Q