ios - Is it possible to change the company identifier of an existing Xcode project? -


i have existing xcode project in i've mistakenly set company identifier companyname rather com.companyname. bundle identifier renders companyname.productname (which expected), i'm hoping able change more correct com.companyname.productname.

i change bundle identifier in plist, possible change company identifier , have change reflected in bundle identifier , anywhere else needs show up? or changing bundle identifier best bet? , there out if do? (the app has not yet been submitted, i'm in process of getting ready that.)

thanks in advance.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -