From ce363ad01f46145aeccde51ad6179b12c7eb67cd Mon Sep 17 00:00:00 2001 From: Qitao Yang Date: Sat, 8 Oct 2022 15:28:32 +0800 Subject: [PATCH 1/4] Update Web3Core.podspec --- Web3Core.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web3Core.podspec b/Web3Core.podspec index c93727051..f3784c460 100644 --- a/Web3Core.podspec +++ b/Web3Core.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.swift_version = '5.5' spec.dependency 'secp256k1.c', '~> 0.1' - spec.dependency 'BigInt', '~> 5.2.0' + spec.dependency 'BigInt', '~> 5.3.0' spec.dependency 'CryptoSwift', '~> 1.5.1' spec.source_files = "Sources/Core/**/*.swift" end From 37a7882b9846ac1a98867e2bd49339cbedcfd5d5 Mon Sep 17 00:00:00 2001 From: Qitao Yang Date: Sat, 8 Oct 2022 15:49:45 +0800 Subject: [PATCH 2/4] Update web3swift.podspec --- web3swift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3swift.podspec b/web3swift.podspec index 26459e9a0..49ec30862 100755 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |spec| spec.swift_version = '5.5' # Make this line same as Web3Core sources - spec.source_files = "Sources/web3swift/{Contract,Convenience,EthereumABI,HookedFunctions,EthereumAPICalls,Web3}/*.swift", "Sources/web3swift/{EthereumAPICalls,Tokens,Utils}/**/*.swift" + spec.source_files = "Sources/web3swift/**/*.swift" spec.ios.source_files = 'Sources/web3swift/Browser/*.swift' spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" } spec.frameworks = 'CoreImage' From d7d3c4db221f2a18e95ca77aa7b14e2efce8225a Mon Sep 17 00:00:00 2001 From: Qitao Yang Date: Sat, 8 Oct 2022 15:59:05 +0800 Subject: [PATCH 3/4] Update web3swift.podspec --- web3swift.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web3swift.podspec b/web3swift.podspec index 49ec30862..f225da603 100755 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -14,7 +14,8 @@ Pod::Spec.new do |spec| # Make this line same as Web3Core sources spec.source_files = "Sources/web3swift/**/*.swift" - spec.ios.source_files = 'Sources/web3swift/Browser/*.swift' + spec.exclude_files = 'Sources/web3swift/Browser/*.swift' +# spec.ios.source_files = 'Sources/web3swift/Browser/*.swift' spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" } spec.frameworks = 'CoreImage' spec.dependency 'Starscream', '~> 4.0.4' From 959a00e3852556925c1bae1db38ecd34b24ad0f1 Mon Sep 17 00:00:00 2001 From: Qitao Yang Date: Sat, 8 Oct 2022 16:06:56 +0800 Subject: [PATCH 4/4] Update web3swift.podspec --- web3swift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3swift.podspec b/web3swift.podspec index f225da603..45ca050d5 100755 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |spec| spec.swift_version = '5.5' # Make this line same as Web3Core sources - spec.source_files = "Sources/web3swift/**/*.swift" + spec.source_files = "Sources/web3swift/{EthereumAPICalls,HookedFunctions,Operations,Tokens,Utils,Web3}/**/*.swift" spec.exclude_files = 'Sources/web3swift/Browser/*.swift' # spec.ios.source_files = 'Sources/web3swift/Browser/*.swift' spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }