Skip to content

Commit 5b65df1

Browse files
author
Igor Khomenko
committed
ready-to-go Apache Cordova Chat & VideoChat code samples
1 parent e99e22b commit 5b65df1

File tree

614 files changed

+61072
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

614 files changed

+61072
-75
lines changed

quickblox.min.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/chat-cordova/config.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3-
<name>HelloCordova</name>
2+
<widget id="com.quickblox.cordova.chat" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3+
<name>QB Chat</name>
44
<description>
5-
A sample Apache Cordova application that responds to the deviceready event.
5+
Apache Cordova simple code sample for Web XMPP Chat (via QuickBlox SDK + API)
66
</description>
7-
<author email="[email protected]" href="http://cordova.io">
8-
Apache Cordova Team
7+
<author email="[email protected]" href="https://quickblox.com">
8+
QuickBlox Team
99
</author>
1010
<content src="index.html" />
1111
<plugin name="cordova-plugin-whitelist" spec="1" />
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#Thu May 26 16:50:54 EEST 2016
Binary file not shown.

samples/chat-cordova/platforms/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<manifest android:hardwareAccelerated="true" android:versionCode="1" android:versionName="0.0.1" package="io.cordova.hellocordova" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest android:hardwareAccelerated="true" android:versionCode="1" android:versionName="0.0.1" package="com.quickblox.cordova.chat" xmlns:android="http://schemas.android.com/apk/res/android">
33
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
44
<uses-permission android:name="android.permission.INTERNET" />
55
<application android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name" android:supportsRtl="true">
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Automatically generated file. DO NOT MODIFY
3+
*/
4+
package org.apache.cordova;
5+
6+
public final class BuildConfig {
7+
public static final boolean DEBUG = Boolean.parseBoolean("true");
8+
public static final String APPLICATION_ID = "org.apache.cordova";
9+
public static final String BUILD_TYPE = "debug";
10+
public static final String FLAVOR = "";
11+
public static final int VERSION_CODE = 1;
12+
public static final String VERSION_NAME = "1.0";
13+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Licensed to the Apache Software Foundation (ASF) under one
4+
or more contributor license agreements. See the NOTICE file
5+
distributed with this work for additional information
6+
regarding copyright ownership. The ASF licenses this file
7+
to you under the Apache License, Version 2.0 (the
8+
"License"); you may not use this file except in compliance
9+
with the License. You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing,
14+
software distributed under the License is distributed on an
15+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
KIND, either express or implied. See the License for the
17+
specific language governing permissions and limitations
18+
under the License.
19+
-->
20+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
21+
package="org.apache.cordova"
22+
android:versionCode="1"
23+
android:versionName="1.0" >
24+
25+
<uses-sdk android:minSdkVersion="14" />
26+
27+
</manifest>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Licensed to the Apache Software Foundation (ASF) under one
4+
or more contributor license agreements. See the NOTICE file
5+
distributed with this work for additional information
6+
regarding copyright ownership. The ASF licenses this file
7+
to you under the Apache License, Version 2.0 (the
8+
"License"); you may not use this file except in compliance
9+
with the License. You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing,
14+
software distributed under the License is distributed on an
15+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
KIND, either express or implied. See the License for the
17+
specific language governing permissions and limitations
18+
under the License.
19+
-->
20+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
21+
package="org.apache.cordova"
22+
android:versionCode="1"
23+
android:versionName="1.0" >
24+
25+
<uses-sdk android:minSdkVersion="14" />
26+
27+
</manifest>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<merger version="3"><dataSet config="main"><source path="/Users/igorkhomenko/workspace/quickblox-javascript-sdk/samples/chat-cordova/platforms/android/CordovaLib/assets"/></dataSet><dataSet config="debug"><source path="/Users/igorkhomenko/workspace/quickblox-javascript-sdk/samples/chat-cordova/platforms/android/CordovaLib/src/debug/assets"/></dataSet></merger>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<merger version="3"><dataSet config="main"><source path="/Users/igorkhomenko/workspace/quickblox-javascript-sdk/samples/chat-cordova/platforms/android/CordovaLib/src/main/jniLibs"/></dataSet><dataSet config="debug"><source path="/Users/igorkhomenko/workspace/quickblox-javascript-sdk/samples/chat-cordova/platforms/android/CordovaLib/src/debug/jniLibs"/></dataSet></merger>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<merger version="3"><dataSet config="main$Generated" generated="true"><source path="/Users/igorkhomenko/workspace/quickblox-javascript-sdk/samples/chat-cordova/platforms/android/CordovaLib/res"/><source path="/Users/igorkhomenko/workspace/quickblox-javascript-sdk/samples/chat-cordova/platforms/android/CordovaLib/build/generated/res/rs/debug"/><source path="/Users/igorkhomenko/workspace/quickblox-javascript-sdk/samples/chat-cordova/platforms/android/CordovaLib/build/generated/res/resValues/debug"/></dataSet><dataSet config="debug$Generated" generated="true"><source path="/Users/igorkhomenko/workspace/quickblox-javascript-sdk/samples/chat-cordova/platforms/android/CordovaLib/src/debug/res"/></dataSet><dataSet config="main" generated-set="main$Generated"><source path="/Users/igorkhomenko/workspace/quickblox-javascript-sdk/samples/chat-cordova/platforms/android/CordovaLib/res"/><source path="/Users/igorkhomenko/workspace/quickblox-javascript-sdk/samples/chat-cordova/platforms/android/CordovaLib/build/generated/res/rs/debug"/><source path="/Users/igorkhomenko/workspace/quickblox-javascript-sdk/samples/chat-cordova/platforms/android/CordovaLib/build/generated/res/resValues/debug"/></dataSet><dataSet config="debug" generated-set="debug$Generated"><source path="/Users/igorkhomenko/workspace/quickblox-javascript-sdk/samples/chat-cordova/platforms/android/CordovaLib/src/debug/res"/></dataSet><mergedItems/></merger>

samples/chat-cordova/platforms/android/android.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"installed_plugins": {
2121
"cordova-plugin-whitelist": {
22-
"PACKAGE_NAME": "io.cordova.hellocordova"
22+
"PACKAGE_NAME": "com.quickblox.cordova.chat"
2323
}
2424
},
2525
"dependent_plugins": {},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<resources>
3-
<string name="app_name">HelloCordova</string>
3+
<string name="app_name">QB Chat</string>
44
<string name="launcher_name">@string/app_name</string>
55
<string name="activity_name">@string/launcher_name</string>
66
</resources>

samples/chat-cordova/platforms/android/res/xml/config.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.quickblox.cordova.chat" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<preference name="loglevel" value="DEBUG" />
44
<feature name="Whitelist">
55
<param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" />
66
<param name="onload" value="true" />
77
</feature>
88
<allow-intent href="market:*" />
9-
<name>HelloCordova</name>
9+
<name>QB Chat</name>
1010
<description>
11-
A sample Apache Cordova application that responds to the deviceready event.
11+
Apache Cordova simple code sample for Web XMPP Chat (via QuickBlox SDK + API)
1212
</description>
13-
<author email="[email protected]" href="http://cordova.io">
14-
Apache Cordova Team
13+
<author email="[email protected]" href="https://quickblox.com">
14+
QuickBlox Team
1515
</author>
1616
<content src="index.html" />
1717
<access origin="*" />

samples/chat-cordova/platforms/android/src/io/cordova/hellocordova/MainActivity.java renamed to samples/chat-cordova/platforms/android/src/com/quickblox/cordova/chat/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Licensed to the Apache Software Foundation (ASF) under one
1717
under the License.
1818
*/
1919

20-
package io.cordova.hellocordova;
20+
package com.quickblox.cordova.chat;
2121

2222
import android.os.Bundle;
2323
import org.apache.cordova.*;

samples/chat-cordova/platforms/browser/browser.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"installed_plugins": {
1010
"cordova-plugin-whitelist": {
11-
"PACKAGE_NAME": "io.cordova.hellocordova"
11+
"PACKAGE_NAME": "com.quickblox.cordova.chat"
1212
}
1313
},
1414
"dependent_plugins": {},
Binary file not shown.

samples/chat-cordova/platforms/browser/config.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3-
<name>HelloCordova</name>
2+
<widget id="com.quickblox.cordova.chat" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3+
<name>QB Chat</name>
44
<description>
5-
A sample Apache Cordova application that responds to the deviceready event.
5+
Apache Cordova simple code sample for Web XMPP Chat (via QuickBlox SDK + API)
66
</description>
7-
<author email="[email protected]" href="http://cordova.io">
8-
Apache Cordova Team
7+
<author email="[email protected]" href="https://quickblox.com">
8+
QuickBlox Team
99
</author>
1010
<content src="index.html" />
1111
<access origin="*" />

samples/chat-cordova/platforms/browser/www/config.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3-
<name>HelloCordova</name>
2+
<widget id="com.quickblox.cordova.chat" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3+
<name>QB Chat</name>
44
<description>
5-
A sample Apache Cordova application that responds to the deviceready event.
5+
Apache Cordova simple code sample for Web XMPP Chat (via QuickBlox SDK + API)
66
</description>
7-
<author email="[email protected]" href="http://cordova.io">
8-
Apache Cordova Team
7+
<author email="[email protected]" href="https://quickblox.com">
8+
QuickBlox Team
99
</author>
1010
<content src="index.html" />
1111
<access origin="*" />

samples/chat-cordova/platforms/ios/HelloCordova.xcodeproj/project.pbxproj renamed to samples/chat-cordova/platforms/ios/QB Chat.xcodeproj/project.pbxproj

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
/* End PBXContainerItemProxy section */
3636

3737
/* Begin PBXFileReference section */
38-
0207DA571B56EA530066E2B4 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "HelloCordova/Images.xcassets"; sourceTree = SOURCE_ROOT; };
38+
0207DA571B56EA530066E2B4 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "QB Chat/Images.xcassets"; sourceTree = SOURCE_ROOT; };
3939
1D3623240D0F684500981E51 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
4040
1D3623250D0F684500981E51 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
41-
1D6058910D05DD3D006BFB54 /* HelloCordova.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "HelloCordova.app"; sourceTree = BUILT_PRODUCTS_DIR; };
41+
1D6058910D05DD3D006BFB54 /* QB Chat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "QB Chat.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4242
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
4343
301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CordovaLib.xcodeproj; path = CordovaLib/CordovaLib.xcodeproj; sourceTree = "<group>"; };
4444
301BF56E109A69640062928A /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; path = www; sourceTree = SOURCE_ROOT; };
@@ -48,11 +48,11 @@
4848
3047A50F1AB8059700498E2A /* build-debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "build-debug.xcconfig"; path = cordova/build-debug.xcconfig; sourceTree = SOURCE_ROOT; };
4949
3047A5101AB8059700498E2A /* build-release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "build-release.xcconfig"; path = cordova/build-release.xcconfig; sourceTree = SOURCE_ROOT; };
5050
3047A5111AB8059700498E2A /* build.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = build.xcconfig; path = cordova/build.xcconfig; sourceTree = SOURCE_ROOT; };
51-
32CA4F630368D1EE00C91783 /* HelloCordova-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "HelloCordova-Prefix.pch"; sourceTree = "<group>"; };
52-
8D1107310486CEB800E47090 /* HelloCordova-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "HelloCordova-Info.plist"; path = "HelloCordova/HelloCordova-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = SOURCE_ROOT; };
51+
32CA4F630368D1EE00C91783 /* QB Chat-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "QB Chat-Prefix.pch"; sourceTree = "<group>"; };
52+
8D1107310486CEB800E47090 /* QB Chat-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "QB Chat-Info.plist"; path = "QB Chat/QB Chat-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = SOURCE_ROOT; };
5353
EB87FDF31871DA8E0020F90C /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; name = www; path = ../../www; sourceTree = "<group>"; };
5454
EB87FDF41871DAF40020F90C /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = ../../config.xml; sourceTree = "<group>"; };
55-
F840E1F0165FE0F500CFE078 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = "HelloCordova/config.xml"; sourceTree = "<group>"; };
55+
F840E1F0165FE0F500CFE078 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = "QB Chat/config.xml"; sourceTree = "<group>"; };
5656
ED33DF2A687741AEAF9F8254 /* Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Bridging-Header.h"; path = "Bridging-Header.h"; sourceTree = "<group>"; };
5757
/* End PBXFileReference section */
5858

