-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily add empty header files to video_player_avfoundation so in…
…clude directory is downloaded (#6694) Fixes flutter/flutter#148003. Temporary solution to make tree green.
- Loading branch information
Showing
4 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 2.6.1 | ||
|
||
* Adds files to make include directory permanent. | ||
|
||
## 2.6.0 | ||
|
||
* Adds Swift Package Manager compatibility. | ||
|
6 changes: 6 additions & 0 deletions
6
...darwin/video_player_avfoundation/Sources/video_player_avfoundation_ios/include/FVPEmpty.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Copyright 2013 The Flutter Authors. All rights reserved. | ||
// Use of this source code is governed by a BSD-style license that can be | ||
// found in the LICENSE file. | ||
|
||
// Empty file to perserve include directory in pub-cache. See | ||
// https://github.com/flutter/flutter/issues/148002 for more information. |
6 changes: 6 additions & 0 deletions
6
...rwin/video_player_avfoundation/Sources/video_player_avfoundation_macos/include/FVPEmpty.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Copyright 2013 The Flutter Authors. All rights reserved. | ||
// Use of this source code is governed by a BSD-style license that can be | ||
// found in the LICENSE file. | ||
|
||
// Empty file to perserve include directory in pub-cache. See | ||
// https://github.com/flutter/flutter/issues/148002 for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters