菜鸟教程小白 发表于 2022-12-13 13:52:31

ios - iOS 应用中的 Git 支持


                                            <p><p>我想构建一个包含一些基本 Git 功能的 iOS 应用程序。我基本上只需要 pull 、提交和推送功能。我是 iOS 开发的新手,所以我不知道有任何框架或库可以提供这些功能。我不确定 GitHub 是否有针对这些功能的 API,但这也足够了。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>让我用 <a href="http://libgit2.github.com" rel="noreferrer noopener nofollow">libgit2</a> 回答这个老问题图书馆和他们的<a href="https://github.com/libgit2/objective-git" rel="noreferrer noopener nofollow">ObjectiveGit</a>包装。 </p>

<blockquote>
<p><strong>libgit2</strong> is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings.</p>
</blockquote>

<p><strong>ObjectiveGit</strong> 为 <strong>libgit2</strong> 库提供 Cocoa 绑定(bind)。甚至他们的许可证也允许您构建闭源软件。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - iOS 应用中的 Git 支持,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/10763636/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/10763636/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - iOS 应用中的 Git 支持