We have created binaries signed with our distribution certificate. We don't want to share our source code with client and client don't want to share their certificates or any credentials with us.
We have two alternatives: We will give the binaries signed with our distribution certificate to client. Now, the client will change its signing by their certificates. Since we don't want to share code, it should not use xcode. What is possible way to achieve it?
please suggest any methods to achieve the above