mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-03-11 17:15:39 +00:00
Project import generated by Copybara.
GitOrigin-RevId: a5f62939cd15578d774a1a71d061f67cf63863c3
This commit is contained in:
parent
f7c6cdb209
commit
3bbcb842e4
3 changed files with 2 additions and 8 deletions
2
.github/workflows/build-deploy.yaml
vendored
2
.github/workflows/build-deploy.yaml
vendored
|
|
@ -202,7 +202,7 @@ jobs:
|
|||
destination-dir: nightly/${{ github.run_id }}/linux
|
||||
|
||||
build_macos:
|
||||
runs-on: macos-latest
|
||||
runs-on: [self-hosted, macOS]
|
||||
environment: prod
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ class _VideoViewerState extends State<VideoViewer> {
|
|||
enableHardwareAcceleration: true,
|
||||
),
|
||||
);
|
||||
|
||||
List<SubtitleTrack> subtitles = [];
|
||||
List<AudioTrack> audioTracks = [];
|
||||
Map<String, String> languages = {};
|
||||
|
|
|
|||
|
|
@ -57,9 +57,6 @@ PODS:
|
|||
- FlutterMacOS
|
||||
- wakelock_plus (0.0.1):
|
||||
- FlutterMacOS
|
||||
- webview_flutter_wkwebview (0.0.1):
|
||||
- Flutter
|
||||
- FlutterMacOS
|
||||
- window_manager (0.2.0):
|
||||
- FlutterMacOS
|
||||
|
||||
|
|
@ -81,7 +78,6 @@ DEPENDENCIES:
|
|||
- sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/darwin`)
|
||||
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
|
||||
- wakelock_plus (from `Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos`)
|
||||
- webview_flutter_wkwebview (from `Flutter/ephemeral/.symlinks/plugins/webview_flutter_wkwebview/darwin`)
|
||||
- window_manager (from `Flutter/ephemeral/.symlinks/plugins/window_manager/macos`)
|
||||
|
||||
SPEC REPOS:
|
||||
|
|
@ -124,8 +120,6 @@ EXTERNAL SOURCES:
|
|||
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
|
||||
wakelock_plus:
|
||||
:path: Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos
|
||||
webview_flutter_wkwebview:
|
||||
:path: Flutter/ephemeral/.symlinks/plugins/webview_flutter_wkwebview/darwin
|
||||
window_manager:
|
||||
:path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos
|
||||
|
||||
|
|
@ -149,7 +143,6 @@ SPEC CHECKSUMS:
|
|||
sqlite3_flutter_libs: 1b4e98da20ebd4e9b1240269b78cdcf492dbe9f3
|
||||
url_launcher_macos: c82c93949963e55b228a30115bd219499a6fe404
|
||||
wakelock_plus: 4783562c9a43d209c458cb9b30692134af456269
|
||||
webview_flutter_wkwebview: 0982481e3d9c78fd5c6f62a002fcd24fc791f1e4
|
||||
window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8
|
||||
|
||||
PODFILE CHECKSUM: 9ebaf0ce3d369aaa26a9ea0e159195ed94724cf3
|
||||
|
|
|
|||
Loading…
Reference in a new issue