mdmathias e0a5ba40a9 Prepare for AppCheck beta release (#366) 2 лет назад
..
Resources c88adbd4df Add SwiftUI sample app (#63) 4 лет назад
SignInSample.xcodeproj e0a5ba40a9 Prepare for AppCheck beta release (#366) 2 лет назад
SignInSampleForPod.xcodeproj e0a5ba40a9 Prepare for AppCheck beta release (#366) 2 лет назад
Source 55bf5d077b Use GTMAppAuth's new delegate protocol (#299) 2 лет назад
Podfile 2154ea7599 Update SignInSample Podfile minimum iOS version (#355) 2 лет назад
README.md c88adbd4df Add SwiftUI sample app (#63) 4 лет назад
SignInSample-Info.plist ae5276cf1f Add a configuration property populated via Info.plist (#228) 3 лет назад

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.