How to change bundleId of info.plist in .Dsym?

Default bundle identifier of info.plist in dSYM is {com.apple.xcode.dsym. + TargetName}. I want to change it to {com.apple.xcode.dsym. + bundleID}. How can I do?