Skip to content

Latest commit

 

History

History

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
  1. Open the generated workspace:
open SignInSampleForPod.xcworkspace
  1. Run the 'SampleForPod' target.

Swift Package Manager

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