Skip to content

Commit

Permalink
Release v2.2.4
Browse files Browse the repository at this point in the history
* Replaced deprecated instances of UIWebView with WKWebView.
  • Loading branch information
ashokds committed Mar 20, 2020
1 parent 54c629a commit a4c9a6d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# DocuSign Native iOS SDK Changelog

## [v2.2.4] - 03/20/2020

### Fixed
* Replaced deprecated instances of UIWebView with WKWebView.

## [v2.2.3] - 02/11/2020

### Added
Expand Down
4 changes: 2 additions & 2 deletions DocuSign.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'DocuSign'
s.version = '2.2.3'
s.version = '2.2.4'
s.summary = 'DocuSign Native iOS Framework to sign and send in your iOS apps'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -39,7 +39,7 @@ Pod::Spec.new do |s|
s.vendored_frameworks = 'DocuSignSDK.framework'
s.resource = 'DocuSignSDK.framework/DocuSignSDK.bundle'
# Update the source path for new release
s.source = { :http => "https://github.com/docusign/native-ios-sdk/raw/release/2.2.3/DocuSignSDK.zip"}
s.source = { :http => "https://github.com/docusign/native-ios-sdk/raw/release/2.2.4/DocuSignSDK.zip"}
s.source_files = 'DocuSignSDK.framework/Headers/*.h'

end
Binary file modified DocuSignSDK.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Installation
Refer to [Getting Started Guide](https://guides.cocoapods.org/using/getting-started.html) to install CocoaPods via `gem install cocoapods` command and initialize the project. Take a look at sample projects included here [swift app](docusign-sdk-sample-swift/) and [objective-c app](docusign-sdk-sample-objc/).

* Add `pod 'DocuSign'` to podfile to target(s) in your project. Example: [Swift Sample App Podfile](docusign-sdk-sample-swift/Podfile)
* Run `pod install` in the same directory as your `Podfile` to get the DocuSign Native iOS SDK pod. This should result in `Installing DocuSign (2.2.3)` output on the console and corresponding changes in the `Podfile.lock`.
* Run `pod install` in the same directory as your `Podfile` to get the DocuSign Native iOS SDK pod. This should result in `Installing DocuSign (2.2.4)` output on the console and corresponding changes in the `Podfile.lock`.
* In case of an existing project that uses older version of 'DocuSign' pod, run `pod update 'DocuSign'` command on terminal to update 'DocuSign' pod to the latest version from a previous version.
* Launch modified `.xcworkspace` project file with Xcode and use workspace going forward instead of `.xcodeproj` file.

Expand Down

0 comments on commit a4c9a6d

Please sign in to comment.