Skip to content

Commit

Permalink
Stop versioning the Podfile lock file
Browse files Browse the repository at this point in the history
It's a pain as one cannot just upgrade a version in the pubspec but it
also needs to then be updated on that specific platform. Considering we
already have a lockfile from Flutter, I don't see what the lockfile from
Pod adds.

We still need a Podfile as that's where we can configure the build and
add permissions.
  • Loading branch information
vHanda committed Feb 16, 2023
1 parent 9400c70 commit d6dfabd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 306 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
.pub/
/build/
pubspec_overrides.yaml
Podfile.lock

# Web related
lib/generated_plugin_registrant.dart
Expand Down
206 changes: 0 additions & 206 deletions ios/Podfile.lock

This file was deleted.

100 changes: 0 additions & 100 deletions macos/Podfile.lock

This file was deleted.

0 comments on commit d6dfabd

Please sign in to comment.