Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OffcnIMSDKiOS
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
opensource
OffcnIMSDKiOS
Commits
d1292f5d
Commit
d1292f5d
authored
Sep 02, 2020
by
zhangyunjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
ac3af503
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
project.pbxproj
OffcnIMSDKiOS.xcodeproj/project.pbxproj
+4
-4
ViewController.mm
OffcnIMSDKiOS/ViewController.mm
+1
-1
No files found.
OffcnIMSDKiOS.xcodeproj/project.pbxproj
View file @
d1292f5d
...
@@ -2336,9 +2336,9 @@
...
@@ -2336,9 +2336,9 @@
"-ObjC"
,
"-ObjC"
,
"$(inherited)"
,
"$(inherited)"
,
);
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.eoffcn.
questions
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.eoffcn.
classonline
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
WXQuestion
Dev
;
PROVISIONING_PROFILE_SPECIFIER
=
Classonline
Dev
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
};
};
name
=
Debug
;
name
=
Debug
;
...
@@ -2371,9 +2371,9 @@
...
@@ -2371,9 +2371,9 @@
"-ObjC"
,
"-ObjC"
,
"$(inherited)"
,
"$(inherited)"
,
);
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.eoffcn.
questions
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.eoffcn.
classonline
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
WXQuestion
Dev
;
PROVISIONING_PROFILE_SPECIFIER
=
Classonline
Dev
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
};
};
name
=
Release
;
name
=
Release
;
...
...
OffcnIMSDKiOS/ViewController.mm
View file @
d1292f5d
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
}
else
{
}
else
{
msg
=
[
msg
stringByAppendingString
:
IMModel
.
body
.
msg
.
url
?
IMModel
.
body
.
msg
.
url
:
@"nil"
];
msg
=
[
msg
stringByAppendingString
:
IMModel
.
body
.
msg
.
url
?
IMModel
.
body
.
msg
.
url
:
@"nil"
];
}
}
[
weakSelf
tipMessageWithTitle
:
@"收到消息"
message
:
msg
];
//
[weakSelf tipMessageWithTitle:@"收到消息" message:msg];
};
};
[
OffcnIMSocketManager
defaultService
].
connectStatus
=
^
(
OffcnIMConnectStatus
status
,
NSString
*
_Nonnull
errorMessage
)
{
[
OffcnIMSocketManager
defaultService
].
connectStatus
=
^
(
OffcnIMConnectStatus
status
,
NSString
*
_Nonnull
errorMessage
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment