File tree 6 files changed +15
-10
lines changed
packages/ios_platform_images
6 files changed +15
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0+2
2
+
3
+ * Update minimum Flutter SDK to 2.5 and iOS deployment target to 9.0.
4
+
1
5
## 0.2.0+1
2
6
3
7
* Add iOS unit test target.
Original file line number Diff line number Diff line change 21
21
<key >CFBundleVersion </key >
22
22
<string >1.0 </string >
23
23
<key >MinimumOSVersion </key >
24
- <string >8 .0 </string >
24
+ <string >9 .0 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change 457
457
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
458
458
GCC_WARN_UNUSED_FUNCTION = YES;
459
459
GCC_WARN_UNUSED_VARIABLE = YES;
460
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
460
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
461
461
MTL_ENABLE_DEBUG_INFO = NO;
462
462
SDKROOT = iphoneos;
463
463
SUPPORTED_PLATFORMS = iphoneos;
539
539
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
540
540
GCC_WARN_UNUSED_FUNCTION = YES;
541
541
GCC_WARN_UNUSED_VARIABLE = YES;
542
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
542
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
543
543
MTL_ENABLE_DEBUG_INFO = YES;
544
544
ONLY_ACTIVE_ARCH = YES;
545
545
SDKROOT = iphoneos;
588
588
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
589
589
GCC_WARN_UNUSED_FUNCTION = YES;
590
590
GCC_WARN_UNUSED_VARIABLE = YES;
591
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
591
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
592
592
MTL_ENABLE_DEBUG_INFO = NO;
593
593
SDKROOT = iphoneos;
594
594
SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ description: Demonstrates how to use the ios_platform_images plugin.
3
3
publish_to : none
4
4
5
5
environment :
6
- sdk : " >=2.12.0 <3.0.0"
6
+ sdk : " >=2.14.0 <3.0.0"
7
+ flutter : " >=2.5.0"
7
8
8
9
dependencies :
9
10
flutter :
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ Downloaded by pub (not CocoaPods).
17
17
s . documentation_url = 'https://pub.dev/packages/ios_platform_images'
18
18
s . source_files = 'Classes/**/*'
19
19
s . dependency 'Flutter'
20
- s . platform = :ios , '8 .0'
20
+ s . platform = :ios , '9 .0'
21
21
22
22
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
23
- s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
23
+ s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
24
24
s . swift_version = '5.0'
25
25
end
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: ios_platform_images
2
2
description : A plugin to share images between Flutter and iOS in add-to-app setups.
3
3
repository : https://github.com/flutter/plugins/tree/master/packages/ios_platform_images
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+ios_platform_images%22
5
- version : 0.2.0+1
5
+ version : 0.2.0+2
6
6
7
7
environment :
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"
10
10
11
11
flutter :
12
12
plugin :
You can’t perform that action at this time.
0 commit comments