@@ -78,13 +78,13 @@
7878
1D3623250D0F684500981E51 /* AppDelegate.m */,
7979
);
8080
name = Classes;
81-
path = "HelloCordova/Classes";
81+
path = "QB Chat/Classes";
8282
sourceTree = SOURCE_ROOT;
8383
};
8484
19C28FACFE9D520D11CA2CBB /* Products */ = {
8585
isa = PBXGroup;
8686
children = (
87-
1D6058910D05DD3D006BFB54 /* HelloCordova.app */,
87+
1D6058910D05DD3D006BFB54 /* QB Chat.app */,
8888
);
8989
name = Products;
9090
sourceTree = "<group>";
@@ -109,23 +109,23 @@
109109
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
110110
isa = PBXGroup;
111111
children = (
112-
32CA4F630368D1EE00C91783 /* HelloCordova-Prefix.pch */,
112+
32CA4F630368D1EE00C91783 /* QB Chat-Prefix.pch */,
113113
29B97316FDCFA39411CA2CEA /* main.m */,
114114
ED33DF2A687741AEAF9F8254 /* Bridging-Header.h */,
115115
);
116116
name = "Other Sources";
117-
path = "HelloCordova";
117+
path = "QB Chat";
118118
sourceTree = "<group>";
119119
};
120120
29B97317FDCFA39411CA2CEA /* Resources */ = {
121121
isa = PBXGroup;
122122
children = (
123123
0207DA571B56EA530066E2B4 /* Images.xcassets */,
124124
3047A50E1AB8057F00498E2A /* config */,
125-
8D1107310486CEB800E47090 /* HelloCordova-Info.plist */,
125+
8D1107310486CEB800E47090 /* QB Chat-Info.plist */,
126126
);
127127
name = Resources;
128-
path = "HelloCordova/Resources";
128+
path = "QB Chat/Resources";
129129
sourceTree = "<group>";
130130
};
131131
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
@@ -158,7 +158,7 @@
158158
children = (
159159
);
160160
name = Plugins;
161-
path = "HelloCordova/Plugins";
161+
path = "QB Chat/Plugins";
162162
sourceTree = SOURCE_ROOT;
163163
};
164164
EB87FDF11871DA420020F90C /* Staging */ = {
@@ -173,9 +173,9 @@
173173
/* End PBXGroup section */
174174

175175
/* Begin PBXNativeTarget section */
176-
1D6058900D05DD3D006BFB54 /* HelloCordova */ = {
176+
1D6058900D05DD3D006BFB54 /* QB Chat */ = {
177177
isa = PBXNativeTarget;
178-
buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HelloCordova" */;
178+
buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "QB Chat" */;
179179
buildPhases = (
180180
304B58A110DAC018002A0835 /* Copy www directory */,
181181
1D60588D0D05DD3D006BFB54 /* Resources */,
@@ -187,9 +187,9 @@
187187
dependencies = (
188188
301BF551109A68C00062928A /* PBXTargetDependency */,
189189
);
190-
name = "HelloCordova";
191-
productName = "HelloCordova";
192-
productReference = 1D6058910D05DD3D006BFB54 /* HelloCordova.app */;
190+
name = "QB Chat";
191+
productName = "QB Chat";
192+
productReference = 1D6058910D05DD3D006BFB54 /* QB Chat.app */;
193193
productType = "com.apple.product-type.application";
194194
};
195195
/* End PBXNativeTarget section */
@@ -214,7 +214,7 @@
214214
);
215215
projectRoot = "";
216216
targets = (
217-
1D6058900D05DD3D006BFB54 /* HelloCordova */,
217+
1D6058900D05DD3D006BFB54 /* QB Chat */,
218218
);
219219
};
220220
/* End PBXProject section */
@@ -297,12 +297,12 @@
297297
GCC_DYNAMIC_NO_PIC = NO;
298298
GCC_OPTIMIZATION_LEVEL = 0;
299299
GCC_PRECOMPILE_PREFIX_HEADER = YES;
300-
GCC_PREFIX_HEADER = "HelloCordova/HelloCordova-Prefix.pch";
300+
GCC_PREFIX_HEADER = "QB Chat/QB Chat-Prefix.pch";
301301
GCC_THUMB_SUPPORT = NO;
302302
GCC_VERSION = "";
303-
INFOPLIST_FILE = "HelloCordova/HelloCordova-Info.plist";
303+
INFOPLIST_FILE = "QB Chat/QB Chat-Info.plist";
304304
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
305-
PRODUCT_NAME = "HelloCordova";
305+
PRODUCT_NAME = "QB Chat";
306306
};
307307
name = Debug;
308308
};
@@ -317,11 +317,11 @@
317317
CLANG_ENABLE_OBJC_ARC = YES;
318318
COPY_PHASE_STRIP = YES;
319319
GCC_PRECOMPILE_PREFIX_HEADER = YES;
320-
GCC_PREFIX_HEADER = "HelloCordova/HelloCordova-Prefix.pch";
320+
GCC_PREFIX_HEADER = "QB Chat/QB Chat-Prefix.pch";
321321
GCC_THUMB_SUPPORT = NO;
322322
GCC_VERSION = "";
323-
INFOPLIST_FILE = "HelloCordova/HelloCordova-Info.plist";
324-
PRODUCT_NAME = "HelloCordova";
323+
INFOPLIST_FILE = "QB Chat/QB Chat-Info.plist";
324+
PRODUCT_NAME = "QB Chat";
325325
};
326326
name = Release;
327327
};
@@ -379,7 +379,7 @@
379379
/* End XCBuildConfiguration section */
380380

