osx - Signing OS x application with codesign - Update Bundle identifier -


i use command line sign generated os x application :

codesign --force -s "$certifname" -i "$bundleid"  "./$projectname.app" 

the command executed, bundle identifier in info.plist (./angrybot.app/contents/info.plist) doesn't take new "$bundleid".

is normal or must changed ?


Comments