Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Contains Pods folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsnodnb committed Jan 19, 2023
1 parent 83b180e commit d2829ee
Show file tree
Hide file tree
Showing 64 changed files with 7,942 additions and 39 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,6 @@ jobs:
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer

- name: Cache CocoaPods
uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
${{ runner.os }}-pods-
- name: Setup dependency
run: |
bundle exec pod install
brew install imagemagick
- name: Setup GoogleService-Info.plist
uses: DamianReeves/write-file-action@v1.2
with:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ jobs:
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer

- name: Cache CocoaPods
uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
${{ runner.os }}-pods-
- name: Setup dependency
run: bundle exec pod install

- name: Run danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ jobs:
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer

- name: Cache CocoaPods
uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
${{ runner.os }}-pods-
- name: Setup dependency
run: bundle exec pod install

- name: Setup GoogleService-Info.plist
uses: DamianReeves/write-file-action@v1.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ playground.xcworkspace
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/
#Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
Expand Down
21 changes: 21 additions & 0 deletions Pods/IBLinter/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Pods/IBLinter/bin/iblinter
Binary file not shown.
21 changes: 21 additions & 0 deletions Pods/LicensePlist/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Pods/LicensePlist/license-plist
Binary file not shown.
28 changes: 28 additions & 0 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d2829ee

Please sign in to comment.