Matthew Mathias aa43f12e08 Fix indentation in DaysUntilBirthday sample 3 anni fa
..
DaysUntilBirthday.xcodeproj dc3a676cfd Set macOS deployment target to 11.0. (#132) 3 anni fa
DaysUntilBirthdayForPod.xcodeproj dc3a676cfd Set macOS deployment target to 11.0. (#132) 3 anni fa
Shared aa43f12e08 Fix indentation in DaysUntilBirthday sample 3 anni fa
iOS b0f8d26f08 Update picker style and set sample deployment target to iOS 14 (#131) 3 anni fa
macOS b0f8d26f08 Update picker style and set sample deployment target to iOS 14 (#131) 3 anni fa
Podfile 3893de800c Rename Swift support pod (#137) 3 anni fa
README.md aedf3053b2 Clean up sample projects (#128) 3 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 (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.