-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmobile-config.js-devtest
25 lines (24 loc) · 1.21 KB
/
mobile-config.js-devtest
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
App.info({
id: 'za.co.multimobile.rover.enco.test',
name: 'Enco D-Orders Test',
description: 'Development testing version of Enco D-Orders',
version: '0.0.1'
});
App.accessRule("*");
App.icons({
"android_hdpi": "resources/icons/mipmap-hdpi/ic_launcher.png",
"android_mdpi": "resources/icons/mipmap-mdpi/ic_launcher.png",
"android_xhdpi": "resources/icons/mipmap-xhdpi/ic_launcher.png",
"android_xxhdpi": "resources/icons/mipmap-xxhdpi/ic_launcher.png",
"android_xxxhdpi": "resources/icons/mipmap-xxxhdpi/ic_launcher.png",
});
App.launchScreens({
"android_hdpi_landscape": "resources/splash/android/drawable-land-hdpi/screen.png",
"android_mdpi_portrait": "resources/splash/testing/android_mdpi_portrait.png",
"android_xxhdpi_landscape": "resources/splash/android/drawable-land-xxhhdpi/screen.png",
"android_xhdpi_landscape": "resources/splash/android/drawable-land-xhdpi/screen.png",
"android_hdpi_portrait": "resources/splash/android/drawable-hdpi/screen.png",
"android_xxhdpi_portrait": "resources/splash/android/drawable-xxhdpi/screen.png.png",
"android_xhdpi_portrait": "resources/splash/android/drawable-xhdpi/screen.png",
"android_mdpi_landscape": "resources/splash/android/drawable-land-mdpi/screen.png",
});