I’m running Solar2d on Windows version 2024.3709.
I am getting the following errors in console when trying to enable UIFileSharingEnabled and LSSupportsOpeningDocumentsInPlace…
WARNING: unrecognized key: settings.iphone.plist.LSSupportsOpeningDocumentsInPlace (boolean)
WARNING: unrecognized key: settings.iphone.plist.UIFileSharingEnabled (boolean)
I cannot figure out why they are “unrecognized keys”. Anyone else solve these warnings?? I tried previous versions of Solar2d and get the same warnings.
plist is shown below…
plist =
{
UIStatusBarHidden = true,
CoronaWindowMovesWhenKeyboardAppears = true,
UILaunchStoryboardName = “LaunchScreen”,
CFBundleDisplayName = “Trampoline Scorer”,
CFBundleName = “Trampoline Scorer”,
UIFileSharingEnabled = true,
LSSupportsOpeningDocumentsInPlace =true,
},