Peter Andrews d8409b724e Always generate a clang module. (#53) 4 лет назад
..
Resources 8984e8f3cd Update sample app icons. (#19) 4 лет назад
SignInSample.xcodeproj 307a42ca3e Add a sample app with SPM and CocoaPods packaging. 4 лет назад
SignInSampleForPod.xcodeproj 307a42ca3e Add a sample app with SPM and CocoaPods packaging. 4 лет назад
Source bf6dca94ff Implement -addScopes:presentingViewController:callback: 4 лет назад
Podfile d8409b724e Always generate a clang module. (#53) 4 лет назад
README.md 5193a5befc Update README.md (#21) 4 лет назад
SignInSample-Info.plist 307a42ca3e Add a sample app with SPM and CocoaPods packaging. 4 лет назад

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.