|
|
3 år sedan | |
|---|---|---|
| .. | ||
| DaysUntilBirthday.xcodeproj | 3 år sedan | |
| DaysUntilBirthdayForPod.xcodeproj | 3 år sedan | |
| DaysUntilBirthdayUITests(iOS) | 3 år sedan | |
| Shared | 3 år sedan | |
| iOS | 3 år sedan | |
| macOS | 3 år sedan | |
| Podfile | 3 år sedan | |
| README.md | 3 år sedan | |
In the ../Samples/Swift/DaysUntilBirthday/ folder, run the following
CocoaPods command.
pod install
Open the generated workspace:
open DaysUntilBirthdayForPod.xcworkspace
Run the DaysUntilBirthdayForPod (iOS) or DaysUntilBirthdayForPod (macOS)target.
In the ../Samples/Swift/DaysUntilBirthday/ folder, open the project:
open DaysUntilBirthday.xcodeproj
Run the DaysUntilBirthday (iOS) or DaysUntilBirthday (macOS) target.
We run integration tests on the DaysUntilBirthday(iOS) sample app.
These tests attempt to login via Google Sign-in, and so they need an email and
a password.
The email and password that we use are defined as
secrets
on our GitHub repo, and we retrieve these from the workflow environment.
Locally, both the email and password need to be passed to xcodebuild as
arguments: xcodebuild <other args> EMAIL_SECRET=... PASSWORD_SECRET=....
Refer to the repo's Secrets for these values.