-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile-config.js
27 lines (25 loc) · 1.04 KB
/
mobile-config.js
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
App.icons({
// iOS
'iphone': 'resources/icons/icon-60x60.png',
'iphone_2x': 'resources/icons/[email protected]',
'iphone_3x': 'resources/icons/[email protected]',
'ipad': 'resources/icons/icon-76x76.png',
'ipad_2x': 'resources/icons/[email protected]'
});
//App.launchScreens({
// // iOS
// 'iphone': 'resources/splash/splash-320x480.png',
// 'iphone_2x': 'resources/splash/[email protected]',
// 'iphone5': 'resources/splash/[email protected]',
// 'iphone6': 'resources/splash/[email protected]',
// 'iphone6p_portrait': 'resources/splash/[email protected]',
// 'iphone6p_landscape': 'resources/splash/[email protected]',
//
// 'ipad_portrait': 'resources/splash/splash-768x1024.png',
// 'ipad_portrait_2x': 'resources/splash/[email protected]',
// 'ipad_landscape': 'resources/splash/splash-1024x768.png',
// 'ipad_landscape_2x': 'resources/splash/[email protected]'
//});
App.accessRule('*.google.com/*');
App.accessRule('*.googleapis.com/*');
App.accessRule('*.gstatic.com/*');