I'm trying to publish an app that was publishing just fine last week. I dont know what changed or if there were updates but it's not working anymore. It runs fine under ADL. Flash Pro CC Build 14.0.0.110 - OSX 10.9.4
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><application xmlns="http://ns.adobe.com/air/application/13.0"> <id>EWMScreenSaver</id> <versionNumber>1.3</versionNumber> <filename>EWMScreenSaver</filename> <description></description> <name>EWMScreenSaver</name> <copyright></copyright> <initialWindow> <content>EWMScreenSaver.swf</content> <systemChrome>standard</systemChrome> <transparent>false</transparent> <visible>true</visible> <fullScreen>false</fullScreen> <autoOrients>false</autoOrients> <aspectRatio>portrait</aspectRatio> <renderMode>direct</renderMode> <maximizable>true</maximizable> <minimizable>true</minimizable> <resizable>true</resizable> </initialWindow> <customUpdateUI>false</customUpdateUI> <allowBrowserInvocation>false</allowBrowserInvocation> <icon> <image16x16>assets/icons/16.png</image16x16> <image32x32>assets/icons/32.png</image32x32> <image48x48>assets/icons/48.png</image48x48> <image128x128>assets/icons/128.png</image128x128> </icon> <supportedProfiles>desktop extendedDesktop</supportedProfiles></application>