I have recently made an iOS app, succesfully submitted. Currently I have a similar project (same design, different values). My question is if I can use the same core, use different values, obviously I will rename the Identity and type, Bundle ID, Scheme, but the name of the workspace , info.plist will stay the same.
Asked
Active
Viewed 54 times
0
-
Why couldn't you? – förschter Jun 21 '18 at 12:45
-
But what do you mean by values when you say same design different values? – förschter Jun 21 '18 at 12:46
-
Well it's just a simple list of values (different categories, different names, different pictures, different text). Each app is of different type, but the basics stay the same – Jaroslav Jun 21 '18 at 12:50
-
Possibly duplicate of [How do I completely rename an Xcode project (i.e. inclusive of folders)?](https://stackoverflow.com/questions/33370175/how-do-i-completely-rename-an-xcode-project-i-e-inclusive-of-folders) – ChanOnly123 Jun 21 '18 at 12:51
-
Just add a new target to your existing project. – Desdenova Jun 21 '18 at 13:02