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
Post a Comment