<?xml version="1.0" encoding="utf-8" ?>
<platform xmlns="http://ns.adobe.com/air/extension/32.0">

<!-- Adobe AIR Platform Descriptor File Template.

	Specifies iOS specific options for AIR extensions.

	xmlns - The Adobe AIR extension namespace: http://ns.adobe.com/air/extension/3.5
		The last segment of the namespace specifies the version 
		of the AIR runtime required for this application to run.
-->

	<!-- Description. May have multiple values for each language. Optional. -->
	<!-- <description> </description> -->

	<!-- Copyright information. Optional. -->
	<!-- <copyright> </copyright> -->

	<!-- The version of iOS SDK that the app should be linked with. Optional. -->
	<sdkVersion>4.3</sdkVersion>

	<!-- Dependencies that are packaged in the ANE. Optional. -->
	<packagedDependencies>
		<!-- A dependency can be a static library,a static framework or an object file. -->
		<!-- <packagedDependency></packagedDependency> -->
	</packagedDependencies>

	<!-- Options that should be passed to the linker. Optional. -->
	<linkerOptions>
		<!-- <option>-ios_version_min 4.3</option> -->
		<!-- <option>-framework Accelerate</option> -->
		<!-- <option>-liconv</option> -->
	</linkerOptions>

</platform>
