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

Commit

Permalink
Merge pull request #519 from zendesk/release_with_deprecation
Browse files Browse the repository at this point in the history
Release with deprecation notice
  • Loading branch information
RonanMcH authored Jan 24, 2020
2 parents 6a9c4d1 + dcc97ac commit cdad693
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:warning: *Use of this software is subject to important terms and conditions as set forth in the License file* :warning:
:warning: *This Repository has been deprecated, please go to [here](https://github.com/zendesk/support_sdk_ios) for the Zendesk Support SDK* :warning:

# Zendesk Mobile SDK for iOS

Expand Down
5 changes: 3 additions & 2 deletions ZendeskSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "ZendeskSDK"
s.version = "4.0.0"
s.summary = "Zendesk SDK 4.0.0"
s.version = "4.0.1"
s.summary = "Zendesk SDK 4.0.1"
s.homepage = "https://github.com/zendesk/zendesk_sdk_ios"
s.license = {
:type => 'Copyright',
Expand All @@ -22,6 +22,7 @@ Pod::Spec.new do |s|
s.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Security', 'MessageUI'
s.swift_version = '5.1'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited)', 'CLANG_ENABLE_MODULES' => 'YES', 'ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES' => 'YES' }
s.deprecated_in_favor_of = 'ZendeskSupportSDK'


# Using subspecs to support installation without Localization part
Expand Down

0 comments on commit cdad693

Please sign in to comment.