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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -