I have a project with two different versions. I keep two targets in xcode to differentiate the two. Are there steps I need to take to submit them as two separate apps, like changing the bundle identifier from this default value that has a suffix of "${PRODUCT_NAME:rfc1034identifier}
"?
I'd like to be able to build the executable to my iPad and have two separate apps, but every time I build, flavor 1 and 2 of the app just overwrite each other instead of creating two separate apps. How can I make them build separately, and does the current state of my project mean I will have problems submitting it as two separate apps unless I make some config changes?