Skip to content

Commit

Permalink
bump secl256k1, enable bitcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vlasov committed Dec 20, 2017
1 parent de2d73c commit feaaee8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PODS:
- PromiseKit/CorePromise
- PromiseKit/UIKit (4.5.0):
- PromiseKit/CorePromise
- secp256k1_ios (0.0.4)
- secp256k1_ios (0.0.5)
- SipHash (1.2.0)
- Sodium (0.6)

Expand All @@ -42,7 +42,7 @@ SPEC CHECKSUMS:
CryptoSwift: f81907430ebbe38b8404b4f6fb40f3c576a8755f
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
PromiseKit: 9c1d9f6d7b65e3951a90bea7f407c56972be5d8e
secp256k1_ios: e41c69ba611925984d183bffb70109eb48162ff4
secp256k1_ios: 2e15efd87e31d9f7cd5a24c41fdf3b06165dfa68
SipHash: c6e9e43e9c531b5bc6602545130c26194a6d31ce
Sodium: bf524b0a3d5ad6870dcf343205cca7e659c15ad5

Expand Down
4 changes: 2 additions & 2 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Target Support Files/libsodium/libsodium.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Target Support Files/secp256k1_ios/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Pods/secp256k1_ios/secp256k1_ios/libsecp256k1-config.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web3swift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/web3swift/secp256k1",
Expand Down Expand Up @@ -918,7 +918,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/web3swift/secp256k1",
Expand Down

0 comments on commit feaaee8

Please sign in to comment.