Skip to content

Commit 96e58f0

Browse files
authored
Add formatting for directories. (#4595)
1 parent 1367084 commit 96e58f0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

AddNewPod.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ for FIRComponent registration. See examples of setting `GCC_PREPROCESSOR_DEFINIT
3535
The Firebase library `Foo` should be defined in `FirebaseFoo.podspec`. All of its
3636
contents should be in the `FirebaseFoo` directory.
3737

38-
* FirebaseFoo/Sources - All source. Directory structure is up to the library owner. Any code from a
38+
* `FirebaseFoo/Sources` - All source. Directory structure is up to the library owner. Any code from a
3939
non-Google open source project should be nested under a `third_party` directory.
40-
* FirebaseFoo/Sources/Public - Public Headers.
41-
* FirebaseFoo/Sources/Private - Private Headers (headers not part of public API, but available for
40+
* `FirebaseFoo/Sources/Public` - Public Headers.
41+
* `FirebaseFoo/Sources/Private` - Private Headers (headers not part of public API, but available for
4242
explicit import by other Firebase pods)
43-
* FirebaseFoo/Tests/Unit - Required (If the library only has unit tests, `Unit` can be omitted.)
44-
* FirebaseFoo/Tests/Integration - Encouraged
45-
* FirebaseFoo/Tests/Sample - Optional
46-
* FirebaseFoo/Tests/{Other} - Optional
43+
* `FirebaseFoo/Tests/Unit` - Required (If the library only has unit tests, `Unit` can be omitted.)
44+
* `FirebaseFoo/Tests/Integration` - Encouraged
45+
* `FirebaseFoo/Tests/Sample` - Optional
46+
* `FirebaseFoo/Tests/{Other}` - Optional

0 commit comments

Comments
 (0)