Skip to content

Commit d9e7d21

Browse files
authored
Add GoogleUtilities README (#1541)
1 parent c7fb0a4 commit d9e7d21

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

GoogleUtilities.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Internal Google Utilities including Network, Reachability Environment, Logger, a
88
other Google CocoaPods. They're not intended for direct public usage.
99
DESC
1010

11-
# TODO update homepage link with GoogleUtilities is moved to another repo.
12-
s.homepage = 'https://github.com/firebase/firebase-ios-sdk'
11+
s.homepage = 'https://github.com/firebase/firebase-ios-sdk/tree/master/GoogleUtilities'
1312
s.license = { :type => 'Apache', :file => 'LICENSE' }
1413
s.authors = 'Google, Inc.'
1514

GoogleUtilities/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Google Utilities
2+
3+
## Overview
4+
5+
The GoogleUtilities pod is a set of utilities organized into CocoaPods subspecs.
6+
See the [podspec](../GoogleUtilities.podspec) for a summary of what utilities
7+
are currently included. They're used by Firebase and other Google products.
8+
9+
Direct usage by non-Google products and CocoaPods is **NOT** currently
10+
recommended or supported.
11+
12+
## Development
13+
14+
Follow the subsequent instructions to develop, debug, and unit test
15+
GoogleUtilities:
16+
17+
```
18+
$ git clone [email protected]:firebase/firebase-ios-sdk.git
19+
$ cd firebase-ios-sdk/GoogleUtilities/Example
20+
$ pod update
21+
$ open GoogleUtilities.xcworkspace
22+
```
23+
24+
### Running Unit Tests
25+
26+
Choose the one of the Tests* schemes and press Command-u.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This repository contains a subset of the Firebase iOS SDK source. It currently
44
includes FirebaseCore, FirebaseAuth, FirebaseDatabase, FirebaseFirestore,
55
FirebaseFunctions, FirebaseMessaging and FirebaseStorage.
66

7+
The repository also includes GoogleUtilities source. The
8+
[GoogleUtilities](GoogleUtilities/README.md) pod is
9+
a set of utilities used by Firebase and other Google products.
10+
711
Firebase is an app development platform with tools to help you build, grow and
812
monetize your app. More information about Firebase can be found at
913
[https://firebase.google.com](https://firebase.google.com).

0 commit comments

Comments
 (0)