Skip to content

Commit e40de49

Browse files
author
Leonardo Espinosa Torres
authored
Merge pull request #37 from RealbindDevTeam/tst-cyg
Tst cyg
2 parents 6d97d19 + d726ce8 commit e40de49

9 files changed

Lines changed: 327 additions & 264 deletions

File tree

cyg_mobile/config.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="com.cyg" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3-
<name>i4t_mobile</name>
2+
<widget id="com.comeygana.app" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3+
<name>Come y Gana</name>
44
<description>comeygana Mobile Project</description>
5-
<author email="leonardoespinosa@realbind.com" href="https://www.comeygana.com">comeygana</author>
5+
<author email="leonardoespinosa@realbind.com" href="https://app.comeygana.com">comeygana</author>
66
<content src="index.html" />
77
<access origin="*" />
88
<allow-intent href="http://*/*" />
@@ -80,16 +80,13 @@
8080
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
8181
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
8282
</platform>
83-
<engine name="ios" spec="4.5.4" />
8483
<engine name="android" spec="6.3.0" />
85-
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
86-
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
84+
<engine name="ios" spec="4.5.4" />
8785
<plugin name="cordova-plugin-device" spec="^1.1.7" />
88-
<plugin name="cordova-plugin-splashscreen" spec="^4.1.0" />
89-
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.16" />
90-
<plugin name="cordova-plugin-statusbar" spec="^2.3.0" />
91-
<plugin name="cordova-plugin-inappbrowser" spec="^2.0.2" />
92-
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
86+
<plugin name="cordova-plugin-facebook4" spec="^1.7.4">
87+
<variable name="APP_ID" value="128565331134597" />
88+
<variable name="APP_NAME" value="devi4t" />
89+
</plugin>
9390
<plugin name="cordova-plugin-googlemaps" spec="^2.2.9">
9491
<variable name="API_KEY_FOR_ANDROID" value="AIzaSyBF9_4-7dq9SXko_FHMFtphI3dVbcE4jQc" />
9592
<variable name="API_KEY_FOR_IOS" value="AIzaSyDBzEpFYRne6-5E5ulKNt8yGwG34lO7VDk" />
@@ -98,10 +95,13 @@
9895
<variable name="LOCATION_WHEN_IN_USE_DESCRIPTION" value="This app wants to get your location while this app runs only." />
9996
<variable name="LOCATION_ALWAYS_USAGE_DESCRIPTION" value="This app wants to get your location always, even this app runs in background." />
10097
</plugin>
101-
<plugin name="cordova-plugin-facebook4" spec="^1.7.4">
102-
<variable name="APP_ID" value="128565331134597" />
103-
<variable name="APP_NAME" value="devi4t" />
104-
</plugin>
98+
<plugin name="cordova-plugin-inappbrowser" spec="^2.0.2" />
99+
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.16" />
100+
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
101+
<plugin name="cordova-plugin-splashscreen" spec="^4.1.0" />
102+
<plugin name="cordova-plugin-statusbar" spec="^2.3.0" />
103+
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
104+
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
105105
<plugin name="phonegap-plugin-barcodescanner" spec="^7.1.1">
106106
<variable name="ANDROID_SUPPORT_V4_VERSION" value="27.+" />
107107
</plugin>

cyg_mobile/meteor-client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__meteor_runtime_config__ = {
22
"meteorEnv": {},
3-
"DDP_DEFAULT_CONNECTION_URL": "http://10.11.14.199:3000/",
4-
"ROOT_URL": "http://10.11.14.199:3000/"
3+
"DDP_DEFAULT_CONNECTION_URL": "http://35.190.80.67/",
4+
"ROOT_URL": "http://35.190.80.67/"
55
};
66

77
//////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)