File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ All of the official releases are tagged in this repo and available via CocoaPods
7676source snapshot or unreleased branch, use Podfile directives like the following:
7777
7878To access FirebaseFirestore via a branch:
79- ```
79+ ``` ruby
8080pod ' FirebaseCore' , :git => ' https://github.com/firebase/firebase-ios-sdk.git' , :branch => ' master'
8181pod ' FirebaseFirestore' , :git => ' https://github.com/firebase/firebase-ios-sdk.git' , :branch => ' master'
8282```
8383
8484To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do:
8585
86- ```
86+ ``` ruby
8787pod ' FirebaseCore' , :path => ' /path/to/firebase-ios-sdk'
8888pod ' FirebaseMessaging' , :path => ' /path/to/firebase-ios-sdk'
8989```
@@ -116,7 +116,9 @@ Install
116116
117117For the pod that you want to develop:
118118
119- ` pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios `
119+ ``` ruby
120+ pod gen Firebase {name here}.podspec -- local- sources= ./ -- auto- open -- platforms= ios
121+ ```
120122
121123Note: If the CocoaPods cache is out of date, you may need to run
122124` pod repo update ` before the ` pod gen ` command.
@@ -166,7 +168,7 @@ before creating a PR.
166168GitHub Actions will verify that any code changes are done in a style compliant
167169way. Install ` clang-format ` and ` mint ` :
168170
169- ```
171+ ``` console
170172brew install clang-format@11
171173brew install mint
172174```
You can’t perform that action at this time.
0 commit comments