Skip to content

Instantly share code, notes, and snippets.

@rblalock
Created March 1, 2015 19:04
Show Gist options
  • Save rblalock/f1354acd9e34356795fb to your computer and use it in GitHub Desktop.
Save rblalock/f1354acd9e34356795fb to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?><ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.xidlabs.WatchKitExample</id>
<name>WatchKitExample</name>
<version>1.0</version>
<publisher>not specified</publisher>
<url>http://richardblalock.com</url>
<description/>
<copyright>not specified</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid>a20c174e-e12e-404f-80f5-18ccc1bfdb57</guid>
<property name="ti.ui.defaultunit" type="string">dp</property>
<extensions>
<extension projectPath="/Users/rickblalock/titanium_repos/WatchKitExample/extensions/Sample">Sample WatchKit Extension</extension>
</extensions>
<ios>
<min-ios-ver>8.0</min-ios-ver>
<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">false</target>
<target device="blackberry">false</target>
<target device="ipad">false</target>
<target device="iphone">true</target>
<target device="mobileweb">false</target>
</deployment-targets>
<sdk-version>4.0.0</sdk-version>
<plugins><plugin version="1.0">ti.alloy</plugin>
</plugins>
</ti:app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment