mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
Fix .flutter-plugins-dependencies path
Co-authored-by: shenlong <139912620+shenlong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
e05ddd5f69
commit
7b7360d061
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ wait_for = ["//:i18n:format-fix"]
|
|||
[tasks."install:ios"]
|
||||
description = "Install CocoaPods dependencies"
|
||||
hide = true
|
||||
sources = ["ios/Podfile", "ios/Podfile.lock", ".dart_tool/.flutter-plugins-dependencies"]
|
||||
sources = ["ios/Podfile", "ios/Podfile.lock", ".flutter-plugins-dependencies"]
|
||||
outputs = ["ios/Pods/Manifest.lock"]
|
||||
run = '''
|
||||
echo "Running pod install"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue