chore: Improve native Frame Processor Plugin documentation (#1877)

This commit is contained in:
Mateusz Mędrek
2023-10-03 11:36:55 +02:00
committed by GitHub
parent 62e786ad04
commit bdd81cf2fb
5 changed files with 54 additions and 48 deletions

View File

@@ -56,7 +56,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
example/ios/Pods
package/example/ios/Pods
~/Library/Caches/CocoaPods
~/.cocoapods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
@@ -117,7 +117,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
example/ios/Pods
package/example/ios/Pods
~/Library/Caches/CocoaPods
~/.cocoapods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}