Skip to content

Instantly share code, notes, and snippets.

@Umity
Created November 1, 2014 19:56
Show Gist options
  • Save Umity/02d97d3f0802ba05aef8 to your computer and use it in GitHub Desktop.
Save Umity/02d97d3f0802ba05aef8 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.myname.xxx</id>
<deployment-targets>
<target device="tizen">false</target>
<target device="mobileweb">false</target>
<target device="iphone">true</target>
<target device="ipad">false</target>
<target device="android">false</target>
<target device="blackberry">false</target>
</deployment-targets>
<sdk-version>3.4.0.GA</sdk-version>
<name>MyAppName</name>
<version>3.0.0</version>
<publisher>MySite</publisher>
<url>http://www.domain.com</url>
<description>not specified</description>
<copyright>2012 - domain.com</copyright>
<icon>Icon.png</icon>
<persistent-wifi>false</persistent-wifi>
<prerendered-icon>false</prerendered-icon>
<statusbar-style>opaque_black</statusbar-style>
<statusbar-hidden>false</statusbar-hidden>
<fullscreen>true</fullscreen>
<navbar-hidden>true</navbar-hidden>
<analytics>false</analytics>
<property name="ti.facebook.appid">987438681399529</property>
<guid>98b26619-afe5-4c12-aadc-6c938c34dc99</guid>
<iphone>
<orientations device="iphone">
<orientation>Ti.UI.PORTRAIT</orientation>
</orientations>
<orientations device="ipad">
<orientation>Ti.UI.PORTRAIT</orientation>
</orientations>
</iphone>
<ios>
<min-ios-ver>7.0</min-ios-ver>
<plist>
<key>FacebookAppID</key>
<string>987438681399529</string>
<key>FacebookDisplayName</key>
<string>MyAppName</string>
<dict>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.myname.xxx</string>
<key>CFBundleURLSchemes</key>
<array>
<string>MyAppName</string>
<string>987438681399529</string>
</array>
</dict>
</array>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv6</string>
<string>armv7</string>
</array>
</dict>
</plist>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android"/>
<modules>
<module platform="iphone" version="0.1">com.widbook.blur</module>
<module platform="iphone" version="3.19.02">com.facebook</module>
</modules>
</ti:app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment