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

Commit

Permalink
Merge pull request #410 from zapcannon87/master
Browse files Browse the repository at this point in the history
Release v2.3.6
  • Loading branch information
zapcannon87 authored Oct 30, 2018
2 parents 05c813e + 4ce0edf commit 0be7c3e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
9 changes: 5 additions & 4 deletions ChatKit-OC/ChatKit-OC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@
TargetAttributes = {
9A754D4A1CECAC3E000967F1 = {
CreatedOnToolsVersion = 7.3;
DevelopmentTeam = 7J5XFNL99Q;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.Push = {
Expand Down Expand Up @@ -947,7 +948,7 @@
CODE_SIGN_ENTITLEMENTS = "ChatKit-OC.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = 7J5XFNL99Q;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/Example/Class/Module/Other/Info.plist";
Expand All @@ -974,7 +975,7 @@
"\"$PODS_CONFIGURATION_BUILD_DIR/pop\"",
);
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.chatkit.leancloud;
PRODUCT_BUNDLE_IDENTIFIER = "com.chatkit-oc.leancloud";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -991,7 +992,7 @@
CODE_SIGN_ENTITLEMENTS = "ChatKit-OC.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = 7J5XFNL99Q;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/Example/Class/Module/Other/Info.plist";
Expand All @@ -1018,7 +1019,7 @@
"\"$PODS_CONFIGURATION_BUILD_DIR/pop\"",
);
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.chatkit.leancloud;
PRODUCT_BUNDLE_IDENTIFIER = "com.chatkit-oc.leancloud";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
32 changes: 16 additions & 16 deletions ChatKit-OC/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- AVOSCloud (11.4.6)
- AVOSCloudIM (11.4.6):
- AVOSCloud (= 11.4.6)
- AVOSCloudIM/_ARC (= 11.4.6)
- AVOSCloudIM/_NOARC (= 11.4.6)
- AVOSCloudIM/_ARC (11.4.6):
- AVOSCloud (= 11.4.6)
- AVOSCloudIM/_NOARC (= 11.4.6)
- AVOSCloudIM/_NOARC (11.4.6):
- AVOSCloud (= 11.4.6)
- ChatKit (2.3.5):
- AVOSCloud (~> 11.4.6)
- AVOSCloudIM (~> 11.4.6)
- AVOSCloud (11.4.7)
- AVOSCloudIM (11.4.7):
- AVOSCloud (= 11.4.7)
- AVOSCloudIM/_ARC (= 11.4.7)
- AVOSCloudIM/_NOARC (= 11.4.7)
- AVOSCloudIM/_ARC (11.4.7):
- AVOSCloud (= 11.4.7)
- AVOSCloudIM/_NOARC (= 11.4.7)
- AVOSCloudIM/_NOARC (11.4.7):
- AVOSCloud (= 11.4.7)
- ChatKit (2.3.6):
- AVOSCloud (~> 11.4.7)
- AVOSCloudIM (~> 11.4.7)
- CYLDeallocBlockExecutor (~> 1.1.2)
- DACircularProgress (~> 2.3.1)
- FDStackView (~> 1.0)
Expand Down Expand Up @@ -89,9 +89,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
AVOSCloud: 95a83bb3447a2f57eae797abdf97072a8ad22b82
AVOSCloudIM: 1acfb5170efc76424847b92b483ee4745c6c4936
ChatKit: ab1e60bf4c688dcdaa3a6eecea8bfe973a824db1
AVOSCloud: e1257f9a7c28e04ae8642d554a37654e8392d1b7
AVOSCloudIM: 5456179b251be8dead13eebabcbbfa6931cc4e1b
ChatKit: a029c3f0fed4a52ea68e8721928d79aae002f684
CYLDeallocBlockExecutor: ecf39e45dcead9e120f460df5668b8f5093d178e
CYLTabBarController: 8d99fccf22866fe18c978c5ff863dc6051da45ff
DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71
Expand Down
6 changes: 3 additions & 3 deletions ChatKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ChatKit"
s.version = "2.3.5"
s.version = "2.3.6"
s.summary = "An IM App Framework, support sending text, pictures, audio, video, location messaging, managing address book, more interesting features."
s.homepage = "https://github.com/LeanCloud/ChatKit-OC"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -13,8 +13,8 @@ Pod::Spec.new do |s|
s.resources = 'ChatKit/Class/Resources/*', 'ChatKit/**/*.xib'

s.requires_arc = true
s.dependency "AVOSCloud" , "~> 11.4.6"
s.dependency "AVOSCloudIM", "~> 11.4.6"
s.dependency "AVOSCloud" , "~> 11.4.7"
s.dependency "AVOSCloudIM", "~> 11.4.7"
s.dependency "MJRefresh" , "~> 3.1.9"
s.dependency "Masonry" , "~> 1.0.1"
s.dependency "SDWebImage" , "~> 3.8.0"
Expand Down

0 comments on commit 0be7c3e

Please sign in to comment.