Нет описания

pinlu 74b7d7f4fc Update the current user's scopes instead of create a new user when adding new scopes. (#68) 4 лет назад
.github d8409b724e Always generate a clang module. (#53) 4 лет назад
GoogleSignIn 74b7d7f4fc Update the current user's scopes instead of create a new user when adding new scopes. (#68) 4 лет назад
Samples c88adbd4df Add SwiftUI sample app (#63) 4 лет назад
.cocoapods.yml c88adbd4df Add SwiftUI sample app (#63) 4 лет назад
.gitignore c88adbd4df Add SwiftUI sample app (#63) 4 лет назад
CHANGELOG.md 27bc94f5e1 Prep 6.0.2 release (#54) 4 лет назад
CONTRIBUTING.md f8f05173e5 Initial open source project. 5 лет назад
Gemfile 47d000e243 Initial GitHub Action for basic CI testing. 5 лет назад
Gemfile.lock 47d000e243 Initial GitHub Action for basic CI testing. 5 лет назад
GoogleSignIn.podspec 27bc94f5e1 Prep 6.0.2 release (#54) 4 лет назад
LICENSE f8f05173e5 Initial open source project. 5 лет назад
Package.swift 27bc94f5e1 Prep 6.0.2 release (#54) 4 лет назад
README.md c88adbd4df Add SwiftUI sample app (#63) 4 лет назад

README.md

Version Platform License tests

Google Sign-In for iOS

Get users into your apps quickly and securely, using a registration system they already use and trust—their Google account.

Visit our developer site for integration instructions, documentation, support information, and terms of service.

Getting Started

Try either the Objective-C or Swift sample app. For example, to demo the Objective-C sample project, you have three options:

  1. Using CocoaPods's try method:

    pod try GoogleSignIn
    

Note, this will default to providing you with the Objective-C sample app.

  1. Using CocoaPod's install method:

    git clone https://github.com/google/GoogleSignIn-iOS
    cd GoogleSignIn-iOS/Samples/ObjC/SignInSample/
    pod install
    open SignInSampleForPod.xcworkspace
    
  2. Using Swift Package Manager:

    git clone https://github.com/google/GoogleSignIn-iOS
    open GoogleSignIn-iOS/Samples/ObjC/SignInSample/SignInSample.xcodeproj
    

If you would like to see a Swift example, take a look at Samples/Swift/DaysUntilBirthday.