I have an ActionScript Mobile project that is years in the making, a lot of work has been put into this app. Through this time frame project requirements have changed. I now need to also have an AIR Desktop version of this application.
How would I go about creating a project that allows these profiles to work:
<supportedProfiles>desktop extendedDesktop mobileDevice extendedMobileDevice</supportedProfiles>
To be clear, I cannot start from scratch so the AIR Desktop project would need to use the same code base as the Mobile Project.
Thank you for any guidance,
Jim