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

Commit ff8a4d7

Browse files
authored
[path_provider] Define clang module for iOS (#2147)
1 parent 178263d commit ff8a4d7

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
@@ -56,7 +56,6 @@ function lint_packages() {
5656
'battery'
5757
'google_maps_flutter'
5858
'google_sign_in'
59-
'path_provider'
6059
'share'
6160
'video_player'
6261
'webview_flutter'

0 commit comments

Comments
 (0)