-
Notifications
You must be signed in to change notification settings - Fork 1
/
tiapp.xml
124 lines (124 loc) · 6.7 KB
/
tiapp.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.sonar.qube.test.example</id>
<name>TestSonarQube</name>
<version>1.0</version>
<publisher>carlos</publisher>
<url/>
<description/>
<copyright>2018 by carlos</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid>f1c55d34-6fcc-457e-9bbb-8ba45c2c2222</guid>
<property name="ti.ui.defaultunit" type="string">dp</property>
<property name="run-on-main-thread" type="bool">true</property>
<ios>
<enable-launch-screen-storyboard>true</enable-launch-screen-storyboard>
<use-app-thinning>true</use-app-thinning>
<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>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.sonar.qube.test.example</string>
<key>CFBundleURLSchemes</key>
<array>
<string>touchtest-testsonarqube</string>
</array>
</dict>
</array>
</dict>
</plist>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:versionCode="1" xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:configChanges="keyboardHidden|orientation"
android:label="TestSonarQube"
android:name=".TestsonarqubeActivity" android:theme="@style/Theme.Titanium">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<data android:scheme="touchtest-testsonarqube"/>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
<service android:enabled="true" android:exported="false" android:name="com.soasta.android.touchtest.TouchTestService"/>
</application>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name="android.permission.GET_TASKS"/>
</manifest>
</android>
<modules>
<module platform="iphone">com.soasta.touchtest</module>
<module platform="android">com.soasta.touchtest</module>
<module platform="android">hyperloop</module>
<module platform="iphone">hyperloop</module>
<module platform="commonjs">ti.cloud</module>
<module platform="android">com.appcelerator.apm</module>
<module platform="iphone">com.appcelerator.apm</module>
</modules>
<deployment-targets>
<target device="android">true</target>
<target device="ipad">true</target>
<target device="iphone">true</target>
</deployment-targets>
<sdk-version>7.5.0.GA</sdk-version>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
<plugin>com.soasta.touchtest.android</plugin>
</plugins>
<property name="appc-app-id" type="string">5c1049b8357641375f4860bd</property>
<property name="com-soasta-touchtest-version" type="string">8244.293.5</property>
<property name="com-soasta-touchtest-ios-appId" type="string">573819</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-oauth-secret-development" type="string">9ETLrJ1xUXPjDyOzfqZCW1BQtrbOJRXz</property>
<property name="acs-oauth-key-development" type="string">dYyltAZsUaSi4sWbn5LFzn5XvThrIEgR</property>
<property name="acs-api-key-development" type="string">kHOE28z827f5lTnuWQQSwF8w2NtxIVav</property>
<property name="acs-username-development" type="string">appc_app_user_dev</property>
<property name="acs-password-development" type="string">nkvGe7xDhsXtKplIMx</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">JUtKJwhbKnpkvoGE8oDIBegWb1RAmrn9</property>
<property name="acs-oauth-key-production" type="string">jKvLUxq0bEw3ykJWqigwZSJKEuuONFhz</property>
<property name="acs-api-key-production" type="string">KT6uej5Ta2FsVjaGv6CHAYN8dCKXtY3W</property>
<property name="acs-username-production" type="string">appc_app_user</property>
<property name="acs-password-production" type="string">eKIRm35us6TySrH4Fa</property>
<property name="appc-org-id" type="string">100000720</property>
<property name="appc-creator-user-id" type="string">bf060972-059c-4699-94c8-085d87884dd7</property>
<property name="com-appcelerator-apm-id" type="string">f3baf6fb4ca24e9fbc5ed7c6756ec8f900555300</property>
</ti:app>