Browse Source

[ios] Enabled mouse events

pull/3693/head
JBerg 4 years ago committed by Anders Jenbo
parent
commit
a514b80e28
  1. 6
      Packaging/apple/Info.plist

6
Packaging/apple/Info.plist

@ -28,8 +28,8 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CSResourcesFileMapped</key>
@ -42,5 +42,7 @@
<string>parent</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>

Loading…
Cancel
Save