xcode - Managing separate in-development and usable copies of app -


i have app working on use in everyday life, it's being developed on, never chance use it.

i cycle "ready" stage "developing" stage , , forth. there way can maintain 2 versions in xcode, 1 being "development", , other being "ready use", still using same code?

this purpose of version managment software. using git (included in dev tools) or mercurial can branch code @ each release. allows continue development on new branch , restore stable version whenever needed. when new release stable, merge branch , create new development branch. make sure change bundle identifer of xcode projects in development branch can have both apps installed on device @ same time.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -