forked from hyperledger-indy/indy-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hyperledger-indy#2105 from Artemkaaas/indy-1.14.3
IS-1495: Release Indy SDK 1.14.3
- Loading branch information
Showing
253 changed files
with
11,233 additions
and
5,984 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "libindy", | ||
"version": "1.14.3", | ||
"summary": "Summary TODO.", | ||
"description": "Description TODO.", | ||
"homepage": "TODO", | ||
"license": { | ||
"type": "Apache License 2.0", | ||
"file": "LICENSE" | ||
}, | ||
"authors": { | ||
"Daniel Hardman": "[email protected]" | ||
}, | ||
"platforms": { | ||
"ios": "10.0" | ||
}, | ||
"source": { | ||
"http": "https://repo.sovrin.org/ios/libindy/stable/libindy-core/1.14.3/libindy.tar.gz" | ||
}, | ||
"source_files": "*.h", | ||
"vendored_libraries": "*.a", | ||
"requires_arc": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# | ||
# Be sure to run `pod lib lint vcx.podspec' to ensure this is a | ||
# valid spec before submitting. | ||
# | ||
# Any lines starting with a # are optional, but their use is encouraged | ||
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
# NOTE: UPDATE ME: versions of libraries in this cocoapod | ||
# libindy 1.12.0 stable | ||
# libnullpay 1.12.0 stable | ||
# libsovtoken 1.0.3-201910091207-1c7ff32 stable | ||
# libvcx 0.4.62234142-eaac3cb | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'vcx' | ||
s.version = '0.0.131' | ||
s.summary = 'The Objective-C wrapper around the libvcx shared library.' | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
# * Try to keep it short, snappy and to the point. | ||
# * Write the description between the DESC delimiters below. | ||
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
|
||
s.description = <<-DESC | ||
The ConnectMe mobile app on the iOS platform will call into the libvcx shared library | ||
from Objective-C. This pod is a very thin Objective-C wrapper that allows react native to call | ||
through to the libvcx shared library. | ||
DESC | ||
|
||
s.homepage = 'https://www.evernym.com/' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'evernym-ios-dev' => '[email protected]' } | ||
s.source = { :http => 'https://repo.corp.evernym.com/filely/ios/vcx.libvcxpartial_0.4.62230738-eaac3cbd4_universal.zip' } | ||
|
||
s.ios.deployment_target = '8.0' | ||
|
||
#s.source_files = '**/vcx/Classes/**/*','**/Example/Classes/**/*' | ||
|
||
# s.resource_bundles = { | ||
# 'vcx' => ['**/vcx/Assets/*.png'] | ||
# } | ||
s.ios.vendored_frameworks="vcx/vcx.framework" | ||
s.compiler_flags = '-ObjC' | ||
s.public_header_files = 'vcx/vcx.framework/include/*.h' | ||
s.ios.vendored_library = 'vcx/vcx.framework/lib/libvcx.a' | ||
# s.frameworks = 'UIKit', 'MapKit' | ||
# s.dependency 'AFNetworking', '~> 2.3' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# | ||
# Be sure to run `pod lib lint vcx.podspec' to ensure this is a | ||
# valid spec before submitting. | ||
# | ||
# Any lines starting with a # are optional, but their use is encouraged | ||
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
# NOTE: UPDATE ME: versions of libraries in this cocoapod | ||
# libindy 1.12.0 stable | ||
# libnullpay 1.12.0 stable | ||
# libsovtoken 1.0.3-201910091207-1c7ff32 stable | ||
# libvcx 0.4.62230738-eaac3cbd4 | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'vcx' | ||
s.version = '0.0.132' | ||
s.summary = 'The Objective-C wrapper around the libvcx shared library.' | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
# * Try to keep it short, snappy and to the point. | ||
# * Write the description between the DESC delimiters below. | ||
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
|
||
s.description = <<-DESC | ||
The ConnectMe mobile app on the iOS platform will call into the libvcx shared library | ||
from Objective-C. This pod is a very thin Objective-C wrapper that allows react native to call | ||
through to the libvcx shared library. | ||
DESC | ||
|
||
s.homepage = 'https://www.evernym.com/' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'evernym-ios-dev' => '[email protected]' } | ||
s.source = { :http => 'https://repo.corp.evernym.com/filely/ios/vcx.libvcxall_0.4.62230738-eaac3cbd4_universal.zip' } | ||
|
||
s.ios.deployment_target = '8.0' | ||
|
||
#s.source_files = '**/vcx/Classes/**/*','**/Example/Classes/**/*' | ||
|
||
# s.resource_bundles = { | ||
# 'vcx' => ['**/vcx/Assets/*.png'] | ||
# } | ||
s.ios.vendored_frameworks="vcx/vcx.framework" | ||
s.compiler_flags = '-ObjC' | ||
s.public_header_files = 'vcx/vcx.framework/include/*.h' | ||
s.ios.vendored_library = 'vcx/vcx.framework/lib/libvcx.a' | ||
# s.frameworks = 'UIKit', 'MapKit' | ||
# s.dependency 'AFNetworking', '~> 2.3' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# | ||
# Be sure to run `pod lib lint vcx.podspec' to ensure this is a | ||
# valid spec before submitting. | ||
# | ||
# Any lines starting with a # are optional, but their use is encouraged | ||
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
# NOTE: UPDATE ME: versions of libraries in this cocoapod | ||
# libindy 1.12.0 stable | ||
# libnullpay 1.12.0 stable | ||
# libsovtoken 1.0.3-201910091207-1c7ff32 stable | ||
# libvcx 0.4.62838207-cf3dabf55 | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'vcx' | ||
s.version = '0.0.133' | ||
s.summary = 'The Objective-C wrapper around the libvcx shared library.' | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
# * Try to keep it short, snappy and to the point. | ||
# * Write the description between the DESC delimiters below. | ||
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
|
||
s.description = <<-DESC | ||
The ConnectMe mobile app on the iOS platform will call into the libvcx shared library | ||
from Objective-C. This pod is a very thin Objective-C wrapper that allows react native to call | ||
through to the libvcx shared library. | ||
DESC | ||
|
||
s.homepage = 'https://www.evernym.com/' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'evernym-ios-dev' => '[email protected]' } | ||
s.source = { :http => 'https://repo.corp.evernym.com/filely/ios/vcx.libvcxpartial_0.4.62838207-cf3dabf55_universal.zip' } | ||
|
||
s.ios.deployment_target = '8.0' | ||
|
||
#s.source_files = '**/vcx/Classes/**/*','**/Example/Classes/**/*' | ||
|
||
# s.resource_bundles = { | ||
# 'vcx' => ['**/vcx/Assets/*.png'] | ||
# } | ||
s.ios.vendored_frameworks="vcx/vcx.framework" | ||
s.compiler_flags = '-ObjC' | ||
s.public_header_files = 'vcx/vcx.framework/include/*.h' | ||
s.ios.vendored_library = 'vcx/vcx.framework/lib/libvcx.a' | ||
# s.frameworks = 'UIKit', 'MapKit' | ||
# s.dependency 'AFNetworking', '~> 2.3' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# | ||
# Be sure to run `pod lib lint vcx.podspec' to ensure this is a | ||
# valid spec before submitting. | ||
# | ||
# Any lines starting with a # are optional, but their use is encouraged | ||
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
# NOTE: UPDATE ME: versions of libraries in this cocoapod | ||
# libindy 1.12.0 stable | ||
# libnullpay 1.12.0 stable | ||
# libsovtoken 1.0.3-201910091207-1c7ff32 stable | ||
# libvcx 0.4.62838207-cf3dabf55 | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'vcx' | ||
s.version = '0.0.134' | ||
s.summary = 'The Objective-C wrapper around the libvcx shared library.' | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
# * Try to keep it short, snappy and to the point. | ||
# * Write the description between the DESC delimiters below. | ||
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
|
||
s.description = <<-DESC | ||
The ConnectMe mobile app on the iOS platform will call into the libvcx shared library | ||
from Objective-C. This pod is a very thin Objective-C wrapper that allows react native to call | ||
through to the libvcx shared library. | ||
DESC | ||
|
||
s.homepage = 'https://www.evernym.com/' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'evernym-ios-dev' => '[email protected]' } | ||
s.source = { :http => 'https://repo.corp.evernym.com/filely/ios/vcx.libvcxall_0.4.62838207-cf3dabf55_universal.zip' } | ||
|
||
s.ios.deployment_target = '8.0' | ||
|
||
#s.source_files = '**/vcx/Classes/**/*','**/Example/Classes/**/*' | ||
|
||
# s.resource_bundles = { | ||
# 'vcx' => ['**/vcx/Assets/*.png'] | ||
# } | ||
s.ios.vendored_frameworks="vcx/vcx.framework" | ||
s.compiler_flags = '-ObjC' | ||
s.public_header_files = 'vcx/vcx.framework/include/*.h' | ||
s.ios.vendored_library = 'vcx/vcx.framework/lib/libvcx.a' | ||
# s.frameworks = 'UIKit', 'MapKit' | ||
# s.dependency 'AFNetworking', '~> 2.3' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "indy-cli" | ||
version = "1.14.2" | ||
version = "1.14.3" | ||
authors = ["Hyperledger Indy Contributors <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -29,4 +29,4 @@ serde_json = "1.0.40" | |
serde_derive = "1.0.97" | ||
term = "0.4.6" | ||
rpassword = "1.0.0" | ||
indy = { version = "1.14.2", path = "../wrappers/rust/" } | ||
indy = { version = "1.14.3", path = "../wrappers/rust/" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.