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

Commit dbcf0ac

Browse files
committed
[path_provider] Define clang module for iOS
1 parent 31c4420 commit dbcf0ac

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

packages/path_provider/CHANGELOG.md

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

37
* Added iOS-only support for `getLibraryDirectory`.

packages/path_provider/ios/path_provider.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Flutter plugin for getting commonly used locations on the filesystem.
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

packages/path_provider/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for getting commonly used locations on the Android &
33
iOS file systems, such as the temp and app data directories.
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider
6-
version: 1.3.0
6+
version: 1.3.1
77

88
flutter:
99
plugin:

script/lint_darwin_plugins.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function lint_packages() {
5050
'google_sign_in'
5151
'local_auth'
5252
'package_info'
53-
'path_provider'
5453
'quick_actions'
5554
'sensors'
5655
'share'

0 commit comments

Comments
 (0)