Skip to content

Commit 906a28d

Browse files
xcode lists
1 parent e54e7b0 commit 906a28d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -221,6 +221,7 @@
221221
};
222222
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
223223
isa = PBXShellScriptBuildPhase;
224+
alwaysOutOfDate = 1;
224225
buildActionMask = 2147483647;
225226
files = (
226227
);
@@ -235,6 +236,7 @@
235236
};
236237
9740EEB61CF901F6004384FC /* Run Script */ = {
237238
isa = PBXShellScriptBuildPhase;
239+
alwaysOutOfDate = 1;
238240
buildActionMask = 2147483647;
239241
files = (
240242
);

example/ios/Runner/Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@
6060
</array>
6161
</dict>
6262
</array>
63-
</dict>
64-
</plist>
63+
<key>UIApplicationSupportsIndirectInputEvents</key>
64+
<true/>
65+
</dict>
66+
</plist>

0 commit comments

Comments
 (0)