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

Commit a147f33

Browse files
authored
Merge pull request #495 from zendesk/release/2.3.1
Release 2.3.1
2 parents 54fe88d + 23ba371 commit a147f33

File tree

241 files changed

+16257
-3
lines changed

Some content is hidden

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

241 files changed

+16257
-3
lines changed

ZendeskSDK.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "ZendeskSDK"
3-
s.version = "2.3.0"
4-
s.summary = "Zendesk SDK 2.3.0"
3+
s.version = "2.3.1"
4+
s.summary = "Zendesk SDK 2.3.1"
55
s.homepage = "https://github.com/zendesk/zendesk_sdk_ios"
66
s.license = {
77
:type => 'Copyright',
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
s.platform = :ios, '9.0'
2121
s.requires_arc = true
2222
s.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Security', 'MessageUI'
23-
s.swift_version = "4.2.1"
23+
s.swift_version = "5.0"
2424
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited)', 'CLANG_ENABLE_MODULES' => 'YES', 'ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES' => 'YES' }
2525

2626

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
*
3+
* ZDKAuthenticationURLProtocol.h
4+
* ZendeskSDK
5+
*
6+
* Created by Zendesk on 23/04/2015.
7+
*
8+
* Copyright (c) 2015 Zendesk. All rights reserved.
9+
*
10+
* By downloading or using the Zendesk Mobile SDK, You agree to the Zendesk Master
11+
* Subscription Agreement https://www.zendesk.com/company/customers-partners/#master-subscription-agreement and Application Developer and API License
12+
* Agreement https://www.zendesk.com/company/customers-partners/#application-developer-api-license-agreement and
13+
* acknowledge that such terms govern Your use of and access to the Mobile SDK.
14+
*
15+
*/
16+
17+
#import <Foundation/Foundation.h>
18+
19+
@interface ZDKAuthenticationURLProtocol : NSURLProtocol
20+
21+
@end
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//
2+
// ZDKIdentityMigrator.h
3+
// ZendeskCoreSDK
4+
//
5+
// Created by Ronan Mchugh on 21/02/2018.
6+
// Copyright © 2018 Zendesk. All rights reserved.
7+
//
8+
9+
#import <Foundation/Foundation.h>
10+
11+
@interface ZDKIdentityMigrator : NSObject
12+
13+
- (_Nonnull instancetype)init;
14+
15+
16+
@end

0 commit comments

Comments
 (0)