File tree 6 files changed +11
-170
lines changed
6 files changed +11
-170
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ example/ios/Flutter/flutter_export_environment.sh
14
14
example /.flutter-plugins-dependencies
15
15
example /ios /Flutter /.last_build_id
16
16
example /ios /Flutter /Flutter.podspec
17
+ /pubspec.lock
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - flutter_line_sdk (2.3.1 ):
3
+ - flutter_line_sdk (2.3.2 ):
4
4
- Flutter
5
5
- LineSDKSwift (~> 5.3)
6
6
- LineSDKSwift (5.9.0):
@@ -23,9 +23,9 @@ EXTERNAL SOURCES:
23
23
24
24
SPEC CHECKSUMS:
25
25
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
26
- flutter_line_sdk: a86e7072a47b7fe0e251c11354c5b7dd04d9947b
26
+ flutter_line_sdk: ec4b8b8ea31a7a373e3e2f7c11f46ad0f3c6135a
27
27
LineSDKSwift: 97d6306ca17ae41520f29eb5dff4077dd81f08b2
28
28
29
29
PODFILE CHECKSUM: 286cd794da909470ef132faa2b6b4260996f1599
30
30
31
- COCOAPODS: 1.11.3
31
+ COCOAPODS: 1.12.1
Original file line number Diff line number Diff line change 3
3
archiveVersion = 1;
4
4
classes = {
5
5
};
6
- objectVersion = 50 ;
6
+ objectVersion = 54 ;
7
7
objects = {
8
8
9
9
/* Begin PBXBuildFile section */
232
232
};
233
233
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
234
234
isa = PBXShellScriptBuildPhase;
235
+ alwaysOutOfDate = 1;
235
236
buildActionMask = 2147483647;
236
237
files = (
237
238
);
238
239
inputPaths = (
240
+ "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
239
241
);
240
242
name = "Thin Binary";
241
243
outputPaths = (
266
268
};
267
269
9740EEB61CF901F6004384FC /* Run Script */ = {
268
270
isa = PBXShellScriptBuildPhase;
271
+ alwaysOutOfDate = 1;
269
272
buildActionMask = 2147483647;
270
273
files = (
271
274
);
Original file line number Diff line number Diff line change 58
58
<false />
59
59
<key >CADisableMinimumFrameDurationOnPhone </key >
60
60
<true />
61
+ <key >UIApplicationSupportsIndirectInputEvents </key >
62
+ <true />
61
63
</dict >
62
64
</plist >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ homepage: https://developers.line.biz/
5
5
repository : https://github.com/line/flutter_line_sdk/
6
6
7
7
environment :
8
- sdk : ' >=2.12.0 <3 .0.0'
8
+ sdk : ' >=2.12.0 <4 .0.0'
9
9
flutter : " >=1.12.0"
10
10
11
11
dependencies :
You can’t perform that action at this time.
0 commit comments