Skip to content

Commit d210ccb

Browse files
committed
Merge pull request #18 from zendesk/ChatSDK-Release-1.1.1
Release 1.1.1
2 parents b804054 + fa0297f commit d210ccb

File tree

11 files changed

+9
-7
lines changed

11 files changed

+9
-7
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:warning: *Use of this software is subject to important terms and conditions as set forth in the License file* :warning:
22

3-
# Zopim Mobile SDK for iOS 1.1
3+
# Zopim Mobile SDK for iOS 1.1.1
44

55
Zopim SDK for mobile is a quick, convenient way to get live chat into your mobile apps. With just a few lines of code, you can provide your end users with an easy way to get in touch from any mobile app.
66

@@ -15,7 +15,9 @@ You can also reference this repository as a cocoapod:
1515

1616

1717
````
18-
pod 'ZDCChat', :git => 'https://github.com/zendesk/zendesk_sdk_chat_ios.git'
18+
source 'https://github.com/zendesk/Specs.git'
19+
20+
pod 'ZendeskSDK'
1921
2022
````
2123

ZDCChat.bundle/Info.plist

1 Byte
Binary file not shown.

ZDCChat.framework/Versions/A/Headers/ZDCBundleUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ CG_INLINE NSString*
7070
ZDCLocalizedString(NSString *key, NSString *comment)
7171
{
7272
return NSLocalizedStringFromTableInBundle(key, [ZDCBundleUtils stringsTableName], [ZDCBundleUtils frameworkStringsBundle], nil);
73-
}
73+
}
2.61 MB
Binary file not shown.

ZDCChat.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "ZDCChat"
3-
s.version = "1.1"
4-
s.summary = "Zopim SDK 1.1"
3+
s.version = "1.1.1"
4+
s.summary = "Zopim SDK 1.1.1"
55
s.homepage = "https://github.com/zendesk/zendesk_sdk_chat_ios"
66
s.license = {
77
:type => 'Copyright',

ZDCChatStrings.bundle/Info.plist

1 Byte
Binary file not shown.
Binary file not shown.
Binary file not shown.

ZopimChatSample/ZopimChatSample/Frameworks/ZDCChat.framework/Versions/A/Headers/ZDCBundleUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ CG_INLINE NSString*
7070
ZDCLocalizedString(NSString *key, NSString *comment)
7171
{
7272
return NSLocalizedStringFromTableInBundle(key, [ZDCBundleUtils stringsTableName], [ZDCBundleUtils frameworkStringsBundle], nil);
73-
}
73+
}
Binary file not shown.

0 commit comments

Comments
 (0)