I can't seem to figure out the discrepancy here.
My app is named Monsters!
So in the plist, the Bundle Identifier is
com.businessname.${PRODUCT_NAME:rfc1034identifier}
from what I understand :rfc1034identifier
removes forbidden characters from the Bundle ID, in my case the !
at the end of Monsters!
But for some reason, when I go to my Project Settings, Xcode is giving me a Bundle Identifier of
com.businessname.Monsters-
I realize I can go into the plist and just hardcode my Bundle Identifier but does anyone know where or why that -
is being added?