Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:warning: *Use of this software is subject to important terms and conditions as set forth in the License file* :warning:

# Zopim Mobile SDK for iOS 1.1
# Zopim Mobile SDK for iOS 1.1.1

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.

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


````
pod 'ZDCChat', :git => 'https://github.com/zendesk/zendesk_sdk_chat_ios.git'
source 'https://github.com/zendesk/Specs.git'

pod 'ZendeskSDK'

````

Expand Down
Binary file modified ZDCChat.bundle/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion ZDCChat.framework/Versions/A/Headers/ZDCBundleUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ CG_INLINE NSString*
ZDCLocalizedString(NSString *key, NSString *comment)
{
return NSLocalizedStringFromTableInBundle(key, [ZDCBundleUtils stringsTableName], [ZDCBundleUtils frameworkStringsBundle], nil);
}
}
Binary file modified ZDCChat.framework/Versions/A/ZDCChat
Binary file not shown.
4 changes: 2 additions & 2 deletions ZDCChat.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "ZDCChat"
s.version = "1.1"
s.summary = "Zopim SDK 1.1"
s.version = "1.1.1"
s.summary = "Zopim SDK 1.1.1"
s.homepage = "https://github.com/zendesk/zendesk_sdk_chat_ios"
s.license = {
:type => 'Copyright',
Expand Down
Binary file modified ZDCChatStrings.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ CG_INLINE NSString*
ZDCLocalizedString(NSString *key, NSString *comment)
{
return NSLocalizedStringFromTableInBundle(key, [ZDCBundleUtils stringsTableName], [ZDCBundleUtils frameworkStringsBundle], nil);
}
}
Binary file not shown.
2 changes: 1 addition & 1 deletion ZopimChatSample/ZopimChatSample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down