Bypassing ATS?

How to set up ATS for MacOS builds?

in docs there is only info for iOS.

https://docs.coronalabs.com/guide/hardware/appleATS/index.html

It should be the same except for using a “macos” table in build.settings:

settings = { macos = { plist = { NSAppTransportSecurity = { }, }, }, }

It should be the same except for using a “macos” table in build.settings:

settings = { macos = { plist = { NSAppTransportSecurity = { }, }, }, }