简体   繁体   English

允许其他开发人员处理我的XCode项目

[英]Allow another developer to work on my XCode project

I have an XCode project I am working on, and I need to grant access to another developer to work on the project as well. 我有一个正在处理的XCode项目,我还需要授予另一个开发人员访问项目的权限。 In order to do this, I believe I have to send over my private key and provisioning profile (is this correct?) 为了做到这一点,我相信我必须通过我的私钥和配置文件发送(这是正确的吗?)

However, I've been working on my project using my own personal iOS development certificate. 但是,我一直在使用自己的个人iOS开发证书来开发我的项目。 And I don't feel completely comfortable sending over all my signing identity to someone else. 而且我觉得将我的所有签名身份发送给其他人并不十分舒服。

What is the simplest and securest way to get the other developer working on the same project as me, without giving him access to my entire iOS dev account. 让其他开发人员和我一起工作在同一个项目上的最简单,最安全的方法是什么,而不让他访问我的整个iOS开发帐户。

Thanks! 谢谢!

Atlassian Rocks! Atlassian Rocks!

Go to this website create a repo, set up everything from your side. 转到这个网站创建一个回购,从你身边设置一切。 Ask the other partner to download the repo and start coding. 请另一个合作伙伴下载repo并开始编码。 Fight with each other when you get merge conflicts :) 当你遇到合并冲突时互相争斗:)

Good luck! 祝好运!

You can just send the project files, so s/he can work on project. 您可以发送项目文件,以便他/她可以处理项目。 Just cant test it on device if s/he doesnt have license. 如果他/她没有许可证,就不能在设备上测试它。 I dont think "Developer license" have access to add person to developer team. 我不认为“开发人员许可”可以访问开发人员团队。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在同一个xcode项目上与另一个开发人员合作,配置配置文件问题 - Work with another developer on same xcode project, provisioning profile issue 如何与超过1位开发人员一起处理XCode项目 - How to work on XCode project with more than 1 developer 如何在其他开发人员设备中安装我的xcode项目以进行测试 - How to Install my xcode project in other developer device for testing 如何在没有开发人员证书的情况下在Xcode中归档我的项目? - How to archive my project in Xcode without a developer's certificate? 使用两个Apple开发人员帐户使用git协同处理Xcode项目 - Using two Apple Developer Accounts to work on an Xcode project collaboratively using git 为什么我的代码在 Xcode Playground 中有效,但在我的项目中无效? - Why does my code work in Xcode Playground but not in my project? Git-Xcode-LAN上的单个项目多个开发人员 - Git - xcode - single project multiple developer on LAN Xcode项目未出现在Apple Developer网站上 - Xcode project does not appear on the Apple Developer website 为什么我的Swift代码在操场上可以工作,而在Xcode项目中却不能工作? - Why does my Swift code work in the playground but not in the Xcode project? 将Xcode项目集成到另一个项目中 - Integrate an Xcode project into another
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM