Scott Harrison
Scott Harrison
Inspired by Window Version, Mac Sim could open a project by dragging main.lua inside window https://user-images.githubusercontent.com/7820808/222944248-dab128c2-f599-48fc-9f3c-900d0a9418c3.mov
Took a bit of work since I am not really a Windows Guy :) 
Addresses #269
i.e ``` iphone = { xcassets = "Images.xcassets", plist = { UILaunchStoryboardName = "LaunchScreen", CFBundleIdentifier = "com.appodeal.sandbox", NSAppTransportSecurity = { NSAllowsArbitraryLoads=true }, }, xcprivacy = { NSPrivacyAccessedAPITypes = { {...
" BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(_:) needs to migrate to the non-deprecated UIApplication.open(_:options:completionHandler:). Force returning false (NO)." Based on forums https://forums.solar2d.com/t/on-ios-18-system-openurl-url-does-not-work/356845/2
iphone = { plist = { UIStatusBarHidden = false, UILaunchStoryboardName = "LaunchScreen", ITSAppUsesNonExemptEncryption = false, -- This sample doesn't use custom encryption }, iconFile = "AppIcon.icon", },