修改pods

This commit is contained in:
2025-09-20 17:13:38 +08:00
parent 7787b3ee30
commit 28ff2b0264
5251 changed files with 345029 additions and 285168 deletions

View File

@@ -36,7 +36,7 @@ After the CI is green:
<summary>Push to <b>SpecsStaging</b></summary>
```console
pod repo push --skip-tests staging GoogleDataTransport.podspec
pod repo push --skip-tests --use-json staging GoogleDataTransport.podspec
```
If the command fails with `Unable to find the 'staging' repo.`, add the staging repo with:
@@ -49,7 +49,7 @@ After the CI is green:
<summary>Push to <b>SpecsDev</b></summary>
```console
pod repo push --skip-tests dev GoogleDataTransport.podspec
pod repo push --skip-tests --use-json dev GoogleDataTransport.podspec
```
If the command fails with `Unable to find the 'dev' repo.`, add the dev repo with:
@@ -94,7 +94,7 @@ The release process is as follows:
> before proceeding.
```console
pod trunk push ~/.cocoapods/repos/staging/GoogleDataTransport/{version}/GoogleDataTransport.podspec --skip-tests
pod trunk push ~/.cocoapods/repos/staging/GoogleDataTransport/{version}/GoogleDataTransport.podspec.json --skip-tests
```
The pod push was successful if the above command logs: `🚀 GoogleDataTransport ({version}) successfully published`.
@@ -214,7 +214,7 @@ GitHub Actions will verify that any code changes are done in a style compliant
way. Install `clang-format` and `mint`:
```console
brew install clang-format@17
brew install clang-format@18
brew install mint
```