Peter Andrews fd184f15f7 Update min iOS version in Objc sample podfile (#271) před 3 roky
..
Resources c88adbd4df Add SwiftUI sample app (#63) před 4 roky
SignInSample.xcodeproj eade6df416 Allow GTMSessionFetcher 3.x (#257) před 3 roky
SignInSampleForPod.xcodeproj eade6df416 Allow GTMSessionFetcher 3.x (#257) před 3 roky
Source 019a3a76e5 Rename `GIDUserAuth` to `GIDSignInResult` (#268) před 3 roky
Podfile fd184f15f7 Update min iOS version in Objc sample podfile (#271) před 3 roky
README.md c88adbd4df Add SwiftUI sample app (#63) před 4 roky
SignInSample-Info.plist ae5276cf1f Add a configuration property populated via Info.plist (#228) před 3 roky

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.