libgit2dart icon indicating copy to clipboard operation
libgit2dart copied to clipboard

Dart bindings to libgit2

Results 3 libgit2dart issues
Sort by recently updated
recently updated
newest added

https://github.com/SkinnyMind/libgit2dart/blob/b66662f33cfbe2fd4881f63775fa44ae12961afa/macos/libgit2dart.podspec#L18 dylib name should be libgit2.1.5.dylib or it will be fail to find the lib when running otool -L ./fgit show ``` @rpath/libgit2.1.5.dylib (compatibility version 1.5.0, current version 1.5.0) ```...

Thanks for making this plugin! I'm on an ARM mac and had build errors about needing an arm64 binary when I tried to use the plugin. I checked and running...