microsoftgraph / msgraph-sdk-objc

Microsoft Graph SDK for Objective-C
MIT License
37 stars 21 forks source link

Is this repo still maintained? #45

Open mamilov opened 3 years ago

mamilov commented 3 years ago

Since the last release was 2 years ago, I wanted to ask if this repo is not maintained anymore. I can't use it since it doesn't support the swift package manager although an issue was created 2 years ago (https://github.com/microsoftgraph/msgraph-sdk-objc/issues/40). If yes, is there an alternate, maintained project? AB#10301

samdeane commented 2 years ago

I have the same question. I'm using it and a bunch of related MS libraries in a project that mostly uses SPM.

You can get it all to work @mamilov, but it's a pain, and the MS libraries are producing loads of warnings.

image

I could clean them up, but the fact that there have been no commits to this repo for two years make me wonder whether I'm using the wrong technology. Has this been superseded?

samdeane commented 2 years ago

Incidentally @mamilov, I got it working by just adding the relevant repos as submodules and dragging the Xcode projects into my project as manual dependencies. No package manager required. Still a bit of a pain in the backside though...