Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 96d9e90

Browse files
committed
Merge pull request #147 from zendesk/Release-1.5.4
Releasing 1.5.4.1
2 parents 313a175 + 42980af commit 96d9e90

File tree

60 files changed

+240
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+240
-90
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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-
# Zendesk Mobile SDK for iOS 1.5.3.1
3+
# Zendesk Mobile SDK for iOS 1.5.4.1
44

55
Zendesk SDK for mobile is a quick, convenient way to get customer support 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

SampleApp/SampleApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
/* Begin PBXFileReference section */
3131
837AB70E1A8E511700B86214 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
32-
83C044241BC2CD7E00B04303 /* ZendeskProviderSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ZendeskProviderSDK.framework; path = "../ZendeskSDK/build/Debug-iphoneos/ZendeskProviderSDK.framework"; sourceTree = "<group>"; };
32+
83C044241BC2CD7E00B04303 /* ZendeskProviderSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ZendeskProviderSDK.framework; path = SampleApp/Frameworks/ZendeskProviderSDK.framework; sourceTree = "<group>"; };
3333
83D3E99E1AA9EF36006DB98C /* ZDSampleAppScanViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZDSampleAppScanViewController.h; path = SampleApp/ZDSampleAppScanViewController.h; sourceTree = "<group>"; };
3434
83D3E99F1AA9EF36006DB98C /* ZDSampleAppScanViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ZDSampleAppScanViewController.m; path = SampleApp/ZDSampleAppScanViewController.m; sourceTree = "<group>"; };
3535
973AF0211BA1C40B00CF244C /* ZDFlatArticlesTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZDFlatArticlesTableViewController.h; path = SampleApp/ZDFlatArticlesTableViewController.h; sourceTree = "<group>"; };

SampleApp/SampleApp.xcodeproj/xcshareddata/xcschemes/SampleApp.xcscheme renamed to SampleApp/SampleApp.xcodeproj/xcshareddata/xcschemes/SDK-Sample.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0700"
3+
LastUpgradeVersion = "0720"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
-1 Bytes
Binary file not shown.
156 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.

SampleApp/SampleApp/Frameworks/ZendeskProviderSDK.framework/Headers/ZDKCreateRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050

5151
/**
52-
* List of upload tokens.
52+
* List of ZDKUploadResponse objects.
5353
*
5454
* @since 1.3.0.1
5555
*/

SampleApp/SampleApp/Frameworks/ZendeskProviderSDK.framework/Headers/ZDKHelpCenterProvider.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#import "ZDKHelpCenterSearch.h"
1919
#import "ZDKHelpCenterDeflection.h"
2020

21+
2122
/**
2223
* Callback block.
2324
*

SampleApp/SampleApp/Frameworks/ZendeskProviderSDK.framework/Headers/ZendeskProviderSDK.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* ZendeskProviderSDK.h
44
* ZendeskProviderSDK
55
*
6-
* Created by Zendesk on 12/04/2015
6+
* Created by Zendesk on 02/11/2016
77
*
8-
* Copyright (c) 2015 Zendesk. All rights reserved.
8+
* Copyright (c) 2016 Zendesk. All rights reserved.
99
*
1010
* By downloading or using the Zendesk Mobile SDK, You agree to the Zendesk Terms
1111
* of Service https://www.zendesk.com/company/terms and Application Developer and API License
Binary file not shown.

0 commit comments

Comments
 (0)