As an independent iOS developer I would like to let my partners to sign the app themselves and handle the distribution. However I am not always in position to pass the whole project along with a source code (which might be confidential) for them to build. Are there steps in Xcode to make it possible?
I know I can make the critical part of the app a separate library to be linked to the whole project. It can be appropriate in some cases, however there are cases when I want to avoid the extra burden related to compatibility issues and code separation.