Skip to content

Commit eef204e

Browse files
fixed build
1 parent 66f4f64 commit eef204e

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

Cartfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github "attaswift/SipHash" == 1.2.2
2-
github "mxcl/PromiseKit" == 6.13.1
3-
github "attaswift/BigInt" == 5.0.0
4-
github "daltoniam/Starscream" == 4.0.0
5-
github "krzyzanowskim/CryptoSwift" == 1.3.0
2+
github "mxcl/PromiseKit" == 6.8.4
3+
github "attaswift/BigInt" == 4.0
4+
github "daltoniam/Starscream" == 3.1.0
5+
github "krzyzanowskim/CryptoSwift" == 1.0.0

Cartfile.resolved

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
github "attaswift/BigInt" "v4.0.0"
2+
github "attaswift/SipHash" "v1.2.2"
3+
github "daltoniam/Starscream" "3.1.0"
4+
github "krzyzanowskim/CryptoSwift" "1.0.0"
5+
github "mxcl/PromiseKit" "6.8.4"

web3swift.xcodeproj/xcshareddata/xcschemes/web3swift.xcscheme

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "1317BCE2218C50D100D6D095"
34+
BuildableName = "web3swift.framework"
35+
BlueprintName = "web3swift"
36+
ReferencedContainer = "container:web3swift.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO">
@@ -39,17 +48,6 @@
3948
</BuildableReference>
4049
</TestableReference>
4150
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "1317BCE2218C50D100D6D095"
46-
BuildableName = "web3swift.framework"
47-
BlueprintName = "web3swift"
48-
ReferencedContainer = "container:web3swift.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5351
</TestAction>
5452
<LaunchAction
5553
buildConfiguration = "Debug"
@@ -70,8 +68,6 @@
7068
ReferencedContainer = "container:web3swift.xcodeproj">
7169
</BuildableReference>
7270
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7571
</LaunchAction>
7672
<ProfileAction
7773
buildConfiguration = "Release"

0 commit comments

Comments
 (0)