We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8984e8f commit 954652dCopy full SHA for 954652d
1 file changed
Sample/README.md
@@ -0,0 +1,29 @@
1
+# Google Sign-In Sample App
2
+
3
+## CocoaPods
4
5
+1. In the Sample folder, run the following [CocoaPods](https://cocoapods.org) command
6
+ to install the required dependencies:
7
8
+```
9
+pod install
10
11
12
+2. Open the generated workspace:
13
14
15
+open SignInSampleForPod.xcworkspace
16
17
18
+3. Run the 'SignInSample' target.
19
20
+## Swift Pacakage Manager
21
22
+1. In the Sample folder, open the
23
+ [Swift Package Manager](https://swift.org/package-manager/) project:
24
25
26
+open SignInSample.xcodeproj
27
28
29
+2. Run the 'SignInSample' target.
0 commit comments