mdmathias

Results 23 issues of mdmathias

Per [this conversation](https://github.com/google/GoogleSignIn-iOS/pull/191#discussion_r939049720) on #191 adding async/await support to the Swift sample app, we discovered that the `keychain-access-groups` entitlement is needed to sign in successfully. We should explore further why...

bug
Swift

We'd like to archive the `DaysUntilBirthday` sample app on a regular basis to ensure that clients depending upon GoogleSignIn-iOS will not be broken. Doing so requires signing the sample app....

infra

[PR 103](https://github.com/google/GoogleSignIn-iOS/pull/103) adds a native sign-in button for SwiftUI. We should provide an [`NSHostingView`](https://developer.apple.com/documentation/swiftui/nshostingview) so that this button can be used in AppKit.

enhancement
Swift

Due to some archiving bugs, we had to revert back to the older methods for archiving and unarchiving `GTMAppAuthFetcherAuthorization` in Swift. This reversion should only be temporary as there is...

**Is your feature request related to a problem you're having? Please describe.** We should consider replacing the usage of the arrow operator in our codebase. Doing so would, in many...

enhancement

**Describe the bug** Running the example apps for iOS with Xcode 14.3 will result in a build error: ``` File not found: /Applications/Xcode_14_3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a ``` **To Reproduce** Build and run the...

bug
examples
triage

This method needs to be available as it will provide the path for developers to create an authorization flow without a presenting window.

enhancement