Product Bundle Identifier for Command Line Tools

Hi, We have command line tools which are distributed as daemons and we are trying to set the BundleIdentifier to those but by default the product name is set as BundleIdentifier.


In Xcode, we can add the Info.plist to those and add Bundle Identifier but it does not have any effect (codesign says "Info.plist=not bound"). Is there any way to assign the custom bundle identifier to the command line tools which resigning using "codesign"?


Thanks.