Skip to content

Commit

Permalink
[device_info] Define clang module for iOS (flutter#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman authored and Park Sung Min committed Dec 17, 2019
1 parent 3296390 commit 1c0346d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/device_info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0+4

* Define clang module for iOS.

## 0.4.0+3

* Update and migrate iOS example project.
Expand Down
4 changes: 2 additions & 2 deletions packages/device_info/ios/device_info.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new flutter plugin project.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'

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

2 changes: 1 addition & 1 deletion packages/device_info/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin providing detailed information about the device
(make, model, etc.), and Android or iOS version the app is running on.
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/plugins/tree/master/packages/device_info
version: 0.4.0+3
version: 0.4.0+4

flutter:
plugin:
Expand Down
1 change: 0 additions & 1 deletion script/lint_darwin_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function lint_packages() {
'android_intent'
'battery'
'connectivity'
'device_info'
'google_maps_flutter'
'google_sign_in'
'instrumentation_adapter'
Expand Down

0 comments on commit 1c0346d

Please sign in to comment.