From b5657314077e37faaa0e308a5faf1b0c0726c925 Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Tue, 13 Jul 2021 12:54:18 -0700 Subject: [PATCH 1/2] Add README.md for Sample app. --- Sample/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Sample/README.md diff --git a/Sample/README.md b/Sample/README.md new file mode 100644 index 00000000..662a3b2d --- /dev/null +++ b/Sample/README.md @@ -0,0 +1,28 @@ +# Google Sign-In Sample App + +## CocoaPods + +1. In the Sample folder, run the following [CocoaPods](https://cocoapods.org) command + to install the required dependencies: + +``` +pod install +``` + +2. Open the generated workspace: + +``` +open SignInSampleForPod.xcworkspace +``` + +3. Run the 'SignInSample' target. + +## Swift Pacakage Manager + +1. In the Sample folder, open the Swift Package Manager project: + +``` +open SignInSample.xcodeproj +``` + +2. Run the 'SignInSample' target. From 8163e2e86e5550a4096174d96c06a6143d1da6a6 Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Tue, 13 Jul 2021 12:59:28 -0700 Subject: [PATCH 2/2] Update README.md --- Sample/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sample/README.md b/Sample/README.md index 662a3b2d..7c143b60 100644 --- a/Sample/README.md +++ b/Sample/README.md @@ -19,7 +19,8 @@ open SignInSampleForPod.xcworkspace ## Swift Pacakage Manager -1. In the Sample folder, open the Swift Package Manager project: +1. In the Sample folder, open the + [Swift Package Manager](https://swift.org/package-manager/) project: ``` open SignInSample.xcodeproj