简体   繁体   中英

3rd Party files via Github in Xcode?

I know there is a way to link Github and Xcode together to PUSH your project to Git but I have not heard of a way where you can set it up to have it where Git projects are within your existing project.

For example, ShareKit: https://github.com/ShareKit/ShareKit ...

Is there a way so that I can have all the ShareKit files from a particular branch in that repo in my project so that whenever I build my project, it will check to see whether or not I have the latest version of the files from Github and if not, it will automatically download it and use it in my project?

Is this possible?

Thanks!

正常设置,文件->源代码管理->拉或合并(取决于您想要的内容)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM