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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -