I want to build a project in Flash Builder 4.5 both for Android and for iOS. Both builds use the same code besides a minor class: Android uses 1 class, and iOS uses a different one.
Instead of changing it manually each time I compile, I want to find a way to let FB know which class to include in each of the builds. I can't include both and do the check in runtime because these classes have EMBED meta tags, which will increase the file size tremendously if I include both.
Is there a way to do so?