Skip to content

Commit 2ade080

Browse files
pushpsenairekar2911pushpsenairekar2911
authored andcommitted
v3.0.1-1
1 parent 3efe9f0 commit 2ade080

File tree

33 files changed

+4653
-4220
lines changed

33 files changed

+4653
-4220
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ assignees: ''
1010

1111

1212

13-
1413
**Describe the bug**
1514
A clear and concise description of what the bug is.
1615

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ ios-objective-c-chat-app/.DS_Store
2020

2121

2222

23-

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ email, or any other method with the owners of this repository before making a ch
55

66
Please note we have a code of conduct, please follow it in all your interactions with the project.
77

8-
9-
108
## Pull Request Process
119

1210
1. Ensure any install or build dependencies are removed before the end of the layer when doing a

CometChatObjc/CometChatObjc.xcodeproj/project.pbxproj

Lines changed: 3615 additions & 3615 deletions
Large diffs are not rendered by default.

CometChatObjc/CometChatObjc.xcodeproj/xcuserdata/pushpsenairekar.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<key>CometChat KitchenSinkUITests.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>4</integer>
10+
<integer>1</integer>
1111
</dict>
1212
<key>CometChatObjc.xcscheme_^#shared#^_</key>
1313
<dict>
1414
<key>orderHint</key>
15-
<integer>3</integer>
15+
<integer>0</integer>
1616
</dict>
1717
</dict>
1818
<key>SuppressBuildableAutocreation</key>

CometChatObjc/CometChatObjc/App/AppConstants.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#ifndef AppConstants_h
1010
#define AppConstants_h
1111

12-
#define APP_ID @"ENTER APP ID HERE"
13-
#define AUTH_KEY @"ENTER AUTH KEY HERE"
14-
#define REGION_CODE @"ENTER REGION CODE HERE"
12+
#define APP_ID @"1914596b62597fde"
13+
#define AUTH_KEY @"41377e5c106843662dd3684cbcb48ba7f25b81f3"
14+
#define REGION_CODE @"us"
1515

1616
#endif /* AppConstants_h */
1717

CometChatObjc/CometChatObjc/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
<string>Access Camera</string>
2525
<key>NSDocumentsFolderUsageDescription</key>
2626
<string>Access Docs</string>
27+
<key>NSLocationWhenInUseUsageDescription</key>
28+
<string>Access Location</string>
2729
<key>NSMicrophoneUsageDescription</key>
2830
<string>Access Microphone</string>
2931
<key>NSPhotoLibraryAddUsageDescription</key>
3032
<string>Add Photos</string>
3133
<key>NSPhotoLibraryUsageDescription</key>
3234
<string>Access Photos</string>
33-
<key>NSLocationWhenInUseUsageDescription</key>
34-
<string>Access Location</string>
3535
<key>UIApplicationSceneManifest</key>
3636
<dict>
3737
<key>UIApplicationSupportsMultipleScenes</key>

CometChatObjc/CometChatObjc/Library/UI Components/Calls/Call Manager/CometChatCallManager.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ import CometChatPro
175175
// }
176176
//}
177177

178-
///* ----------------------------------------------------------------------------------------- */
178+
/* ----------------------------------------------------------------------------------------- */
179+
180+
// // MARK: - CometChatCallDelegate Methods (For Objective C Project)
179181
//
180-
//// // MARK: - CometChatCallDelegate Methods (For Objective C Project)
181-
////
182182
extension CometChatUI : CometChatCallDelegate {
183183

184184
/**
@@ -249,6 +249,6 @@ extension CometChatUI : CometChatCallDelegate {
249249
}
250250
}
251251
}
252-
////
253-
////
254-
/////* ----------------------------------------------------------------------------------------- */
252+
//
253+
//
254+
///* ----------------------------------------------------------------------------------------- */

0 commit comments

Comments
 (0)