Skip to content

Commit

Permalink
Merge pull request #389 from Valter4578/develop
Browse files Browse the repository at this point in the history
Dependency update | M1 support
  • Loading branch information
Valter4578 authored Oct 30, 2021
2 parents 4249965 + a23d90b commit ae621a0
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 20 deletions.
2 changes: 2 additions & 0 deletions Example/web3swiftBrowser/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Pods/

8 changes: 7 additions & 1 deletion Example/web3swiftBrowser/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
platform :ios, '12.0'

source 'https://github.com/CocoaPods/Specs.git'
target 'web3swiftBrowser' do
use_frameworks!
pod 'web3swift', :path => '../../'
end

post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
38 changes: 19 additions & 19 deletions Example/web3swiftBrowser/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
PODS:
- BigInt (5.2.0)
- CryptoSwift (1.4.0)
- PromiseKit (6.8.5):
- PromiseKit/CorePromise (= 6.8.5)
- PromiseKit/Foundation (= 6.8.5)
- PromiseKit/UIKit (= 6.8.5)
- PromiseKit/CorePromise (6.8.5)
- PromiseKit/Foundation (6.8.5):
- CryptoSwift (1.4.2)
- PromiseKit (6.15.3):
- PromiseKit/CorePromise (= 6.15.3)
- PromiseKit/Foundation (= 6.15.3)
- PromiseKit/UIKit (= 6.15.3)
- PromiseKit/CorePromise (6.15.3)
- PromiseKit/Foundation (6.15.3):
- PromiseKit/CorePromise
- PromiseKit/UIKit (6.8.5):
- PromiseKit/UIKit (6.15.3):
- PromiseKit/CorePromise
- secp256k1.c (0.1.2)
- Starscream (3.1.1)
- Starscream (4.0.4)
- web3swift (2.3.0):
- BigInt (~> 5.0)
- BigInt (~> 5.2)
- CryptoSwift (~> 1.4.0)
- PromiseKit (~> 6.8.4)
- PromiseKit (~> 6.15.3)
- secp256k1.c (~> 0.1)
- Starscream (~> 3.1.0)
- Starscream (~> 4.0.4)

DEPENDENCIES:
- web3swift (from `../../`)

SPEC REPOS:
trunk:
https://github.com/CocoaPods/Specs:
- BigInt
- CryptoSwift
- PromiseKit
Expand All @@ -36,12 +36,12 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
BigInt: f668a80089607f521586bbe29513d708491ef2f7
CryptoSwift: 7cc902df1784de3b389a387756c7d710f197730c
PromiseKit: 9616b0afef31eae56ab9ce044c8ec2b8612a15cd
CryptoSwift: a532e74ed010f8c95f611d00b8bbae42e9fe7c17
PromiseKit: 3b2b6995e51a954c46dbc550ce3da44fbfb563c5
secp256k1.c: db47b726585d80f027423682eb369729e61b3b20
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
web3swift: 22ac889fe28306c5d79704711f20b5ed4b21ba5e
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
web3swift: dcc8da6f0944a062faa381869ce64114ddb5f8d3

PODFILE CHECKSUM: 0fdcb66c1e21400e017387d14550cd6ae5ef8aaa
PODFILE CHECKSUM: f8f601956d8159726efe20ba4f6416842bcd191d

COCOAPODS: 1.10.1
COCOAPODS: 1.11.0
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
"EXCLUDED_ARCHS[sdk=*]" = arm64;
INFOPLIST_FILE = web3swiftBrowser/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.7;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -426,6 +427,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
"EXCLUDED_ARCHS[sdk=*]" = arm64;
INFOPLIST_FILE = web3swiftBrowser/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.7;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down

0 comments on commit ae621a0

Please sign in to comment.