Last active
February 14, 2017 21:06
-
-
Save DirleiDionisio/f2b415a5d7d7f0fb0596e2e7f137b0f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<ti:app xmlns:ti="http://ti.appcelerator.org"> | |
<id>APP.ID</id> | |
<name>APPNAME</name> | |
<version>1.1.13</version> | |
<publisher>PUBLISHER</publisher> | |
<url>http://X.com</url> | |
<description>DESC.</description> | |
<copyright>2017 by X</copyright> | |
<icon>appicon.png</icon> | |
<fullscreen>false</fullscreen> | |
<navbar-hidden>false</navbar-hidden> | |
<analytics>true</analytics> | |
<property name="ti.ui.defaultunit" type="string">dp</property> | |
<property name="run-on-main-thread" type="bool">true</property> | |
<property name="acs-grouped-notification-message-development" type="string">You have $number$ unread messages.</property> | |
<property name="acs-grouped-notification-message-production" type="string">You have $number$ unread messages.</property> | |
<android xmlns:android="http://schemas.android.com/apk/res/android"> | |
<manifest android:versionCode="1011301" android:versionName="1.1.13"> | |
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="24"/> | |
</manifest> | |
<abi>armeabi-v7a</abi> | |
</android> | |
<modules> | |
<module platform="android">ti.cloudpush</module> | |
<module platform="commonjs">ti.cloud</module> | |
</modules> | |
<deployment-targets> | |
<target device="android">true</target> | |
</deployment-targets> | |
<sdk-version>6.0.1.GA</sdk-version> | |
<plugins> | |
<plugin version="1.0">ti.alloy</plugin> | |
</plugins> | |
<property name="appc-app-id" type="string">REMOVED</property> | |
<property name="appc-org-id" type="string">REMOVED</property> | |
<property name="appc-creator-user-id" type="string">REMOVED</property> | |
<property name="acs-authbase-url-development" type="string">https://secure-identity.cloud.appcelerator.com</property> | |
<property name="acs-base-url-development" type="string">https://api.cloud.appcelerator.com</property> | |
<property name="acs-authbase-url-production" type="string">https://secure-identity.cloud.appcelerator.com</property> | |
<property name="acs-base-url-production" type="string">https://api.cloud.appcelerator.com</property> | |
<property name="acs-oauth-secret-production" type="string">REMOVED</property> | |
<property name="acs-oauth-key-production" type="string">REMOVED</property> | |
<property name="acs-api-key-production" type="string">REMOVED</property> | |
<property name="acs-oauth-secret-development" type="string">REMOVED</property> | |
<property name="acs-oauth-key-development" type="string">REMOVED</property> | |
<property name="acs-api-key-development" type="string">REMOVED</property> | |
<guid>REMOVED</guid> | |
</ti:app> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment