# Google Sign-In Swift Sample App ## CocoaPods 1. In the `../Samples/Swift/DaysUntilBirthday/` folder, run the following [CocoaPods](https://cocoapods.org) 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.