File tree Expand file tree Collapse file tree 6 files changed +11
-170
lines changed Expand file tree Collapse file tree 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
1414example /.flutter-plugins-dependencies
1515example /ios /Flutter /.last_build_id
1616example /ios /Flutter /Flutter.podspec
17+ /pubspec.lock
Original file line number Diff line number Diff line change 11PODS:
22 - Flutter (1.0.0)
3- - flutter_line_sdk (2.3.1 ):
3+ - flutter_line_sdk (2.3.2 ):
44 - Flutter
55 - LineSDKSwift (~> 5.3)
66 - LineSDKSwift (5.9.0):
@@ -23,9 +23,9 @@ EXTERNAL SOURCES:
2323
2424SPEC CHECKSUMS:
2525 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
26- flutter_line_sdk: a86e7072a47b7fe0e251c11354c5b7dd04d9947b
26+ flutter_line_sdk: ec4b8b8ea31a7a373e3e2f7c11f46ad0f3c6135a
2727 LineSDKSwift: 97d6306ca17ae41520f29eb5dff4077dd81f08b2
2828
2929PODFILE CHECKSUM: 286cd794da909470ef132faa2b6b4260996f1599
3030
31- COCOAPODS: 1.11.3
31+ COCOAPODS: 1.12.1
Original file line number Diff line number Diff line change 33 archiveVersion = 1;
44 classes = {
55 };
6- objectVersion = 50 ;
6+ objectVersion = 54 ;
77 objects = {
88
99/* Begin PBXBuildFile section */
232232 };
233233 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
234234 isa = PBXShellScriptBuildPhase;
235+ alwaysOutOfDate = 1;
235236 buildActionMask = 2147483647;
236237 files = (
237238 );
238239 inputPaths = (
240+ "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
239241 );
240242 name = "Thin Binary";
241243 outputPaths = (
266268 };
267269 9740EEB61CF901F6004384FC /* Run Script */ = {
268270 isa = PBXShellScriptBuildPhase;
271+ alwaysOutOfDate = 1;
269272 buildActionMask = 2147483647;
270273 files = (
271274 );
Original file line number Diff line number Diff line change 5858 <false />
5959 <key >CADisableMinimumFrameDurationOnPhone </key >
6060 <true />
61+ <key >UIApplicationSupportsIndirectInputEvents </key >
62+ <true />
6163</dict >
6264</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/
55repository : https://github.com/line/flutter_line_sdk/
66
77environment :
8- sdk : ' >=2.12.0 <3 .0.0'
8+ sdk : ' >=2.12.0 <4 .0.0'
99 flutter : " >=1.12.0"
1010
1111dependencies :
You can’t perform that action at this time.
0 commit comments