Matthew Mathias b77fe1f33a Update iOS version to 14 and remove unnecessary accessibilityLabels před 3 roky
..
DaysUntilBirthday.xcodeproj b77fe1f33a Update iOS version to 14 and remove unnecessary accessibilityLabels před 3 roky
DaysUntilBirthdayForPod.xcodeproj aedf3053b2 Clean up sample projects (#128) před 3 roky
Shared b77fe1f33a Update iOS version to 14 and remove unnecessary accessibilityLabels před 3 roky
iOS b77fe1f33a Update iOS version to 14 and remove unnecessary accessibilityLabels před 3 roky
macOS b77fe1f33a Update iOS version to 14 and remove unnecessary accessibilityLabels před 3 roky
Podfile aedf3053b2 Clean up sample projects (#128) před 3 roky
README.md aedf3053b2 Clean up sample projects (#128) před 3 roky

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.