<?xml version="1.0" encoding="UTF-8"?><ti:app xmlns:ti="http://ti.appcelerator.org">
	<id>nl.rtuin.tss2stsstestapp</id>
	<name>tss2stss-test-app</name>
	<version>1.0</version>
	<publisher>not specified</publisher>
	<url/>
	<description/>
	<copyright>not specified</copyright>
	<icon>appicon.png</icon>
	<fullscreen>false</fullscreen>
	<navbar-hidden>false</navbar-hidden>
	<analytics>true</analytics>
	<guid>8bc481d5-e0ef-4eb2-a1e6-6168cdcb254f</guid>
	<property name="ti.ui.defaultunit" type="string">dp</property>
	<ios>
		<plist>
			<dict>
				<key>UISupportedInterfaceOrientations~iphone</key>
				<array>
					<string>UIInterfaceOrientationPortrait</string>
				</array>
				<key>UISupportedInterfaceOrientations~ipad</key>
				<array>
					<string>UIInterfaceOrientationPortrait</string>
					<string>UIInterfaceOrientationPortraitUpsideDown</string>
					<string>UIInterfaceOrientationLandscapeLeft</string>
					<string>UIInterfaceOrientationLandscapeRight</string>
				</array>
				<key>UIRequiresPersistentWiFi</key>
				<false/>
				<key>UIPrerenderedIcon</key>
				<false/>
				<key>UIStatusBarHidden</key>
				<false/>
				<key>UIStatusBarStyle</key>
				<string>UIStatusBarStyleDefault</string>
			</dict>
		</plist>
	</ios>
	<android xmlns:android="http://schemas.android.com/apk/res/android">
	</android>
	<mobileweb>
		<precache>
		</precache>
		<splash>
			<enabled>true</enabled>
			<inline-css-images>true</inline-css-images>
		</splash>
		<theme>default</theme>
	</mobileweb>
	<modules>
	</modules>
	<deployment-targets>
		<target device="android">true</target>
		<target device="blackberry">true</target>
		<target device="ipad">true</target>
		<target device="iphone">true</target>
		<target device="mobileweb">true</target>
	</deployment-targets>
	<sdk-version>3.4.0.GA</sdk-version>
<plugins><plugin version="1.0">ti.alloy</plugin>
</plugins>
</ti:app>