macOS SDK support
It would be great to see full macOS support in the Box SDK.
I realize that the name of the Apple-flavored SDK is "box-ios-sdk", but "osx" is listed as one of the supported platforms. It compiles and links just fine, but the code path bails on OAuth sign in support.
It looks like most of the SDK would work fine for API calls post authentication, so I think it's mainly a matter of wiring up browser-based sign-in like Dropbox does for their SDK: https://github.com/dropbox/SwiftyDropbox. This seems to be confirmed by a response from @sujaygarlanka in a submitted GitHub issue: https://github.com/box/box-ios-sdk/issues/702 where it's suggested that I could use developer token auth. With that approach, I can only access my account, making it so that I could never build a Mac app for other Box users (making the SDK not particularly useful for most use cases on Mac).
Thanks for your consideration!