Robbie Moyer
Robbie Moyer
Previously, if the `.xcworkspace` was ever moved from it's original location, the FileRefs would be broken because they are added with an absolute path, but embedded within the `.xcworkspace` folder...
This PR adds the playground attribute `buildActiveScheme`, which was introduced in Xcode 12. It is enabled by default, which matches the Xcode 12 default for new playgrounds.
Fixes #67 This PR addresses an issue where the token returned by `Refresh.exchange()` may not have a `CreationTime` or `RefreshToken` if the new token was decoded from JSON.
#59 introduced the ability to refresh tokens in `BrowserTokenProvider` and `PlatformNativeTokenProvider` using the `Refresh` type. If the token received in `Refresh.exchange()` has the content-type `application/json`, the `CreationDate` and `RefreshToken` are...
### Description I noticed that my app's network requests were not showing up at all in Performance Monitoring. I traced the issue to the fact that I am using `URLSession`'s...