Peter Andrews d8409b724e Always generate a clang module. (#53) %!s(int64=4) %!d(string=hai) anos
..
Resources 8984e8f3cd Update sample app icons. (#19) %!s(int64=4) %!d(string=hai) anos
SignInSample.xcodeproj 307a42ca3e Add a sample app with SPM and CocoaPods packaging. %!s(int64=4) %!d(string=hai) anos
SignInSampleForPod.xcodeproj 307a42ca3e Add a sample app with SPM and CocoaPods packaging. %!s(int64=4) %!d(string=hai) anos
Source bf6dca94ff Implement -addScopes:presentingViewController:callback: %!s(int64=4) %!d(string=hai) anos
Podfile d8409b724e Always generate a clang module. (#53) %!s(int64=4) %!d(string=hai) anos
README.md 5193a5befc Update README.md (#21) %!s(int64=4) %!d(string=hai) anos
SignInSample-Info.plist 307a42ca3e Add a sample app with SPM and CocoaPods packaging. %!s(int64=4) %!d(string=hai) anos

README.md

Google Sign-In Sample App

CocoaPods

  1. In the Sample folder, run the following CocoaPods command to install the required dependencies:

    pod install
    
  2. Open the generated workspace:

    open SignInSampleForPod.xcworkspace
    
  3. Run the 'SampleForPod' target.

Swift Pacakage Manager

  1. In the Sample folder, open the Swift Package Manager project:

    open SignInSample.xcodeproj
    
  2. Run the 'SignInSample' target.