Skip to content

Commit d670b2c

Browse files
authored
Temporarily add empty header files to video_player_avfoundation so include directory is downloaded (#6694)
Fixes flutter/flutter#148003. Temporary solution to make tree green.
1 parent a9f14bc commit d670b2c

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

packages/video_player/video_player_avfoundation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.6.1
2+
3+
* Adds files to make include directory permanent.
4+
15
## 2.6.0
26

37
* Adds Swift Package Manager compatibility.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Copyright 2013 The Flutter Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
// Empty file to perserve include directory in pub-cache. See
6+
// https://github.com/flutter/flutter/issues/148002 for more information.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Copyright 2013 The Flutter Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
// Empty file to perserve include directory in pub-cache. See
6+
// https://github.com/flutter/flutter/issues/148002 for more information.

packages/video_player/video_player_avfoundation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: video_player_avfoundation
22
description: iOS and macOS implementation of the video_player plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player_avfoundation
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
5-
version: 2.6.0
5+
version: 2.6.1
66

77
environment:
88
sdk: ^3.2.3

0 commit comments

Comments
 (0)