Skip to content

jazz-mobility/GoogleSignIn-iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Sign-In for Carthage

Carthage compatible

This is a dynamic version of the Google Sign-In framework for iOS that is compatible with Carthage.

Installation

  • Add this line to your Cartfile:
github "https://github.com/fabio914/GoogleSignIn-iOS" ~> 4.2
  • Update your dependencies:
$ carthage update GoogleSignIn-iOS --platform ios
  • Add GoogleSignIn.framework (at Carthage/Build/iOS) to your project.
  • Add GoogleSignIn.framework/GoogleSignIn.bundle to your Xcode project's Copy Bundle Resources build phase.
  • In the Project > Target > Info > URL Types panel, create a new item and paste your REVERSED_CLIENT_ID into the URL Schemes field. You can find your REVERSED_CLIENT_ID in the GoogleService-Info.plist file.
  • Follow these instructions as if you manually installed the SDK.

Version

  • XCode 8.3
  • iOS 9.3

Reference

Converting Static Libraries to Dynamic Libraries

About

Google Sign-In framework for Carthage (iOS)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%