Matthew Mathias 8af74ba6d3 Handle open URL in DaysUntilBirthday sample app 3 лет назад
..
DaysUntilBirthday.xcodeproj aedf3053b2 Clean up sample projects (#128) 3 лет назад
DaysUntilBirthdayForPod.xcodeproj aedf3053b2 Clean up sample projects (#128) 3 лет назад
Shared 8af74ba6d3 Handle open URL in DaysUntilBirthday sample app 3 лет назад
iOS 9179dd3ccc Create Swift target for sign in button (#103) 4 лет назад
macOS 9179dd3ccc Create Swift target for sign in button (#103) 4 лет назад
Podfile aedf3053b2 Clean up sample projects (#128) 3 лет назад
README.md aedf3053b2 Clean up sample projects (#128) 3 лет назад

README.md

Google Sign-In Swift Sample App

CocoaPods

  1. In the ../Samples/Swift/DaysUntilBirthday/ folder, run the following CocoaPods command.

    pod install
    
  2. Open the generated workspace:

    open DaysUntilBirthdayForPod.xcworkspace
    
  3. Run the DaysUntilBirthdayForPod (iOS) or DaysUntilBirthdayForPod (macOS)target.

Swift Package Manager

  1. In the ../Samples/Swift/DaysUntilBirthday/ folder, open the project:

    open DaysUntilBirthday.xcodeproj
    
  2. Run the DaysUntilBirthday (iOS) or DaysUntilBirthday (macOS) target.