Adobe AIR SDK 29.0.0.122 MacOSX Build Bug
We changed all http links to https in our application and removed the TransportSecurity definition to allow arbitrary loads. After all these affords we built the MacOSX App and received the following error:

Dear Adobe Air Team,
as you can see is the application looking for a http link. Please fix this bug so that we do not integrate in the info.plist the TransportSecurity.
If we integrate the following permission the app is working:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Thank you very much!
