Scott Harrison

Results 8 issues of 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 :) ![Screenshot 2023-03-03 at 11 06 05 AM](https://user-images.githubusercontent.com/7820808/222785513-bbcfe7f1-c59e-4d40-8a75-46022c5b256f.png)

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", },