Skip to content

Commit b628cc0

Browse files
authored
Merge pull request #67 from line/fix/ios-requirement
Upgrade the deployment_target for iOS to iOS 11.0
2 parents 88a6758 + 89d29e1 commit b628cc0

File tree

5 files changed

+27
-37
lines changed

5 files changed

+27
-37
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.1
2+
3+
* Algin the deploy target of iOS with LINE SDK Swift to iOS 11.0. This allows the LINE Flutter SDK continue to compile with the latest LINE SDK. [#65](https://github.com/line/flutter_line_sdk/issues/65)
4+
15
## 2.3.0
26

37
### Added

example/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
2828
flutter_ios_podfile_setup
2929

3030
target 'Runner' do
31-
platform :ios, '10.0'
31+
platform :ios, '11.0'
3232

3333
use_frameworks!
3434
use_modular_headers!

example/ios/Podfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ PODS:
33
- flutter_line_sdk (2.3.0):
44
- Flutter
55
- LineSDKSwift (~> 5.3)
6-
- LineSDKSwift (5.4.0):
7-
- LineSDKSwift/Core (= 5.4.0)
8-
- LineSDKSwift/Core (5.4.0)
6+
- LineSDKSwift (5.9.0):
7+
- LineSDKSwift/Core (= 5.9.0)
8+
- LineSDKSwift/Core (5.9.0)
99

1010
DEPENDENCIES:
1111
- Flutter (from `Flutter`)
@@ -23,9 +23,9 @@ EXTERNAL SOURCES:
2323

2424
SPEC CHECKSUMS:
2525
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
26-
flutter_line_sdk: ffbd219457120ca500b4fba2a5fd818dee21a17a
27-
LineSDKSwift: 25bc89f5f08578a39ec2dcb36ee58e2f920e893c
26+
flutter_line_sdk: 69e235163c2b481790e68b2806c9f8c49a5f5eb2
27+
LineSDKSwift: 97d6306ca17ae41520f29eb5dff4077dd81f08b2
2828

29-
PODFILE CHECKSUM: f16cee13212746272bf6b0bb111e74a51363cd78
29+
PODFILE CHECKSUM: 286cd794da909470ef132faa2b6b4260996f1599
3030

3131
COCOAPODS: 1.11.3

ios/flutter_line_sdk.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ A Flutter plugin using the LINE SDKs with Dart in Flutter apps.
1717
s.swift_version = "4.2"
1818
s.swift_versions = ['4.2', '5.0']
1919

20-
s.ios.deployment_target = '10.0'
20+
s.ios.deployment_target = '11.0'
2121
end

pubspec.lock

+15-29
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.9.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,35 +21,28 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.2.0"
25-
charcode:
26-
dependency: transitive
27-
description:
28-
name: charcode
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "1.3.1"
24+
version: "1.2.1"
3225
clock:
3326
dependency: transitive
3427
description:
3528
name: clock
3629
url: "https://pub.dartlang.org"
3730
source: hosted
38-
version: "1.1.0"
31+
version: "1.1.1"
3932
collection:
4033
dependency: transitive
4134
description:
4235
name: collection
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "1.15.0"
38+
version: "1.16.0"
4639
fake_async:
4740
dependency: transitive
4841
description:
4942
name: fake_async
5043
url: "https://pub.dartlang.org"
5144
source: hosted
52-
version: "1.2.0"
45+
version: "1.3.1"
5346
flutter:
5447
dependency: "direct main"
5548
description: flutter
@@ -66,28 +59,28 @@ packages:
6659
name: matcher
6760
url: "https://pub.dartlang.org"
6861
source: hosted
69-
version: "0.12.11"
62+
version: "0.12.12"
7063
material_color_utilities:
7164
dependency: transitive
7265
description:
7366
name: material_color_utilities
7467
url: "https://pub.dartlang.org"
7568
source: hosted
76-
version: "0.1.3"
69+
version: "0.1.5"
7770
meta:
7871
dependency: transitive
7972
description:
8073
name: meta
8174
url: "https://pub.dartlang.org"
8275
source: hosted
83-
version: "1.7.0"
76+
version: "1.8.0"
8477
path:
8578
dependency: transitive
8679
description:
8780
name: path
8881
url: "https://pub.dartlang.org"
8982
source: hosted
90-
version: "1.8.0"
83+
version: "1.8.2"
9184
sky_engine:
9285
dependency: transitive
9386
description: flutter
@@ -99,7 +92,7 @@ packages:
9992
name: source_span
10093
url: "https://pub.dartlang.org"
10194
source: hosted
102-
version: "1.8.1"
95+
version: "1.9.0"
10396
stack_trace:
10497
dependency: transitive
10598
description:
@@ -120,35 +113,28 @@ packages:
120113
name: string_scanner
121114
url: "https://pub.dartlang.org"
122115
source: hosted
123-
version: "1.1.0"
116+
version: "1.1.1"
124117
term_glyph:
125118
dependency: transitive
126119
description:
127120
name: term_glyph
128121
url: "https://pub.dartlang.org"
129122
source: hosted
130-
version: "1.2.0"
123+
version: "1.2.1"
131124
test_api:
132125
dependency: transitive
133126
description:
134127
name: test_api
135128
url: "https://pub.dartlang.org"
136129
source: hosted
137-
version: "0.4.8"
138-
typed_data:
139-
dependency: transitive
140-
description:
141-
name: typed_data
142-
url: "https://pub.dartlang.org"
143-
source: hosted
144-
version: "1.3.0"
130+
version: "0.4.12"
145131
vector_math:
146132
dependency: transitive
147133
description:
148134
name: vector_math
149135
url: "https://pub.dartlang.org"
150136
source: hosted
151-
version: "2.1.1"
137+
version: "2.1.2"
152138
sdks:
153-
dart: ">=2.14.0 <3.0.0"
139+
dart: ">=2.17.0-0 <3.0.0"
154140
flutter: ">=1.12.0"

0 commit comments

Comments
 (0)