Skip to content
This repository was archived by the owner on Jul 2, 2019. It is now read-only.

Commit 0be7c3e

Browse files
authored
Merge pull request #410 from zapcannon87/master
Release v2.3.6
2 parents 05c813e + 4ce0edf commit 0be7c3e

File tree

3 files changed

+24
-23
lines changed

3 files changed

+24
-23
lines changed

ChatKit-OC/ChatKit-OC.xcodeproj/project.pbxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@
585585
TargetAttributes = {
586586
9A754D4A1CECAC3E000967F1 = {
587587
CreatedOnToolsVersion = 7.3;
588+
DevelopmentTeam = 7J5XFNL99Q;
588589
ProvisioningStyle = Automatic;
589590
SystemCapabilities = {
590591
com.apple.Push = {
@@ -947,7 +948,7 @@
947948
CODE_SIGN_ENTITLEMENTS = "ChatKit-OC.entitlements";
948949
CODE_SIGN_IDENTITY = "iPhone Developer";
949950
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
950-
DEVELOPMENT_TEAM = "";
951+
DEVELOPMENT_TEAM = 7J5XFNL99Q;
951952
ENABLE_BITCODE = NO;
952953
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
953954
INFOPLIST_FILE = "$(SRCROOT)/Example/Class/Module/Other/Info.plist";
@@ -974,7 +975,7 @@
974975
"\"$PODS_CONFIGURATION_BUILD_DIR/pop\"",
975976
);
976977
OTHER_LDFLAGS = "$(inherited)";
977-
PRODUCT_BUNDLE_IDENTIFIER = com.chatkit.leancloud;
978+
PRODUCT_BUNDLE_IDENTIFIER = "com.chatkit-oc.leancloud";
978979
PRODUCT_NAME = "$(TARGET_NAME)";
979980
PROVISIONING_PROFILE = "";
980981
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -991,7 +992,7 @@
991992
CODE_SIGN_ENTITLEMENTS = "ChatKit-OC.entitlements";
992993
CODE_SIGN_IDENTITY = "iPhone Developer";
993994
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
994-
DEVELOPMENT_TEAM = "";
995+
DEVELOPMENT_TEAM = 7J5XFNL99Q;
995996
ENABLE_BITCODE = NO;
996997
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
997998
INFOPLIST_FILE = "$(SRCROOT)/Example/Class/Module/Other/Info.plist";
@@ -1018,7 +1019,7 @@
10181019
"\"$PODS_CONFIGURATION_BUILD_DIR/pop\"",
10191020
);
10201021
OTHER_LDFLAGS = "$(inherited)";
1021-
PRODUCT_BUNDLE_IDENTIFIER = com.chatkit.leancloud;
1022+
PRODUCT_BUNDLE_IDENTIFIER = "com.chatkit-oc.leancloud";
10221023
PRODUCT_NAME = "$(TARGET_NAME)";
10231024
PROVISIONING_PROFILE = "";
10241025
PROVISIONING_PROFILE_SPECIFIER = "";

ChatKit-OC/Podfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
PODS:
2-
- AVOSCloud (11.4.6)
3-
- AVOSCloudIM (11.4.6):
4-
- AVOSCloud (= 11.4.6)
5-
- AVOSCloudIM/_ARC (= 11.4.6)
6-
- AVOSCloudIM/_NOARC (= 11.4.6)
7-
- AVOSCloudIM/_ARC (11.4.6):
8-
- AVOSCloud (= 11.4.6)
9-
- AVOSCloudIM/_NOARC (= 11.4.6)
10-
- AVOSCloudIM/_NOARC (11.4.6):
11-
- AVOSCloud (= 11.4.6)
12-
- ChatKit (2.3.5):
13-
- AVOSCloud (~> 11.4.6)
14-
- AVOSCloudIM (~> 11.4.6)
2+
- AVOSCloud (11.4.7)
3+
- AVOSCloudIM (11.4.7):
4+
- AVOSCloud (= 11.4.7)
5+
- AVOSCloudIM/_ARC (= 11.4.7)
6+
- AVOSCloudIM/_NOARC (= 11.4.7)
7+
- AVOSCloudIM/_ARC (11.4.7):
8+
- AVOSCloud (= 11.4.7)
9+
- AVOSCloudIM/_NOARC (= 11.4.7)
10+
- AVOSCloudIM/_NOARC (11.4.7):
11+
- AVOSCloud (= 11.4.7)
12+
- ChatKit (2.3.6):
13+
- AVOSCloud (~> 11.4.7)
14+
- AVOSCloudIM (~> 11.4.7)
1515
- CYLDeallocBlockExecutor (~> 1.1.2)
1616
- DACircularProgress (~> 2.3.1)
1717
- FDStackView (~> 1.0)
@@ -89,9 +89,9 @@ EXTERNAL SOURCES:
8989
:path: "../"
9090

9191
SPEC CHECKSUMS:
92-
AVOSCloud: 95a83bb3447a2f57eae797abdf97072a8ad22b82
93-
AVOSCloudIM: 1acfb5170efc76424847b92b483ee4745c6c4936
94-
ChatKit: ab1e60bf4c688dcdaa3a6eecea8bfe973a824db1
92+
AVOSCloud: e1257f9a7c28e04ae8642d554a37654e8392d1b7
93+
AVOSCloudIM: 5456179b251be8dead13eebabcbbfa6931cc4e1b
94+
ChatKit: a029c3f0fed4a52ea68e8721928d79aae002f684
9595
CYLDeallocBlockExecutor: ecf39e45dcead9e120f460df5668b8f5093d178e
9696
CYLTabBarController: 8d99fccf22866fe18c978c5ff863dc6051da45ff
9797
DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71

ChatKit.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ChatKit"
3-
s.version = "2.3.5"
3+
s.version = "2.3.6"
44
s.summary = "An IM App Framework, support sending text, pictures, audio, video, location messaging, managing address book, more interesting features."
55
s.homepage = "https://github.com/LeanCloud/ChatKit-OC"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -13,8 +13,8 @@ Pod::Spec.new do |s|
1313
s.resources = 'ChatKit/Class/Resources/*', 'ChatKit/**/*.xib'
1414

1515
s.requires_arc = true
16-
s.dependency "AVOSCloud" , "~> 11.4.6"
17-
s.dependency "AVOSCloudIM", "~> 11.4.6"
16+
s.dependency "AVOSCloud" , "~> 11.4.7"
17+
s.dependency "AVOSCloudIM", "~> 11.4.7"
1818
s.dependency "MJRefresh" , "~> 3.1.9"
1919
s.dependency "Masonry" , "~> 1.0.1"
2020
s.dependency "SDWebImage" , "~> 3.8.0"

0 commit comments

Comments
 (0)