Skip to content

Commit 24c119f

Browse files
authored
Merge pull request #82 from line/fix/lock-file
Remove the lock file and upgrade project settings
2 parents 334d7d1 + 4443a56 commit 24c119f

File tree

6 files changed

+11
-170
lines changed

6 files changed

+11
-170
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ example/ios/Flutter/flutter_export_environment.sh
1414
example/.flutter-plugins-dependencies
1515
example/ios/Flutter/.last_build_id
1616
example/ios/Flutter/Flutter.podspec
17+
/pubspec.lock

example/ios/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
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

2424
SPEC CHECKSUMS:
2525
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
26-
flutter_line_sdk: a86e7072a47b7fe0e251c11354c5b7dd04d9947b
26+
flutter_line_sdk: ec4b8b8ea31a7a373e3e2f7c11f46ad0f3c6135a
2727
LineSDKSwift: 97d6306ca17ae41520f29eb5dff4077dd81f08b2
2828

2929
PODFILE CHECKSUM: 286cd794da909470ef132faa2b6b4260996f1599
3030

31-
COCOAPODS: 1.11.3
31+
COCOAPODS: 1.12.1

example/ios/Runner.xcodeproj/project.pbxproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -232,10 +232,12 @@
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 = (
@@ -266,6 +268,7 @@
266268
};
267269
9740EEB61CF901F6004384FC /* Run Script */ = {
268270
isa = PBXShellScriptBuildPhase;
271+
alwaysOutOfDate = 1;
269272
buildActionMask = 2147483647;
270273
files = (
271274
);

example/ios/Runner/Info.plist

+2
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@
5858
<false/>
5959
<key>CADisableMinimumFrameDurationOnPhone</key>
6060
<true/>
61+
<key>UIApplicationSupportsIndirectInputEvents</key>
62+
<true/>
6163
</dict>
6264
</plist>

pubspec.lock

-165
This file was deleted.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://developers.line.biz/
55
repository: https://github.com/line/flutter_line_sdk/
66

77
environment:
8-
sdk: '>=2.12.0 <3.0.0'
8+
sdk: '>=2.12.0 <4.0.0'
99
flutter: ">=1.12.0"
1010

1111
dependencies:

0 commit comments

Comments
 (0)