File tree Expand file tree Collapse file tree 6 files changed +14
-10
lines changed
packages/path_provider/path_provider Expand file tree Collapse file tree 6 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.5
2+
3+ * Update minimum Flutter SDK to 2.5 and iOS deployment target to 9.0.
4+
15## 2.0.4
26
37* Updated Android lint settings.
Original file line number Diff line number Diff line change 2525 <string >arm64 </string >
2626 </array >
2727 <key >MinimumOSVersion </key >
28- <string >8 .0 </string >
28+ <string >9 .0 </string >
2929</dict >
3030</plist >
Original file line number Diff line number Diff line change 443443 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
444444 GCC_WARN_UNUSED_FUNCTION = YES;
445445 GCC_WARN_UNUSED_VARIABLE = YES;
446- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
446+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
447447 MTL_ENABLE_DEBUG_INFO = YES;
448448 ONLY_ACTIVE_ARCH = YES;
449449 SDKROOT = iphoneos;
493493 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
494494 GCC_WARN_UNUSED_FUNCTION = YES;
495495 GCC_WARN_UNUSED_VARIABLE = YES;
496- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
496+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
497497 MTL_ENABLE_DEBUG_INFO = NO;
498498 SDKROOT = iphoneos;
499499 TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ description: Demonstrates how to use the path_provider plugin.
33publish_to : none
44
55environment :
6- sdk : " >=2.12 .0 <3.0.0"
7- flutter : " >=1.12.13+hotfix.5 "
6+ sdk : " >=2.14 .0 <3.0.0"
7+ flutter : " >=2.5.0 "
88
99dependencies :
1010 flutter :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Downloaded by pub (not CocoaPods).
1717 s . source_files = 'Classes/**/*'
1818 s . public_header_files = 'Classes/**/*.h'
1919 s . dependency 'Flutter'
20- s . platform = :ios , '8 .0'
21- s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
20+ s . platform = :ios , '9 .0'
21+ s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2222end
2323
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: path_provider
22description : Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
33repository : https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
5- version : 2.0.4
5+ version : 2.0.5
66
77environment :
8- sdk : " >=2.12 .0 <3.0.0"
9- flutter : " >=2.0 .0"
8+ sdk : " >=2.14 .0 <3.0.0"
9+ flutter : " >=2.5 .0"
1010
1111flutter :
1212 plugin :
You can’t perform that action at this time.
0 commit comments