pinlu ab782283f8 Fix Sample App build failure (#195) %!s(int64=3) %!d(string=hai) anos
..
Resources c88adbd4df Add SwiftUI sample app (#63) %!s(int64=4) %!d(string=hai) anos
SignInSample.xcodeproj aedf3053b2 Clean up sample projects (#128) %!s(int64=3) %!d(string=hai) anos
SignInSampleForPod.xcodeproj aedf3053b2 Clean up sample projects (#128) %!s(int64=3) %!d(string=hai) anos
Source ab782283f8 Fix Sample App build failure (#195) %!s(int64=3) %!d(string=hai) anos
Podfile c88adbd4df Add SwiftUI sample app (#63) %!s(int64=4) %!d(string=hai) anos
README.md c88adbd4df Add SwiftUI sample app (#63) %!s(int64=4) %!d(string=hai) anos
SignInSample-Info.plist c88adbd4df Add SwiftUI sample app (#63) %!s(int64=4) %!d(string=hai) anos

README.md

Google Sign-In Sample App

CocoaPods

  1. In the ../Samples/ObjC/SignInSample/ folder, run the following CocoaPods command to install the require dependencies:

    pod install
    
  2. Open the generated workspace:

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

Swift Pacakage Manager

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

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