Skip to content

Commit ab77d46

Browse files
committed
Updated wallet example for mac M! chip
1 parent d05a569 commit ab77d46

File tree

442 files changed

+136065
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

442 files changed

+136065
-0
lines changed

Example/myWeb3Wallet/Podfile

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
target 'myWeb3Wallet' do
5+
# Comment the next line if you don't want to use dynamic frameworks
6+
use_frameworks!
7+
8+
# Pods for myWeb3Wallet
9+
pod 'web3swift', :git => 'https://github.com/veerChauhan/web3swift.git', :branch => 'develop'
10+
11+
12+
target 'myWeb3WalletTests' do
13+
inherit! :search_paths
14+
# Pods for testing
15+
end
16+
17+
target 'myWeb3WalletUITests' do
18+
# Pods for testing
19+
end
20+
21+
end

Example/myWeb3Wallet/Podfile.lock

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
PODS:
2+
- BigInt (5.2.0)
3+
- CryptoSwift (1.4.2)
4+
- PromiseKit (6.15.3):
5+
- PromiseKit/CorePromise (= 6.15.3)
6+
- PromiseKit/Foundation (= 6.15.3)
7+
- PromiseKit/UIKit (= 6.15.3)
8+
- PromiseKit/CorePromise (6.15.3)
9+
- PromiseKit/Foundation (6.15.3):
10+
- PromiseKit/CorePromise
11+
- PromiseKit/UIKit (6.15.3):
12+
- PromiseKit/CorePromise
13+
- secp256k1.c (0.1.2)
14+
- Starscream (4.0.4)
15+
- web3swift (2.3.0):
16+
- BigInt (~> 5.2)
17+
- CryptoSwift (~> 1.4.0)
18+
- PromiseKit (~> 6.15.3)
19+
- secp256k1.c (~> 0.1)
20+
- Starscream (~> 4.0.4)
21+
22+
DEPENDENCIES:
23+
- web3swift (from `https://github.com/veerChauhan/web3swift.git`, branch `develop`)
24+
25+
SPEC REPOS:
26+
trunk:
27+
- BigInt
28+
- CryptoSwift
29+
- PromiseKit
30+
- secp256k1.c
31+
- Starscream
32+
33+
EXTERNAL SOURCES:
34+
web3swift:
35+
:branch: develop
36+
:git: https://github.com/veerChauhan/web3swift.git
37+
38+
CHECKOUT OPTIONS:
39+
web3swift:
40+
:commit: d05a569a1dbb43b3770832cfa2be703ec26ca894
41+
:git: https://github.com/veerChauhan/web3swift.git
42+
43+
SPEC CHECKSUMS:
44+
BigInt: f668a80089607f521586bbe29513d708491ef2f7
45+
CryptoSwift: a532e74ed010f8c95f611d00b8bbae42e9fe7c17
46+
PromiseKit: 3b2b6995e51a954c46dbc550ce3da44fbfb563c5
47+
secp256k1.c: db47b726585d80f027423682eb369729e61b3b20
48+
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
49+
web3swift: dcc8da6f0944a062faa381869ce64114ddb5f8d3
50+
51+
PODFILE CHECKSUM: 53e3e6ef11ba247d3bee3e2fa1580cb90296aef2
52+
53+
COCOAPODS: 1.11.2

Example/myWeb3Wallet/Pods/BigInt/LICENSE.md

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/myWeb3Wallet/Pods/BigInt/README.md

Lines changed: 430 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/myWeb3Wallet/Pods/BigInt/Sources/Addition.swift

Lines changed: 126 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/myWeb3Wallet/Pods/BigInt/Sources/BigInt.swift

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)