Skip to content

Commit

Permalink
pod install on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jul 31, 2023
1 parent 7c6dd60 commit c31cb0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import FlutterMacOS
import Foundation

import dart_vlc
import path_provider_macos
import path_provider_foundation
import screen_retriever
import window_manager

Expand Down
11 changes: 6 additions & 5 deletions packages/convenient_test_manager/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ PODS:
- FlutterMacOS
- VLCKit (~> 3.3)
- FlutterMacOS (1.0.0)
- path_provider_macos (0.0.1):
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- screen_retriever (0.0.1):
- FlutterMacOS
Expand All @@ -14,7 +15,7 @@ PODS:
DEPENDENCIES:
- dart_vlc (from `Flutter/ephemeral/.symlinks/plugins/dart_vlc/macos`)
- FlutterMacOS (from `Flutter/ephemeral`)
- path_provider_macos (from `Flutter/ephemeral/.symlinks/plugins/path_provider_macos/macos`)
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
- screen_retriever (from `Flutter/ephemeral/.symlinks/plugins/screen_retriever/macos`)
- window_manager (from `Flutter/ephemeral/.symlinks/plugins/window_manager/macos`)

Expand All @@ -27,8 +28,8 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/dart_vlc/macos
FlutterMacOS:
:path: Flutter/ephemeral
path_provider_macos:
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_macos/macos
path_provider_foundation:
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
screen_retriever:
:path: Flutter/ephemeral/.symlinks/plugins/screen_retriever/macos
window_manager:
Expand All @@ -37,7 +38,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
dart_vlc: 3067a969f0abee3d2df3d8b0ca0a855cd78c2042
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
path_provider_macos: 3c0c3b4b0d4a76d2bf989a913c2de869c5641a19
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8
screen_retriever: 59634572a57080243dd1bf715e55b6c54f241a38
VLCKit: 961554c1befd749326a5b44e39db83a12276c2fc
window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8
Expand Down

0 comments on commit c31cb0f

Please sign in to comment.