Matthew Mathias 6e24ebf7d4 Add a SwiftUI unit test target 4 anni fa
..
DaysUntilBirthday.xcodeproj 9179dd3ccc Create Swift target for sign in button (#103) 4 anni fa
DaysUntilBirthdayForPod.xcodeproj 9179dd3ccc Create Swift target for sign in button (#103) 4 anni fa
Shared 9179dd3ccc Create Swift target for sign in button (#103) 4 anni fa
iOS 9179dd3ccc Create Swift target for sign in button (#103) 4 anni fa
macOS 9179dd3ccc Create Swift target for sign in button (#103) 4 anni fa
Podfile 6e24ebf7d4 Add a SwiftUI unit test target 4 anni fa
README.md c88adbd4df Add SwiftUI sample app (#63) 4 anni fa

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 target.

Swift Package Manager

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

    open DaysUntilBirthday.xcodeproj
    
  2. Run the DaysUntilBirthday target.