I am building several different video poker apps. One app is the Jacks or Better version of video poker. Others include Deuces Wild, Royal Aces, 10's or Better, etc. I've already built a Royal Aces version and now I want to make a 10's or Better version. Should I be using my Royal Aces project and setting different targets for the other poker versions? Since I will be reusing 95% of of the code, I want a simple way of doing this.
If I should be using a different target for each type of Video Poker app, I'm assuming each target can have it's own: Bundle ID, App Name, etc. This way I can archive each video poker target separately and upload each as a separate binary.
Am I correctly understanding how I can use different targets? Is this the correct way and most efficient way of accomplishing my task?