Matthew Mathias 328e03f48b Add defaults for easier button instantiation 4 jaren geleden
..
DaysUntilBirthday.xcodeproj 9179dd3ccc Create Swift target for sign in button (#103) 4 jaren geleden
DaysUntilBirthdayForPod.xcodeproj 9179dd3ccc Create Swift target for sign in button (#103) 4 jaren geleden
Shared 328e03f48b Add defaults for easier button instantiation 3 jaren geleden
iOS 9179dd3ccc Create Swift target for sign in button (#103) 4 jaren geleden
macOS 9179dd3ccc Create Swift target for sign in button (#103) 4 jaren geleden
Podfile 6c1b06b068 Add a SwiftUI unit test target (#122) 4 jaren geleden
README.md c88adbd4df Add SwiftUI sample app (#63) 4 jaren geleden

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.