Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我也想在 App Store 中分发它。我想把 XCode 项目和所有源代码放在 github 上。我应该从回购中排除什么以避免暴露个人身份信息吗?例如.pbxuser文件等?
.pbxuser
我不希望,但我想安全。
这是我放入我的:
build .DS_Store *.perspectivev3 *.pbxuser *.xcworkspacedata *.xcuserstate
我认为除了您的用户名和一些文件路径之外没有任何个人信息。