The documentation from both Adobe and Apple says that it is required to change the Info.plist file in order to associate an app with a filetype
However, one is also required to codesign the app in order to pass through OSX's Gatekeeper security restrictions.
How can I get pass this problem? If I codesign from within AIR, and then change the Info.plist in the exported bundle, won't it break the codesigning?