Issue with IOS_TARGET_DEVICES generation for adobe air

Hi, there is issue with IOS_TARGET_DEVICES generation for adobe air.

<InfoAdditions>
	<![CDATA[
		::if (IOS_TARGET_DEVICES != null)::<key>UIDeviceFamily</key>
			<array>::foreach IOS_TARGET_DEVICES::
				<string>__current__</string>::end::
			</array>::end::
		]]>
</InfoAdditions>

produces

<![CDATA[
		<key>UIDeviceFamily</key>
			<array>
				<string>__current__</string>
				<string>__current__</string>
			</array>
		]]>

Try this: