-
Notifications
You must be signed in to change notification settings - Fork 2
/
tiapp.xml
183 lines (183 loc) · 7.49 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>${id}</id>
<name>${name}</name>
<version>1.0.43</version>
<publisher>${publisher}</publisher>
<url>${url}</url>
<description>${description}</description>
<copyright>${copyright}</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>false</analytics>
<guid>${guid}</guid>
<property name="ti.ui.defaultunit" type="string">dp</property>
<property name="run-on-main-thread" type="bool">true</property>
<!-- special property to increase the security of your application by preventing debugging applications from connecting to your mobile app. -->
<property name="appc-security-debugger-detect">false</property>
<!-- special property to increase the security of your application by preventing the mobile app from running on a Jailbroken (iOS) or rooted (Android) device. -->
<property name="appc-security-jailbreak-detect">false</property>
<!-- special property appc-sourcecode-encryption-policy determines the encryption policy for assets. values can be remote (default) or embed -->
<property name="appc-sourcecode-encryption-policy">remote</property>
<!-- Allow or disallow custom iOS 8+ keyboard extensions. By default, custom keyboard extensions are allowed. Add this property and set it to false to disallow custom keyboard extensions. -->
<property name="allow-custom-keyboards" type="bool">true</property>
<ios>
<min-ios-ver>11.0</min-ios-ver>
<enable-launch-screen-storyboard>true</enable-launch-screen-storyboard>
<use-app-thinning>true</use-app-thinning>
<use-jscore-framework>true</use-jscore-framework>
<!-- Set backgroundColor for builtin storyboard and/or root view controller -->
<default-background-color>#ffffff</default-background-color>
<!-- Enable to support iPad Split View and Slide Over -->
<use-autolayout>false</use-autolayout>
<plist>
<dict>
<key>UISupportedInterfaceOrientations~iphone</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<!-- Dark Mode: Automatic, Light, or Dark -->
<key>UIUserInterfaceStyle</key>
<string>Automatic</string>
<!-- Update status bar based on style preference -->
<key>UIViewControllerBasedStatusBarAppearance</key>
<true />
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>NSAppleMusicUsageDescription</key>
<string>Can we use your music library?</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Can we use your bluetooth?</string>
<key>NSCalendarsUsageDescription</key>
<string>Can we use your calendar?</string>
<key>NSCameraUsageDescription</key>
<string>Can we use your camera?</string>
<key>NSContactsUsageDescription</key>
<string>Can we use to your contacts?</string>
<key>NSFaceIDUsageDescription</key>
<string>Can we use FaceID to authenticate you?</string>
<key>NSHealthShareUsageDescription</key>
<string>Can we use to your health information?</string>
<key>NSHealthUpdateUsageDescription</key>
<string>Can we use to your health information?</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Can we use your location while using the app?</string>
<key>NSLocationAlwaysUsageDescription</key> -->
<string>Can we use your location (always)?</string>
<key>NSMicrophoneUsageDescription</key>
<string>Can we use your microphone?</string>
<key>NSMotionUsageDescription</key>
<string>Can we use your motion tracking hardware?</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Can we save to your photo library?</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Can we access your photo library?</string>
<key>NSRemindersUsageDescription</key>
<string>Can we have access to your reminders?</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>Can we have access to speech recognition?</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>UIRequiresPersistentWiFi</key>
<false />
<key>UIPrerenderedIcon</key>
<false />
<key>UIStatusBarHidden</key>
<false />
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string>
<!-- Used for Silent Pushes and Remote Push Notifications -->
<!-- Note: The aps-development (development / production) is injected by the CLI based on your deploy type :-) -->
<key>UIBackgroundModes</key>
<array>
<!-- Without this one, you are not allowed to perform tasks in the "silentpush" event -->
<string>fetch</string>
<!-- Without this one, you cannot receive a device token -->
<string>remote-notification</string>
</array>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fb</string>
<string>fbapi</string>
<string>fbauth2</string>
<string>fbshareextension</string>
<string>fb-messenger-api</string>
<string>twitter</string>
<string>instagram</string>
<string>comgooglemaps</string>
<string>${id}</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<!-- same as ti:app/id -->
<string>${id}</string>
<key>CFBundleURLSchemes</key>
<array>
<!-- your custom scheme -->
<string>${id}</string>
<!-- same as 'fb' plus ti:app/property[name=ti.facebook.appid] -->
<!--<string>fb123456789</string>-->
</array>
</dict>
</array>
</dict>
</plist>
<entitlements>
<dict>
<!-- Make sure that your Apple App ID and Provisioning Profile
are setup on https://developer.apple.com -->
<!-- <key>com.apple.developer.applesignin</key>
<array>
<string>Default</string>
</array> -->
<!-- <key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:my-domain-name.com</string>
</array> -->
<!-- <key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix).${id}</string>
</array> -->
</dict>
</entitlements>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100043000" >
<application android:debuggable="true"
android:icon="@drawable/appicon"
android:label="${name}"
android:largeHeap="true"
android:screenOrientation="portrait"
android:theme="@style/turbo_theme">
</application>
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
</manifest>
</android>
<modules></modules>
<deployment-targets>
<target device="android">true</target>
<target device="ipad">true</target>
<target device="iphone">true</target>
</deployment-targets>
<sdk-version>9.0.0.GA</sdk-version>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
<plugin version="1.0">turbo</plugin>
</plugins>
</ti:app>