Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore: remove podfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Sep 8, 2023
1 parent d7cb284 commit c7abb55
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 382 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/edXTestSuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Install Dependencies
Expand Down
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ xcuserdata
.gradle
build
/edx.properties
default_config/local.yaml
*.gcda
*.swp

Pods/
Pods/
Podfile.lock
$PODS_BUILD_DIR/
DerivedData/
Pods/build/
342 changes: 0 additions & 342 deletions Podfile.lock

This file was deleted.

Loading

0 comments on commit c7abb55

Please sign in to comment.