Skip to content

Commit 616422b

Browse files
Fix not building cocoapods
- Delete `BrowserViewController.swift` due it's completely broken.
1 parent 9407ab2 commit 616422b

File tree

2 files changed

+1
-135
lines changed

2 files changed

+1
-135
lines changed

Sources/web3swift/Browser/BrowserViewController.swift

Lines changed: 0 additions & 134 deletions
This file was deleted.

web3swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
1313
spec.swift_version = '5.5'
1414

1515
# Make this line same as Web3Core sources
16-
spec.source_files = "Sources/web3swift/{Contract,Convenience,EthereumABI,HookedFunctions,EthereumAPICalls,Web3}/*.swift", "Sources/web3swift/{EthereumAPICalls,Tokens,Utils}/**/*.swift"
16+
spec.source_files = "Sources/web3swift/**/*.swift"
1717
spec.ios.source_files = 'Sources/web3swift/Browser/*.swift'
1818
spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
1919
spec.frameworks = 'CoreImage'

0 commit comments

Comments
 (0)