<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/32.0">
	<id>com.feathersui.examples.PullToRefresh</id>
	<filename>Pull To Refresh</filename>
	<name>Pull To Refresh</name>
	<versionNumber>4.1.1</versionNumber>
	<description>Pull to Refresh example application built with Feathers UI controls for Starling</description>
	<copyright>2020 Bowler Hat LLC</copyright>

	<initialWindow>
		<content>PullToRefresh.swf</content>
		<autoOrients>true</autoOrients>
		<fullScreen>false</fullScreen>
		<visible>true</visible>
		<renderMode>direct</renderMode>
	</initialWindow>

	<supportedLanguages>en</supportedLanguages>

	<icon>
		<image29x29>icon29.png</image29x29>
		<image48x48>icon48.png</image48x48>
		<image50x50>icon50.png</image50x50>
		<image57x57>icon57.png</image57x57>
		<image58x58>icon58.png</image58x58>
		<image72x72>icon72.png</image72x72>
		<image87x87>icon87.png</image87x87>
		<image96x96>icon96.png</image96x96>
		<image100x100>icon100.png</image100x100>
		<image114x114>icon114.png</image114x114>
		<image128x128>icon128.png</image128x128>
		<image144x144>icon144.png</image144x144>
		<image180x180>icon180.png</image180x180>
	</icon>
	<android>
		<colorDepth>16bit</colorDepth>
		<manifestAdditions><![CDATA[
			<manifest android:installLocation="auto">
			    <uses-permission android:name="android.permission.INTERNET"/>
			</manifest>
		]]></manifestAdditions>
	</android>
	<iPhone>
		<InfoAdditions>
		<![CDATA[
			<key>UIDeviceFamily</key> 
			<array> 
				<string>1</string>
				<string>2</string>
			</array>
			<key>UIPrerenderedIcon</key>
			<true/>
			<key>UIStatusBarStyle</key>
			<string>UIStatusBarStyleLightContent</string>
		]]> 
		</InfoAdditions>
		<requestedDisplayResolution>high</requestedDisplayResolution>
	</iPhone>
</application>