Skip to content

Commit 2d1ae45

Browse files
jmagmanmormih
authored andcommitted
[package_info] Define clang module for iOS (flutter#2148)
1 parent 4f5898f commit 2d1ae45

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

packages/package_info/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.4.0+7
22

33
* Update and migrate iOS example project.
4+
* Define clang module for iOS.
45

56
## 0.4.0+6
67

packages/package_info/ios/package_info.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
19-
s.ios.deployment_target = '8.0'
18+
s.platform = :ios, '8.0'
19+
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
2020
end
21-

script/lint_darwin_plugins.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ function lint_packages() {
5656
'battery'
5757
'google_maps_flutter'
5858
'google_sign_in'
59-
'package_info'
6059
'path_provider'
6160
'quick_actions'
6261
'share'

0 commit comments

Comments
 (0)