8000 Releases · holzschu/libgit2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: holzschu/libgit2

lg2 binary framework for iOS

30 Jun 10:01
93f9299
Compare
Choose a tag to compare

XcFramework for use in iOS apps, with precompiled command lg2. Ready for use in ios_system (add the command to commandDictionary.plist):

        <key>lg2</key>
        <array>
                <string>lg2.framework/lg2</string>
                <string>main</string>
                <string></string>
                <string>directory</string>
        </array>
0