Hy there I would like to have three apps depending, which are based on the same code:
MyAppDevelopment
(Builds from Xcode that are deployed to the device)
MyAppPreview
(Beta testing)
MyApp
(Release)
It should be possible to have all of the three Apps installed on a device and they'd have their own icon to nicely distinguish them visually.
Now I know that I could have three different targets with their respective Info.plist
file, but I would rather use Xcode's configurations so that I don't have to maintain three different targets. Is this possible using configurations, the problem is that the App identifier is stored in the Info.plist
file, which can be defined per-target...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…