Skip to content

Commit

Permalink
Updates for SDK Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmohareb committed Jun 14, 2023
1 parent 02099aa commit 56e341d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# DocuSign Native iOS SDK Changelog

## [v3.1.0] - 06/14/2023
### Added
* *(iOS 12+)* Support for OAuthLogin with helper functions for Authentication to DocuSign. If you use oAuth no need to create your own Authentication browser you can simply call `loginWithOAuthEnv` and pass the needed params to authenticate to DocuSignSDK.

### Changed
* Added two new parameters to *Optional* params to `loginWithAccessToken` method for `refreshToken` and `expiresIn` in case of oAuth happening from Host App side.
* Prep work for spinning off DocuSignAPI as a separate Pod.

### Removed
* Legacy Libraries (KeyChain)

## [v3.0.5] - 05/15/2023
### Added
* [Conditional Tabs](https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/conditional-fields/) are now supported for Templates and envelopes created locally (Envelopes downloaded from remote server are not supported yet)
Expand Down
4 changes: 2 additions & 2 deletions DocuSign.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

s.description = <<-DESC
Expand All @@ -29,5 +29,5 @@ Pod::Spec.new do |s|
"DocuSignAPI.xcframework"]
s.resource = 'DocuSignSDK.xcframework/**/DocuSignSDK.bundle'
# Update the source path for new release
s.source = { :http => "https://docucdn-a.akamaihd.net/prod/docusigniossdk/3.0.5/DocuSignSDK.zip"}
s.source = { :http => "https://docucdn-a.akamaihd.net/prod/docusigniossdk/3.1.0/DocuSignSDK.zip"}
end
3 changes: 0 additions & 3 deletions DocuSignSDK.zip

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Additional information related to cocoapods is also avaiable with [swift app](do

Use these steps to manually integrate the DocuSign framework in case your project doesn't use CocoaPods.

* Download the [DocuSignSDK.zip](DocuSignSDK.zip) and unarchive it.
* Download the [DocuSignSDK.zip](https://docucdn-a.akamaihd.net/prod/docusigniossdk/3.1.0/DocuSignSDK.zip) and unarchive it.
* Copy the extracted folder to your project and add `DocuSignSDK.xcframework` and `DocuSignAPI.xcframework` to your dependencies. Also add `DocuSignSDK.bundle` to your project resources.

Support
Expand Down

0 comments on commit 56e341d

Please sign in to comment.