Skip to content

Commit

Permalink
[path_provider] Define clang module for iOS (flutter#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman authored and mormih committed Nov 17, 2019
1 parent 83b729e commit f27da91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/path_provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.1

* Define clang module for iOS.

## 1.3.0

* Added iOS-only support for `getLibraryDirectory`.
Expand Down
4 changes: 2 additions & 2 deletions packages/path_provider/ios/path_provider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A Flutter plugin for getting commonly used locations on the filesystem.
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/path_provider/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for getting commonly used locations on the Android &
iOS file systems, such as the temp and app data directories.
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider
version: 1.3.0
version: 1.3.1

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 @@ -56,7 +56,6 @@ function lint_packages() {
'battery'
'google_maps_flutter'
'google_sign_in'
'path_provider'
'share'
'video_player'
'webview_flutter'
Expand Down

0 comments on commit f27da91

Please sign in to comment.