File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
path_provider_windows/ios Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.6.16
2
+
3
+ * Update Windows endorsement verison
4
+
1
5
## 1.6.15
2
6
3
7
* Endorse Windows implementation.
Original file line number Diff line number Diff line change 1
1
name : path_provider
2
2
description : Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
4
- version : 1.6.15
4
+ version : 1.6.16
5
5
6
6
flutter :
7
7
plugin :
@@ -24,7 +24,7 @@ dependencies:
24
24
path_provider_platform_interface : ^1.0.1
25
25
path_provider_macos : ^0.0.4
26
26
path_provider_linux : ^0.0.1
27
- path_provider_windows : ^0.0.1
27
+ path_provider_windows : ^0.0.2
28
28
29
29
dev_dependencies :
30
30
integration_test :
Original file line number Diff line number Diff line change
1
+ #
2
+ # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
3
+ # Run `pod lib lint path_provider_windows.podspec' to validate before publishing.
4
+ #
5
+ Pod ::Spec . new do |s |
6
+ s . name = 'path_provider_windows'
7
+ s . version = '0.0.1'
8
+ s . summary = 'path_provider_windows iOS stub'
9
+ s . description = <<-DESC
10
+ No-op implementation of the windows path_provider plugin to avoid build issues on iOS
11
+ DESC
12
+ s . homepage = 'https://github.com/flutter/plugins'
13
+ s . license = { :type => 'BSD' , :file => '../LICENSE' }
14
+ s . author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' }
15
+ s . source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_windows' }
16
+ s . dependency 'Flutter'
17
+ s . platform = :ios , '8.0'
18
+
19
+ # Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
20
+ s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
21
+ s . swift_version = '5.0'
22
+ end
You can’t perform that action at this time.
0 commit comments