Skip to content

Commit 954652d

Browse files
authored
Add README.md for Sample app. (#20)
* Add README.md for Sample app. * Update README.md
1 parent 8984e8f commit 954652d

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Sample/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)