This is mine, I did try deleting my xml file before, but didn't work out.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Usage: To localize the description, use the following format for the description element. <description> <text xml:lang="en">English App description goes here</text> <text xml:lang="fr">French App description goes here</text> <text xml:lang="ja">Japanese App description goes here</text> </description> To localize the name, use the following format for the name element. <name> <text xml:lang="en">English App name goes here</text> <text xml:lang="fr">French App name goes here</text> <text xml:lang="ja">Japanese App name goes here</text> </name> -->
-<application xmlns="http://ns.adobe.com/air/application/14.0">
<id>com.jana.meteorapp</id>
<versionNumber>1.0</versionNumber>
<filename>UFO</filename>
<description/>
<name>UFO</name>
<copyright/>
-<initialWindow>
<content>UFO.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>true</fullScreen>
<aspectRatio>portrait</aspectRatio>
<renderMode>auto</renderMode>
<autoOrients>true</autoOrients>
</initialWindow>
-<icon>
<image57x57>AppIconsForPublish/a57.png</image57x57>
<image72x72>AppIconsForPublish/a72.png</image72x72>
<image114x114>AppIconsForPublish/a114.png</image114x114>
</icon>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
-<iPhone>
-<InfoAdditions>
<![CDATA[ <key>UIDeviceFamily</key> <array> <string>1</string> </array> ]]>
</InfoAdditions>
<requestedDisplayResolution>high</requestedDisplayResolution>
</iPhone>
<supportedLanguages>en</supportedLanguages>
</application>
<?xml