Skip to content

Commit 4443a56

Browse files
committed
Update example projects
1 parent 4c16d4c commit 4443a56

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
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

Lines changed: 4 additions & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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>

0 commit comments

Comments
 (0)