381381
/* Begin XCConfigurationList section */
382-
1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HelloCordova" */ = {
382+
1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "QB Chat" */ = {
383383
isa = XCConfigurationList;
384384
buildConfigurations = (
385385
1D6058940D05DD3E006BFB54 /* Debug */,

samples/chat-cordova/platforms/ios/HelloCordova/Classes/AppDelegate.h renamed to samples/chat-cordova/platforms/ios/QB Chat/Classes/AppDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
//
2121
// AppDelegate.h
22-
// HelloCordova
22+
// QB Chat
2323
//
2424
// Created by ___FULLUSERNAME___ on ___DATE___.
2525
// Copyright ___ORGANIZATIONNAME___ ___YEAR___. All rights reserved.

samples/chat-cordova/platforms/ios/HelloCordova/Classes/AppDelegate.m renamed to samples/chat-cordova/platforms/ios/QB Chat/Classes/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Licensed to the Apache Software Foundation (ASF) under one
1919

2020
//
2121
// AppDelegate.m
22-
// HelloCordova
22+
// QB Chat
2323
//
2424
// Created by ___FULLUSERNAME___ on ___DATE___.
2525
// Copyright ___ORGANIZATIONNAME___ ___YEAR___. All rights reserved.

samples/chat-cordova/platforms/ios/HelloCordova/Classes/MainViewController.h renamed to samples/chat-cordova/platforms/ios/QB Chat/Classes/MainViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
//
2121
// MainViewController.h
22-
// HelloCordova
22+
// QB Chat
2323
//
2424
// Created by ___FULLUSERNAME___ on ___DATE___.
2525
// Copyright ___ORGANIZATIONNAME___ ___YEAR___. All rights reserved.

0 commit comments

Comments
 (0)