@ -0,0 +1,47 @@ |
||||
// This section sets up some basic app metadata,
|
||||
// the entire section is optional.
|
||||
App.info({ |
||||
id: 'com.konecty.rocketchat', |
||||
name: 'Rocket.Chat', |
||||
description: 'Rocket.Chat', |
||||
author: 'Rocket.Chat Development Group', |
||||
email: 'contact@rocket.chat', |
||||
website: 'https://rocket.chat' |
||||
}); |
||||
|
||||
// // Set up resources such as icons and launch screens.
|
||||
// App.icons({
|
||||
// 'iphone': 'icons/icon-60.png',
|
||||
// 'iphone_2x': 'icons/icon-60@2x.png',
|
||||
// // ... more screen sizes and platforms ...
|
||||
// });
|
||||
|
||||
App.launchScreens({ |
||||
iphone : 'splash/iphone.png', |
||||
iphone_2x : 'splash/iphone@2x.png', |
||||
iphone5 : 'splash/iphone5.png', |
||||
iphone6 : 'splash/iphone6.png', |
||||
iphone6p_portrait : 'splash/iphone6p_portrait.png', |
||||
iphone6p_landscape: 'splash/iphone6p_landscape.png', |
||||
ipad_portrait : 'splash/ipad_portrait.png', |
||||
ipad_portrait_2x : 'splash/ipad_portrait@2x.png', |
||||
ipad_landscape : 'splash/ipad_landscape.png', |
||||
ipad_landscape_2x : 'splash/ipad_landscape@2x.png' |
||||
// android_ldpi_portrait
|
||||
// android_ldpi_landscape
|
||||
// android_mdpi_portrait
|
||||
// android_mdpi_landscape
|
||||
// android_hdpi_portrait
|
||||
// android_hdpi_landscape
|
||||
// android_xhdpi_portrait
|
||||
// android_xhdpi_landscape
|
||||
}); |
||||
|
||||
// Set PhoneGap/Cordova preferences
|
||||
App.setPreference('HideKeyboardFormAccessoryBar', true); |
||||
|
||||
// // Pass preferences for a particular PhoneGap/Cordova plugin
|
||||
// App.configurePlugin('com.phonegap.plugins.facebookconnect', {
|
||||
// APP_ID: '1234567890',
|
||||
// API_KEY: 'supersecretapikey'
|
||||
// });
|
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 80 KiB |
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 82 KiB |
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 71 KiB |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 80 KiB |
After Width: | Height: | Size: 69 KiB |