Skip to content

Commit a4e4985

Browse files
authored
Merge pull request #286 from matter-labs/refact
Examples, Fixed Crashes, Refactoring
2 parents 84c9250 + 887474b commit a4e4985

29 files changed

+2235
-1600
lines changed

Example/web3swiftBrowser/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PODS:
1212
- PromiseKit/CorePromise
1313
- secp256k1.c (0.1.2)
1414
- Starscream (3.1.1)
15-
- web3swift (2.2.2):
15+
- web3swift (2.3.0):
1616
- BigInt (~> 4.0)
1717
- CryptoSwift (~> 1.0.0)
1818
- PromiseKit (~> 6.8.4)
@@ -40,8 +40,8 @@ SPEC CHECKSUMS:
4040
PromiseKit: 9616b0afef31eae56ab9ce044c8ec2b8612a15cd
4141
secp256k1.c: db47b726585d80f027423682eb369729e61b3b20
4242
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
43-
web3swift: 209ce2db88e40f35f0809234846171ec38119d9b
43+
web3swift: 0f097eafe1d08f478694b882581b85a01afb6633
4444

4545
PODFILE CHECKSUM: 0fdcb66c1e21400e017387d14550cd6ae5ef8aaa
4646

47-
COCOAPODS: 1.9.1
47+
COCOAPODS: 1.9.3

Example/web3swiftBrowser/Pods/BigInt/Sources/Words and Bits.swift

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

Example/web3swiftBrowser/Pods/Local Podspecs/web3swift.podspec.json

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

Example/web3swiftBrowser/Pods/Manifest.lock

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

Example/web3swiftBrowser/Pods/Pods.xcodeproj/project.pbxproj

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

Example/web3swiftBrowser/Pods/Target Support Files/web3swift/ResourceBundle-Browser-web3swift-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftBrowser/Pods/Target Support Files/web3swift/web3swift-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftBrowser/web3swiftBrowser.xcodeproj/project.pbxproj

Lines changed: 48 additions & 236 deletions
Large diffs are not rendered by default.
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1170"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "81E09B1B2002623A005DF51D"
18+
BuildableName = "web3swiftBrowser.app"
19+
BlueprintName = "web3swiftBrowser"
20+
ReferencedContainer = "container:web3swiftBrowser.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "81E09B1B2002623A005DF51D"
48+
BuildableName = "web3swiftBrowser.app"
49+
BlueprintName = "web3swiftBrowser"
50+
ReferencedContainer = "container:web3swiftBrowser.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "81E09B1B2002623A005DF51D"
65+
BuildableName = "web3swiftBrowser.app"
66+
BlueprintName = "web3swiftBrowser"
67+
ReferencedContainer = "container:web3swiftBrowser.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</ProfileAction>
71+
<AnalyzeAction
72+
buildConfiguration = "Debug">
73+
</AnalyzeAction>
74+
<ArchiveAction
75+
buildConfiguration = "Release"
76+
revealArchiveInOrganizer = "YES">
77+
</ArchiveAction>
78+
</Scheme>

Example/web3swiftBrowser/web3swiftBrowser/AppDelegate.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1515
var window: UIWindow?
1616

1717

18-
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
19-
// Override point for customization after application launch.
20-
return true
21-
}
18+
// func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
19+
// // Override point for customization after application launch.
20+
//// return true
21+
// }
2222

2323
func applicationWillResignActive(_ application: UIApplication) {
2424
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.

0 commit comments

Comments
 (0)