Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 9f9e5f7

Browse files
authored
[local_auth] Define clang module for iOS (#2146)
1 parent bf17b0a commit 9f9e5f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/local_auth/CHANGELOG.md

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

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

56
## 0.6.0+1
67

packages/local_auth/ios/local_auth.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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
2121

script/lint_darwin_plugins.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function lint_packages() {
4848
'battery'
4949
'google_maps_flutter'
5050
'google_sign_in'
51-
'local_auth'
5251
'package_info'
5352
'path_provider'
5453
'quick_actions'

0 commit comments

Comments
 (0)