libgit2 / objective-git

Objective-C bindings to libgit2
MIT License
1.16k stars 280 forks source link

Updated for swift 5 and XCode 11.2 #700

Closed lbanders closed 2 years ago

lbanders commented 4 years ago

I tried to objective-git in a react-native project, but had issues importing the module in swift.

I have made these changes to the modulemap and the project settings to make it work.

marcuswestin commented 4 years ago

I had similar issues - see #699 for some of my issues and eventual solution

hannesa2 commented 3 years ago

What to do here, to make CI work ?