Why dylib can not embed Info.plist section in binary

Viewed 13

I want to embed Info.plist into a dylib target, then I can set some build information in Info.plist for dylib, as below enter image description here

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.

0 Answers
Related