forked from obsidian-orchid/bloom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile-config.js
32 lines (32 loc) · 943 Bytes
/
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
28
29
30
31
32
///**
// * Created by siobhan on 2016/02/09.
// */
//// This section sets up some basic app metadata,
//// the entire section is optional.
//App.info({
// id: 'com.example.matt.uber',
// name: 'SnapShare',
// description: 'Share all the things!',
// author: 'Obsidian Orchid',
// email: 'obsidian.orchid.bloom@gmail.com',
// website: 'snapshare.meteor.com'
//});
//
//// Set up resources such as icons and launch screens.
//App.icons({
// 'iphone': 'favicon.png',
// 'android': 'favicon.png'
// // ... more screen sizes and platforms ...
//});
//
App.accessRule("*");
//
////// Set PhoneGap/Cordova preferences
////App.setPreference('BackgroundColor', '0xff0000ff');
////App.setPreference('HideKeyboardFormAccessoryBar', true);
////
////// Pass preferences for a particular PhoneGap/Cordova plugin
////App.configurePlugin('com.phonegap.plugins.facebookconnect', {
//// APP_ID: '1234567890',
//// API_KEY: 'supersecretapikey'
////});