Skip to content

Commit 4558c14

Browse files
committed
1 parent aa86cd4 commit 4558c14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Example/OpenIMSDKiOS.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
attributes = {
253253
CLASSPREFIX = OPENIMSDK;
254254
LastUpgradeCheck = 0720;
255-
ORGANIZATIONNAME = xpg;
255+
ORGANIZATIONNAME = "";
256256
TargetAttributes = {
257257
6003F589195388D20070C39A = {
258258
DevelopmentTeam = BDLHL8GNFV;

OpenIMSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'OpenIMSDK'
11-
s.version = '3.8.3'
11+
s.version = '3.8.3+2'
1212
s.summary = 'Open-IM-SDK'
1313

1414
# This description is used to generate tags and improve search results.
@@ -77,6 +77,6 @@ Pod::Spec.new do |s|
7777

7878
s.static_framework = true
7979

80-
s.dependency 'OpenIMSDKCore', '3.8.3'
80+
s.dependency 'OpenIMSDKCore', '3.8.3+2'
8181
s.dependency 'MJExtension'
8282
end

0 commit comments

Comments
 (0)