Skip to content

Commit 6b65019

Browse files
jmagmanmormih
authored andcommitted
[video_player] Define clang module for iOS (flutter#2183)
1 parent f818cea commit 6b65019

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

packages/video_player/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.2+4
2+
3+
* Define clang module for iOS.
4+
15
## 0.10.2+3
26

37
* Fix bug where formatHint was not being pass down to network sources.

packages/video_player/ios/video_player.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ A new flutter plugin project.
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
1818

19-
s.ios.deployment_target = '8.0'
19+
s.platform = :ios, '8.0'
20+
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
2021
end
2122

packages/video_player/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: video_player
22
description: Flutter plugin for displaying inline video with other Flutter
33
widgets on Android and iOS.
44
author: Flutter Team <[email protected]>
5-
version: 0.10.2+3
5+
version: 0.10.2+4
66
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player
77

88
flutter:

script/lint_darwin_plugins.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function lint_packages() {
5757
'google_maps_flutter'
5858
'google_sign_in'
5959
'share'
60-
'video_player'
6160
'webview_flutter'
6261
)
6362

0 commit comments

Comments
 (0)