Ben Stahl
Ben Stahl
Hello, I'm using AppAuth on macOS (11.2.3) in a native Swift application and it works in terms of logging into Google and using the APIs. However, every time I launch...
I was using Swift Package Manager to get OpenCloudKit into a generated Xcode project called Dependencies.xcodeproj, which was then imported in to my macOS app's workspace. To get rid of...
When I encode a URL string, SwiftyJSON is escaping all my forward slashes. So this `http://path/to/some/thing.png` becomes this (when viewing the JSON as text, it's fine when unencoded): `http:\/\/path\/to\/some\/thing.png` Which...