How to duplicate Xcode Project to create a payment version of a free app

后端 未结 1 1971
夕颜
夕颜 2021-01-03 11:16

I have a free app and I want to make a paid version. I tried to create a new project and copy the class into it but isn\'t very simple. Is there a way more simple? I duplica

相关标签:
1条回答
  • 2021-01-03 11:46

    Paul R is right you should not copy the project.. you should create two targets in your app.. because if you fix a bug in your lite version it will automatically fix that in paid version.. in future it will help you a lot..

    Here are few articles on how to create multiple targets in your project and how you should work with them -

    http://blog.just2us.com/2009/07/tutorial-creating-multiple-targets-for-xcode-iphone-projects/

    http://finbarrbrady.com/2010/03/building-for-multiple-targets-in-xcode/

    http://www.pacificspirit.com/blog/2009/01/27/building_for_multiple_iphone_targets_in_xcode

    0 讨论(0)
提交回复
热议问题