Skip to content

Commit

Permalink
Merge pull request #19 from ERussel/feature/replacing-seck
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
ERussel authored Jan 20, 2021
2 parents c690504 + 006f63c commit 9239513
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 1,032 deletions.
6 changes: 5 additions & 1 deletion IrohaCrypto.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Pod::Spec.new do |s|
end

s.subspec 'Iroha' do |ir|
ir.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
ir.dependency 'IrohaCrypto/Common'
ir.source_files = 'IrohaCrypto/Classes/Iroha/**/*', 'IrohaCryptoImp/**/*.h'
ir.public_header_files = 'IrohaCrypto/Classes/Iroha/**/*.h'
Expand All @@ -46,6 +47,7 @@ Pod::Spec.new do |s|
end

s.subspec 'sr25519' do |sr|
sr.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
sr.dependency 'IrohaCrypto/blake2'
sr.dependency 'IrohaCrypto/Common'
sr.dependency 'IrohaCrypto/BIP39'
Expand All @@ -57,6 +59,7 @@ Pod::Spec.new do |s|
end

s.subspec 'blake2' do |b2|
b2.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
b2.source_files = 'IrohaCrypto/Classes/blake2/**/*', 'blake2Imp/**/*.h'
b2.public_header_files = 'IrohaCrypto/Classes/blake2/**/*.h'
b2.private_header_files = 'blake2Imp/**/*.h'
Expand All @@ -67,10 +70,11 @@ Pod::Spec.new do |s|
s.subspec 'secp256k1' do |secp|
secp.dependency 'IrohaCrypto/Common'
secp.dependency 'secp256k1.c', '~> 0.1'
secp.source_files = 'IrohaCrypto/Classes/secp256k1/**/*', 'secp256k1Imp/**/*.h'
secp.source_files = 'IrohaCrypto/Classes/secp256k1/**/*'
end

s.subspec 'ed25519' do |ed|
ed.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
ed.dependency 'IrohaCrypto/Common'
ed.source_files = 'IrohaCrypto/Classes/ed25519/**/*', 'ed25519Imp/**/*.h'
ed.public_header_files = 'IrohaCrypto/Classes/ed25519/**/*.h'
Expand Down
1 change: 0 additions & 1 deletion secp256k1Imp/secp256k1.framework/Documentation

This file was deleted.

1 change: 0 additions & 1 deletion secp256k1Imp/secp256k1.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion secp256k1Imp/secp256k1.framework/Resources

This file was deleted.

1 change: 0 additions & 1 deletion secp256k1Imp/secp256k1.framework/Versions/A/A

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9239513

Please sign in to comment.