ios - Location of CFBundleDisplayName in xCode -
i'm trying find out cfbundledisplayname located can change title of application in xcode when installed on device.
it's understanding cfbundledisplayname holds string value title displayed underneath icon on iphone screen.
i thought in info.plist, cannot see it. in fact, it's bundle not there.
i'm using xcode version 6.3.1.
how/where can change value in xcode?
select target in xcode. select info tab. under "custom ios target properties" section see "bundle display name".
Comments
Post a Comment