From 9e2df1f6ef62e0586d0f3613eb4b412dd1ae9eb1 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Tue, 10 May 2022 18:29:13 +0700 Subject: [PATCH] Drop Carthage support Keep Cocoapods and swift package manager support. --- .github/workflows/macOS-12.yml | 32 +- .gitignore | 2 + Cartfile | 4 - Cartfile.resolved | 4 - Package.resolved | 34 - carthage.sh | 17 - web3swift.xcodeproj/Info.plist | 22 - web3swift.xcodeproj/project.pbxproj | 1868 ----------------- .../contents.xcworkspacedata | 7 - .../xcshareddata/IDEWorkspaceChecks.plist | 8 - .../xcshareddata/WorkspaceSettings.xcsettings | 5 - .../xcshareddata/xcschemes/secp256k1.xcscheme | 76 - .../xcshareddata/xcschemes/web3swift.xcscheme | 109 - 13 files changed, 3 insertions(+), 2185 deletions(-) delete mode 100755 Cartfile delete mode 100644 Cartfile.resolved delete mode 100644 Package.resolved delete mode 100755 carthage.sh delete mode 100755 web3swift.xcodeproj/Info.plist delete mode 100755 web3swift.xcodeproj/project.pbxproj delete mode 100755 web3swift.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100755 web3swift.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist delete mode 100644 web3swift.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings delete mode 100755 web3swift.xcodeproj/xcshareddata/xcschemes/secp256k1.xcscheme delete mode 100755 web3swift.xcodeproj/xcshareddata/xcschemes/web3swift.xcscheme diff --git a/.github/workflows/macOS-12.yml b/.github/workflows/macOS-12.yml index 40990c690..e17b3db35 100644 --- a/.github/workflows/macOS-12.yml +++ b/.github/workflows/macOS-12.yml @@ -46,34 +46,4 @@ jobs: # - name: Run local tests # run: swift test --skip-build -c debug --filter localTests # - name: Run remote tests - # run: swift test --skip-build -c debug --filter remoteTests - - carthage-iOS: - name: Carthage - runs-on: macOS-12 - concurrency: - group: carthage-${{ github.run_id }} - cancel-in-progress: false - strategy: - fail-fast: false - max-parallel: 2 - matrix: - destination: ['OS=15.4,name=iPhone 13'] - steps: - - uses: actions/checkout@v2 - - name: Resolving dependencies - run: carthage checkout - - name: Building dependencies - run: carthage build --no-use-binaries --platform iOS Simulator --use-xcframeworks - - name: Building framework - run: xcodebuild build-for-testing -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" - # - name: Install ganache - # run: npm install ganache --global - # - name: Start ganache in background - # run: ganache & - # - name: Wait till ganache starts - # run: sleep 1 - # - name: Run local tests - # run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests - # - name: Run remote tests - # run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan RemoteTests + # run: swift test --skip-build -c debug --filter remoteTests \ No newline at end of file diff --git a/.gitignore b/.gitignore index 6b4f21edb..2dd3e0601 100755 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ xcuserdata/ *.moved-aside *.xccheckout *.xcscmblueprint +web3swift.xcodeproj/ ## Obj-C/Swift specific *.hmap @@ -40,6 +41,7 @@ Package.pins .build/ .swiftpm/** */.swiftpm/** +Package.resolved # CocoaPods # diff --git a/Cartfile b/Cartfile deleted file mode 100755 index 1ac5a2a50..000000000 --- a/Cartfile +++ /dev/null @@ -1,4 +0,0 @@ -github "attaswift/BigInt" ~> 5.3.0 -github "attaswift/SipHash" ~> 1.2.2 -github "daltoniam/Starscream" ~> 4.0.4 -github "krzyzanowskim/CryptoSwift" ~> 1.5.1 diff --git a/Cartfile.resolved b/Cartfile.resolved deleted file mode 100644 index fee682ca2..000000000 --- a/Cartfile.resolved +++ /dev/null @@ -1,4 +0,0 @@ -github "attaswift/BigInt" "v5.3.0" -github "attaswift/SipHash" "v1.2.2" -github "daltoniam/Starscream" "4.0.4" -github "krzyzanowskim/CryptoSwift" "1.5.1" diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index bb6d4139a..000000000 --- a/Package.resolved +++ /dev/null @@ -1,34 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "BigInt", - "repositoryURL": "https://github.com/attaswift/BigInt.git", - "state": { - "branch": null, - "revision": "0ed110f7555c34ff468e72e1686e59721f2b0da6", - "version": "5.3.0" - } - }, - { - "package": "CryptoSwift", - "repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift.git", - "state": { - "branch": null, - "revision": "039f56c5d7960f277087a0be51f5eb04ed0ec073", - "version": "1.5.1" - } - }, - { - "package": "Starscream", - "repositoryURL": "https://github.com/daltoniam/Starscream.git", - "state": { - "branch": null, - "revision": "df8d82047f6654d8e4b655d1b1525c64e1059d21", - "version": "4.0.4" - } - } - ] - }, - "version": 1 -} diff --git a/carthage.sh b/carthage.sh deleted file mode 100755 index adffae883..000000000 --- a/carthage.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash - -# carthage.sh -# Usage example: ./carthage.sh build --platform iOS - -set -euo pipefail - -xcconfig=$(mktemp /tmp/static.xcconfig.XXXXXX) -trap 'rm -f "$xcconfig"' INT TERM HUP EXIT - -# For Xcode 12 make sure EXCLUDED_ARCHS is set to arm architectures otherwise -# the build will fail on lipo due to duplicate architectures. -echo 'EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200 = arm64 arm64e armv7 armv7s armv6 armv8' >> $xcconfig -echo 'EXCLUDED_ARCHS = $(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))' >> $xcconfig - -export XCODE_XCCONFIG_FILE="$xcconfig" -carthage "$@" diff --git a/web3swift.xcodeproj/Info.plist b/web3swift.xcodeproj/Info.plist deleted file mode 100755 index 6c40a6cd0..000000000 --- a/web3swift.xcodeproj/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - - diff --git a/web3swift.xcodeproj/project.pbxproj b/web3swift.xcodeproj/project.pbxproj deleted file mode 100755 index 2ed872a68..000000000 --- a/web3swift.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1868 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 52; - objects = { - -/* Begin PBXBuildFile section */ - 13C338F821B6C62400F33F5E /* hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338C821B6C62200F33F5E /* hash.h */; }; - 13C338F921B6C62400F33F5E /* field_10x26.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338C921B6C62200F33F5E /* field_10x26.h */; }; - 13C338FA21B6C62400F33F5E /* scalar.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338CA21B6C62200F33F5E /* scalar.h */; }; - 13C338FB21B6C62400F33F5E /* ecmult_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338CB21B6C62200F33F5E /* ecmult_impl.h */; }; - 13C338FC21B6C62400F33F5E /* field.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338CC21B6C62200F33F5E /* field.h */; }; - 13C338FD21B6C62400F33F5E /* basic-config.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338CD21B6C62200F33F5E /* basic-config.h */; }; - 13C338FE21B6C62400F33F5E /* hash_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338CE21B6C62200F33F5E /* hash_impl.h */; }; - 13C338FF21B6C62400F33F5E /* ecdsa.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338CF21B6C62200F33F5E /* ecdsa.h */; }; - 13C3390021B6C62400F33F5E /* scalar_4x64.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338D021B6C62200F33F5E /* scalar_4x64.h */; }; - 13C3390121B6C62400F33F5E /* field_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338D121B6C62200F33F5E /* field_impl.h */; }; - 13C3390221B6C62400F33F5E /* ecmult_gen_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338D221B6C62200F33F5E /* ecmult_gen_impl.h */; }; - 13C3390321B6C62400F33F5E /* group.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338D321B6C62200F33F5E /* group.h */; }; - 13C3390421B6C62400F33F5E /* eckey_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338D421B6C62200F33F5E /* eckey_impl.h */; }; - 13C3390521B6C62400F33F5E /* ecmult_const_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338D521B6C62200F33F5E /* ecmult_const_impl.h */; }; - 13C3390621B6C62400F33F5E /* ecmult_gen.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338D621B6C62200F33F5E /* ecmult_gen.h */; }; - 13C3390721B6C62400F33F5E /* eckey.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338D721B6C62200F33F5E /* eckey.h */; }; - 13C3390821B6C62400F33F5E /* ecmult_const.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338D821B6C62200F33F5E /* ecmult_const.h */; }; - 13C3390921B6C62400F33F5E /* field_5x52.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338D921B6C62200F33F5E /* field_5x52.h */; }; - 13C3390C21B6C62400F33F5E /* secp256k1.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338DD21B6C62200F33F5E /* secp256k1.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13C3390D21B6C62400F33F5E /* num_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338DE21B6C62200F33F5E /* num_impl.h */; }; - 13C3390E21B6C62400F33F5E /* num.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338DF21B6C62300F33F5E /* num.h */; }; - 13C3390F21B6C62400F33F5E /* recovery_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338E021B6C62300F33F5E /* recovery_impl.h */; }; - 13C3391021B6C62400F33F5E /* field_5x52_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338E121B6C62300F33F5E /* field_5x52_impl.h */; }; - 13C3391121B6C62400F33F5E /* num_gmp.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338E221B6C62300F33F5E /* num_gmp.h */; }; - 13C3391221B6C62400F33F5E /* scalar_4x64_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338E321B6C62300F33F5E /* scalar_4x64_impl.h */; }; - 13C3391321B6C62400F33F5E /* scalar_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338E421B6C62300F33F5E /* scalar_impl.h */; }; - 13C3391421B6C62400F33F5E /* scalar_low_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338E521B6C62300F33F5E /* scalar_low_impl.h */; }; - 13C3391521B6C62400F33F5E /* scratch_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338E621B6C62300F33F5E /* scratch_impl.h */; }; - 13C3391621B6C62400F33F5E /* secp256k1-config.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338E721B6C62300F33F5E /* secp256k1-config.h */; }; - 13C3391721B6C62400F33F5E /* secp256k1.c in Sources */ = {isa = PBXBuildFile; fileRef = 13C338E821B6C62300F33F5E /* secp256k1.c */; }; - 13C3391821B6C62400F33F5E /* field_10x26_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338E921B6C62300F33F5E /* field_10x26_impl.h */; }; - 13C3391921B6C62400F33F5E /* scalar_8x32_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338EA21B6C62300F33F5E /* scalar_8x32_impl.h */; }; - 13C3391A21B6C62400F33F5E /* field_5x52_int128_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338EB21B6C62300F33F5E /* field_5x52_int128_impl.h */; }; - 13C3391B21B6C62400F33F5E /* group_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338EC21B6C62300F33F5E /* group_impl.h */; }; - 13C3391C21B6C62400F33F5E /* scalar_low.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338ED21B6C62300F33F5E /* scalar_low.h */; }; - 13C3391D21B6C62400F33F5E /* util.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338EE21B6C62300F33F5E /* util.h */; }; - 13C3391E21B6C62400F33F5E /* ecmult.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338EF21B6C62400F33F5E /* ecmult.h */; }; - 13C3391F21B6C62400F33F5E /* ecdh_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338F021B6C62400F33F5E /* ecdh_impl.h */; }; - 13C3392021B6C62400F33F5E /* num_gmp_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338F121B6C62400F33F5E /* num_gmp_impl.h */; }; - 13C3392121B6C62400F33F5E /* field_5x52_asm_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338F221B6C62400F33F5E /* field_5x52_asm_impl.h */; }; - 13C3392221B6C62400F33F5E /* secp256k1_main.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338F321B6C62400F33F5E /* secp256k1_main.h */; }; - 13C3392321B6C62400F33F5E /* scalar_8x32.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338F421B6C62400F33F5E /* scalar_8x32.h */; }; - 13C3392421B6C62400F33F5E /* ecdsa_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338F521B6C62400F33F5E /* ecdsa_impl.h */; }; - 13C3392521B6C62400F33F5E /* secp256k1_ec_mult_static_context.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338F621B6C62400F33F5E /* secp256k1_ec_mult_static_context.h */; }; - 13C3392621B6C62400F33F5E /* scratch.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C338F721B6C62400F33F5E /* scratch.h */; }; - 13C3392821B6C68900F33F5E /* secp256k1.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 13C3388E21B6C2DD00F33F5E /* secp256k1.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; - 2AC22E362525C2000072F037 /* PathAddressStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AC22E352525C2000072F037 /* PathAddressStorage.swift */; }; - 3A7EA35E2280EA9A005120C2 /* Encodable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7EA35D2280EA9A005120C2 /* Encodable+Extensions.swift */; }; - 3A7EA3602280EB27005120C2 /* Decodable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A7EA35F2280EB27005120C2 /* Decodable+Extensions.swift */; }; - 3AA8151C2276E42F00F5DB52 /* EventFiltering.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815172276E42F00F5DB52 /* EventFiltering.swift */; }; - 3AA8151D2276E42F00F5DB52 /* ComparisonExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815182276E42F00F5DB52 /* ComparisonExtensions.swift */; }; - 3AA8151E2276E42F00F5DB52 /* EthereumFilterEncodingExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815192276E42F00F5DB52 /* EthereumFilterEncodingExtensions.swift */; }; - 3AA8151F2276E42F00F5DB52 /* EthereumContract.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8151A2276E42F00F5DB52 /* EthereumContract.swift */; }; - 3AA815202276E42F00F5DB52 /* ContractProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8151B2276E42F00F5DB52 /* ContractProtocol.swift */; }; - 3AA815A72276E44100F5DB52 /* ENS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815232276E44100F5DB52 /* ENS.swift */; }; - 3AA815A82276E44100F5DB52 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815242276E44100F5DB52 /* PublicKey.swift */; }; - 3AA815A92276E44100F5DB52 /* ENSReverseRegistrar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815252276E44100F5DB52 /* ENSReverseRegistrar.swift */; }; - 3AA815AA2276E44100F5DB52 /* ENSBaseRegistrar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815262276E44100F5DB52 /* ENSBaseRegistrar.swift */; }; - 3AA815AB2276E44100F5DB52 /* ETHRegistrarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815272276E44100F5DB52 /* ETHRegistrarController.swift */; }; - 3AA815AC2276E44100F5DB52 /* NameHash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815282276E44100F5DB52 /* NameHash.swift */; }; - 3AA815AD2276E44100F5DB52 /* ENSRegistry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815292276E44100F5DB52 /* ENSRegistry.swift */; }; - 3AA815AE2276E44100F5DB52 /* ENSResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8152A2276E44100F5DB52 /* ENSResolver.swift */; }; - 3AA815AF2276E44100F5DB52 /* NonceMiddleware.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8152C2276E44100F5DB52 /* NonceMiddleware.swift */; }; - 3AA815B02276E44100F5DB52 /* EIP67Code.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8152E2276E44100F5DB52 /* EIP67Code.swift */; }; - 3AA815B12276E44100F5DB52 /* EIP681.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8152F2276E44100F5DB52 /* EIP681.swift */; }; - 3AA815B22276E44100F5DB52 /* KeystoreManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815312276E44100F5DB52 /* KeystoreManager.swift */; }; - 3AA815B32276E44100F5DB52 /* IBAN.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815322276E44100F5DB52 /* IBAN.swift */; }; - 3AA815B42276E44100F5DB52 /* BIP39.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815332276E44100F5DB52 /* BIP39.swift */; }; - 3AA815B52276E44100F5DB52 /* BIP32HDNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815342276E44100F5DB52 /* BIP32HDNode.swift */; }; - 3AA815B62276E44100F5DB52 /* BIP39+WordLists.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815352276E44100F5DB52 /* BIP39+WordLists.swift */; }; - 3AA815B72276E44100F5DB52 /* BIP32Keystore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815362276E44100F5DB52 /* BIP32Keystore.swift */; }; - 3AA815B82276E44100F5DB52 /* EthereumKeystoreV3.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815372276E44100F5DB52 /* EthereumKeystoreV3.swift */; }; - 3AA815BA2276E44100F5DB52 /* PlainKeystore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815392276E44100F5DB52 /* PlainKeystore.swift */; }; - 3AA815BB2276E44100F5DB52 /* AbstractKeystore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153A2276E44100F5DB52 /* AbstractKeystore.swift */; }; - 3AA815BD2276E44100F5DB52 /* BloomFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153D2276E44100F5DB52 /* BloomFilter.swift */; }; - 3AA815BF2276E44100F5DB52 /* EthereumTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153F2276E44100F5DB52 /* EthereumTransaction.swift */; }; - 3AA815C02276E44100F5DB52 /* Web3+Wallet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815412276E44100F5DB52 /* Web3+Wallet.swift */; }; - 3AA815C12276E44100F5DB52 /* Web3+BrowserFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815422276E44100F5DB52 /* Web3+BrowserFunctions.swift */; }; - 3AA815C22276E44100F5DB52 /* ABIDecoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815442276E44100F5DB52 /* ABIDecoding.swift */; }; - 3AA815C32276E44100F5DB52 /* ABIElements.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815452276E44100F5DB52 /* ABIElements.swift */; }; - 3AA815C42276E44100F5DB52 /* ABITypeParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815462276E44100F5DB52 /* ABITypeParser.swift */; }; - 3AA815C52276E44100F5DB52 /* ABIParameterTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815472276E44100F5DB52 /* ABIParameterTypes.swift */; }; - 3AA815C62276E44100F5DB52 /* ABI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815482276E44100F5DB52 /* ABI.swift */; }; - 3AA815C72276E44100F5DB52 /* ABIEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815492276E44100F5DB52 /* ABIEncoding.swift */; }; - 3AA815C82276E44100F5DB52 /* ABIParsing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8154A2276E44100F5DB52 /* ABIParsing.swift */; }; - 3AA815C92276E44100F5DB52 /* RLP.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8154C2276E44100F5DB52 /* RLP.swift */; }; - 3AA815CA2276E44100F5DB52 /* Web3+HttpProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8154E2276E44100F5DB52 /* Web3+HttpProvider.swift */; }; - 3AA815CB2276E44100F5DB52 /* Web3.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8154F2276E44100F5DB52 /* Web3.swift */; }; - 3AA815CC2276E44100F5DB52 /* Web3+InfuraProviders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815502276E44100F5DB52 /* Web3+InfuraProviders.swift */; }; - 3AA815CD2276E44100F5DB52 /* Web3+Personal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815512276E44100F5DB52 /* Web3+Personal.swift */; }; - 3AA815CE2276E44100F5DB52 /* Web3+Eventloop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815522276E44100F5DB52 /* Web3+Eventloop.swift */; }; - 3AA815CF2276E44100F5DB52 /* Web3+Eth+Websocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815532276E44100F5DB52 /* Web3+Eth+Websocket.swift */; }; - 3AA815D02276E44100F5DB52 /* Web3+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815542276E44100F5DB52 /* Web3+Utils.swift */; }; - 3AA815D12276E44100F5DB52 /* Web3+MutatingTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815552276E44100F5DB52 /* Web3+MutatingTransaction.swift */; }; - 3AA815D22276E44100F5DB52 /* Web3+JSONRPC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815562276E44100F5DB52 /* Web3+JSONRPC.swift */; }; - 3AA815D32276E44100F5DB52 /* Web3+Instance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815572276E44100F5DB52 /* Web3+Instance.swift */; }; - 3AA815D42276E44100F5DB52 /* Web3+Contract.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815582276E44100F5DB52 /* Web3+Contract.swift */; }; - 3AA815D52276E44100F5DB52 /* Web3+EventParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815592276E44100F5DB52 /* Web3+EventParser.swift */; }; - 3AA815D62276E44100F5DB52 /* Web3+ReadingTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8155A2276E44100F5DB52 /* Web3+ReadingTransaction.swift */; }; - 3AA815D72276E44100F5DB52 /* Web3+Protocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8155B2276E44100F5DB52 /* Web3+Protocols.swift */; }; - 3AA815D82276E44100F5DB52 /* Web3+WebsocketProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8155C2276E44100F5DB52 /* Web3+WebsocketProvider.swift */; }; - 3AA815D92276E44100F5DB52 /* Web3+Methods.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8155D2276E44100F5DB52 /* Web3+Methods.swift */; }; - 3AA815DA2276E44100F5DB52 /* Web3+Eth.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8155E2276E44100F5DB52 /* Web3+Eth.swift */; }; - 3AA815DB2276E44100F5DB52 /* Web3+TxPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8155F2276E44100F5DB52 /* Web3+TxPool.swift */; }; - 3AA815DC2276E44100F5DB52 /* Web3+Structures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815602276E44100F5DB52 /* Web3+Structures.swift */; }; - 3AA815DD2276E44100F5DB52 /* Web3+Options.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815612276E44100F5DB52 /* Web3+Options.swift */; }; - 3AA815DE2276E44100F5DB52 /* RIPEMD160+StackOveflow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815632276E44100F5DB52 /* RIPEMD160+StackOveflow.swift */; }; - 3AA815DF2276E44100F5DB52 /* BigUInt+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815642276E44100F5DB52 /* BigUInt+Extensions.swift */; }; - 3AA815E02276E44100F5DB52 /* CryptoExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815652276E44100F5DB52 /* CryptoExtensions.swift */; }; - 3AA815E12276E44100F5DB52 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815662276E44100F5DB52 /* String+Extension.swift */; }; - 3AA815E22276E44100F5DB52 /* NSRegularExpressionExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815672276E44100F5DB52 /* NSRegularExpressionExtension.swift */; }; - 3AA815E32276E44100F5DB52 /* Dictionary+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815682276E44100F5DB52 /* Dictionary+Extension.swift */; }; - 3AA815E42276E44100F5DB52 /* Data+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815692276E44100F5DB52 /* Data+Extension.swift */; }; - 3AA815E52276E44100F5DB52 /* NativeTypesEncoding+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8156A2276E44100F5DB52 /* NativeTypesEncoding+Extensions.swift */; }; - 3AA815E62276E44100F5DB52 /* Base58.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8156B2276E44100F5DB52 /* Base58.swift */; }; - 3AA815E72276E44100F5DB52 /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8156C2276E44100F5DB52 /* Array+Extension.swift */; }; - 3AA815E82276E44100F5DB52 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8156E2276E44100F5DB52 /* Extensions.swift */; }; - 3AA815E92276E44100F5DB52 /* EthereumAddress.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8156F2276E44100F5DB52 /* EthereumAddress.swift */; }; - 3AA815EA2276E44100F5DB52 /* Promise+Web3+Eth+GetBlockNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815712276E44100F5DB52 /* Promise+Web3+Eth+GetBlockNumber.swift */; }; - 3AA815EB2276E44100F5DB52 /* Promise+Web3+Personal+Sign.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815722276E44100F5DB52 /* Promise+Web3+Personal+Sign.swift */; }; - 3AA815EC2276E44100F5DB52 /* Promise+Web3+Eth+GetGasPrice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815732276E44100F5DB52 /* Promise+Web3+Eth+GetGasPrice.swift */; }; - 3AA815ED2276E44100F5DB52 /* Promise+Web3+Eth+GetBlockByHash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815742276E44100F5DB52 /* Promise+Web3+Eth+GetBlockByHash.swift */; }; - 3AA815EE2276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815752276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionDetails.swift */; }; - 3AA815F02276E44100F5DB52 /* Promise+Web3+Eth+SendTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815772276E44100F5DB52 /* Promise+Web3+Eth+SendTransaction.swift */; }; - 3AA815F12276E44100F5DB52 /* Promise+Web3+Eth+GetBalance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815782276E44100F5DB52 /* Promise+Web3+Eth+GetBalance.swift */; }; - 3AA815F32276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionReceipt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8157A2276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionReceipt.swift */; }; - 3AA815F42276E44100F5DB52 /* Promise+Web3+Eth+EstimateGas.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8157B2276E44100F5DB52 /* Promise+Web3+Eth+EstimateGas.swift */; }; - 3AA815F52276E44100F5DB52 /* Promise+Web3+Eth+GetBlockByNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8157C2276E44100F5DB52 /* Promise+Web3+Eth+GetBlockByNumber.swift */; }; - 3AA815F62276E44100F5DB52 /* Promise+Web3+Eth+SendRawTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8157D2276E44100F5DB52 /* Promise+Web3+Eth+SendRawTransaction.swift */; }; - 3AA815F72276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionCount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8157E2276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionCount.swift */; }; - 3AA815F92276E44100F5DB52 /* Promise+Web3+TxPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815802276E44100F5DB52 /* Promise+Web3+TxPool.swift */; }; - 3AA815FA2276E44100F5DB52 /* Promise+Web3+Eth+GetAccounts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815812276E44100F5DB52 /* Promise+Web3+Eth+GetAccounts.swift */; }; - 3AA815FB2276E44100F5DB52 /* Promise+Web3+Personal+UnlockAccount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815822276E44100F5DB52 /* Promise+Web3+Personal+UnlockAccount.swift */; }; - 3AA815FC2276E44100F5DB52 /* Promise+Web3+Personal+CreateAccount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815832276E44100F5DB52 /* Promise+Web3+Personal+CreateAccount.swift */; }; - 3AA815FD2276E44100F5DB52 /* Promise+Web3+Eth+Call.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815842276E44100F5DB52 /* Promise+Web3+Eth+Call.swift */; }; - 3AA815FE2276E44100F5DB52 /* Web3+ERC820.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815872276E44100F5DB52 /* Web3+ERC820.swift */; }; - 3AA815FF2276E44100F5DB52 /* Web3+ERC721x.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815892276E44100F5DB52 /* Web3+ERC721x.swift */; }; - 3AA816002276E44100F5DB52 /* Web3+ERC888.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8158B2276E44100F5DB52 /* Web3+ERC888.swift */; }; - 3AA816012276E44100F5DB52 /* Web3+ERC1376.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8158D2276E44100F5DB52 /* Web3+ERC1376.swift */; }; - 3AA816022276E44100F5DB52 /* Web3+ERC1633.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8158F2276E44100F5DB52 /* Web3+ERC1633.swift */; }; - 3AA816032276E44100F5DB52 /* Web3+ERC20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815912276E44100F5DB52 /* Web3+ERC20.swift */; }; - 3AA816042276E44100F5DB52 /* Web3+ERC1400.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815932276E44100F5DB52 /* Web3+ERC1400.swift */; }; - 3AA816052276E44100F5DB52 /* Web3+SecurityToken.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815952276E44100F5DB52 /* Web3+SecurityToken.swift */; }; - 3AA816062276E44100F5DB52 /* Web3+ST20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815962276E44100F5DB52 /* Web3+ST20.swift */; }; - 3AA816072276E44100F5DB52 /* Web3+ERC1643.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815982276E44100F5DB52 /* Web3+ERC1643.swift */; }; - 3AA816082276E44100F5DB52 /* Web3+ERC1644.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8159A2276E44100F5DB52 /* Web3+ERC1644.swift */; }; - 3AA816092276E44100F5DB52 /* Web3+ERC777.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8159C2276E44100F5DB52 /* Web3+ERC777.swift */; }; - 3AA8160A2276E44100F5DB52 /* Web3+ERC1594.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8159E2276E44100F5DB52 /* Web3+ERC1594.swift */; }; - 3AA8160B2276E44100F5DB52 /* Web3+ERC165.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815A02276E44100F5DB52 /* Web3+ERC165.swift */; }; - 3AA8160C2276E44100F5DB52 /* Web3+ERC1410.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815A22276E44100F5DB52 /* Web3+ERC1410.swift */; }; - 3AA8160D2276E44100F5DB52 /* Web3+ERC721.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815A42276E44100F5DB52 /* Web3+ERC721.swift */; }; - 3AA8160E2276E44100F5DB52 /* Web3+ERC1155.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815A62276E44100F5DB52 /* Web3+ERC1155.swift */; }; - 3AA8163A2276E4AE00F5DB52 /* SECP256k1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA816392276E4AE00F5DB52 /* SECP256k1.swift */; }; - 3AEF4ABF22C0B6BE00AC7929 /* Web3+Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AEF4ABE22C0B6BE00AC7929 /* Web3+Constants.swift */; }; - 4E28AF5725258CE20065EE44 /* web3swift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1317BCE3218C50D100D6D095 /* web3swift.framework */; }; - 4E2DFEF425485B53001AF561 /* KeystoreParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E2DFEF325485B53001AF561 /* KeystoreParams.swift */; }; - 5C03EAB4274405D20052C66D /* EIP712.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB50A52927060C5300D7E39B /* EIP712.swift */; }; - 5C26D89E27F3724600431EB0 /* Web3+EIP1559.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C26D89D27F3724600431EB0 /* Web3+EIP1559.swift */; }; - 5C26D8A027F3725500431EB0 /* EIP1559BlockTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C26D89F27F3725500431EB0 /* EIP1559BlockTests.swift */; }; - 5C26D8A227F5AC0300431EB0 /* Web3+GasOracle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C26D8A127F5AC0300431EB0 /* Web3+GasOracle.swift */; }; - 5CC0333828023387006AD710 /* RemoteParsingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333328023387006AD710 /* RemoteParsingTests.swift */; }; - 5CC0333928023387006AD710 /* ENSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333428023387006AD710 /* ENSTests.swift */; }; - 5CC0333A28023387006AD710 /* ST20AndSecurityTokenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333528023387006AD710 /* ST20AndSecurityTokenTests.swift */; }; - 5CC0333B28023387006AD710 /* WebsocketTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333628023387006AD710 /* WebsocketTests.swift */; }; - 5CC0333E28034CED006AD710 /* InfuraTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333D28034CED006AD710 /* InfuraTests.swift */; }; - 5CC0334228043805006AD710 /* GasOracleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0334128043805006AD710 /* GasOracleTests.swift */; }; - 5CC033442804432F006AD710 /* Promise+Web3+Eth+FeeHistory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC033432804432F006AD710 /* Promise+Web3+Eth+FeeHistory.swift */; }; - 5CF7E8A2276B79290009900F /* web3swiftEIP681Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E891276B79270009900F /* web3swiftEIP681Tests.swift */; }; - 5CF7E8A3276B792A0009900F /* web3swiftPersonalSignatureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E892276B79270009900F /* web3swiftPersonalSignatureTests.swift */; }; - 5CF7E8A4276B792A0009900F /* web3swiftTransactionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E893276B79270009900F /* web3swiftTransactionsTests.swift */; }; - 5CF7E8A5276B792A0009900F /* web3swiftKeystoresTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E894276B79270009900F /* web3swiftKeystoresTests.swift */; }; - 5CF7E8A6276B792A0009900F /* web3swiftHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E895276B79270009900F /* web3swiftHelpers.swift */; }; - 5CF7E8A7276B792A0009900F /* web3swiftRLPTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E896276B79270009900F /* web3swiftRLPTests.swift */; }; - 5CF7E8A8276B792A0009900F /* web3swiftERC20Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E897276B79270009900F /* web3swiftERC20Tests.swift */; }; - 5CF7E8A9276B792A0009900F /* web3swiftERC20ClassTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E898276B79270009900F /* web3swiftERC20ClassTests.swift */; }; - 5CF7E8AA276B792A0009900F /* web3swiftNumberFormattingUtilTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E899276B79280009900F /* web3swiftNumberFormattingUtilTests.swift */; }; - 5CF7E8AB276B792A0009900F /* web3swiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E89A276B79280009900F /* web3swiftTests.swift */; }; - 5CF7E8AC276B792A0009900F /* web3swiftObjCTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E89B276B79280009900F /* web3swiftObjCTests.swift */; }; - 5CF7E8AD276B792A0009900F /* web3swiftBasicLocalNodeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E89C276B79280009900F /* web3swiftBasicLocalNodeTests.swift */; }; - 5CF7E8AE276B792A0009900F /* web3swiftPromisesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E89D276B79280009900F /* web3swiftPromisesTests.swift */; }; - 5CF7E8AF276B792A0009900F /* web3swiftUserCases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E89E276B79280009900F /* web3swiftUserCases.swift */; }; - 5CF7E8B0276B792A0009900F /* web3swiftEventloopTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E89F276B79280009900F /* web3swiftEventloopTests.swift */; }; - 5CF7E8B1276B792A0009900F /* web3swiftAdvancedABIv2Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E8A0276B79290009900F /* web3swiftAdvancedABIv2Tests.swift */; }; - 5CF7E8B2276B792A0009900F /* web3swiftEIP67Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E8A1276B79290009900F /* web3swiftEIP67Tests.swift */; }; - 6029BE722817A4A8006FA0DF /* LocalTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6029BE712817A4A8006FA0DF /* LocalTestCase.swift */; }; - 6049F410280616FC00DFE624 /* AbstractEnvelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F409280616FC00DFE624 /* AbstractEnvelope.swift */; }; - 6049F411280616FC00DFE624 /* EIP1559Envelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F40A280616FC00DFE624 /* EIP1559Envelope.swift */; }; - 6049F412280616FC00DFE624 /* EIP2718Envelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F40B280616FC00DFE624 /* EIP2718Envelope.swift */; }; - 6049F413280616FC00DFE624 /* EnvelopeFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F40C280616FC00DFE624 /* EnvelopeFactory.swift */; }; - 6049F414280616FC00DFE624 /* EthereumParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F40D280616FC00DFE624 /* EthereumParameters.swift */; }; - 6049F415280616FC00DFE624 /* EIP2930Envelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F40E280616FC00DFE624 /* EIP2930Envelope.swift */; }; - 6049F416280616FC00DFE624 /* LegacyEnvelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F40F280616FC00DFE624 /* LegacyEnvelope.swift */; }; - 6049F4182806171300DFE624 /* Web3+Signing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F4172806171300DFE624 /* Web3+Signing.swift */; }; - 604FA4FF27ECBDC80021108F /* DataConversionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 604FA4FE27ECBDC80021108F /* DataConversionTests.swift */; }; - 60C1786E2809BA0C0083F064 /* EthereumMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60C1786D2809BA0C0083F064 /* EthereumMetadata.swift */; }; - CB50A52827060BD600D7E39B /* EIP712Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB50A52727060BD600D7E39B /* EIP712Tests.swift */; }; - D606A56B279F5D59003643ED /* web3swiftDecodeSolidityErrorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D606A56A279F5D59003643ED /* web3swiftDecodeSolidityErrorType.swift */; }; - D6A3D9B827F1E785009E3BCF /* ABIEncoderSoliditySha3Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6A3D9B727F1E785009E3BCF /* ABIEncoderSoliditySha3Test.swift */; }; - E22A911F241ED71A00EC1021 /* browser.min.js in Resources */ = {isa = PBXBuildFile; fileRef = E22A911E241ED71A00EC1021 /* browser.min.js */; }; - E2B76710241ED479007EBFE3 /* browser.js in Resources */ = {isa = PBXBuildFile; fileRef = E2B7670F241ED479007EBFE3 /* browser.js */; }; - E2EDC5EA241EDE3600410EA6 /* BrowserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2EDC5E9241EDE3600410EA6 /* BrowserViewController.swift */; platformFilter = ios; }; - E2EDC5EC241EE18700410EA6 /* wk.bridge.min.js in Resources */ = {isa = PBXBuildFile; fileRef = E2EDC5EB241EE18700410EA6 /* wk.bridge.min.js */; }; - E2EDC5EE241EE1E600410EA6 /* Bridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2EDC5ED241EE1E600410EA6 /* Bridge.swift */; }; - F5213FF42673849600EBDC50 /* CryptoSwift.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5213FEF2673849600EBDC50 /* CryptoSwift.xcframework */; }; - F5213FF52673849600EBDC50 /* CryptoSwift.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5213FEF2673849600EBDC50 /* CryptoSwift.xcframework */; }; - F5213FF62673849600EBDC50 /* BigInt.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5213FF02673849600EBDC50 /* BigInt.xcframework */; }; - F5213FF72673849600EBDC50 /* BigInt.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5213FF02673849600EBDC50 /* BigInt.xcframework */; }; - F5213FFA2673849600EBDC50 /* SipHash.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5213FF22673849600EBDC50 /* SipHash.xcframework */; }; - F5213FFB2673849600EBDC50 /* SipHash.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5213FF22673849600EBDC50 /* SipHash.xcframework */; }; - F5213FFC2673849600EBDC50 /* Starscream.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5213FF32673849600EBDC50 /* Starscream.xcframework */; }; - F5213FFD2673849600EBDC50 /* Starscream.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5213FF32673849600EBDC50 /* Starscream.xcframework */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 1317BCE3218C50D100D6D095 /* web3swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = web3swift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1317BE22218C8A9E00D6D095 /* Cartfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Cartfile; sourceTree = ""; }; - 1317BE24218C8A9E00D6D095 /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; - 1317BE27218C8A9F00D6D095 /* web3swift.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = web3swift.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 139751B7219AF76D0044D2B0 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 13A8D5BD21B9296B00469740 /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; }; - 13C3388E21B6C2DD00F33F5E /* secp256k1.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = secp256k1.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 13C338C821B6C62200F33F5E /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = ""; }; - 13C338C921B6C62200F33F5E /* field_10x26.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = field_10x26.h; sourceTree = ""; }; - 13C338CA21B6C62200F33F5E /* scalar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar.h; sourceTree = ""; }; - 13C338CB21B6C62200F33F5E /* ecmult_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ecmult_impl.h; sourceTree = ""; }; - 13C338CC21B6C62200F33F5E /* field.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = field.h; sourceTree = ""; }; - 13C338CD21B6C62200F33F5E /* basic-config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "basic-config.h"; sourceTree = ""; }; - 13C338CE21B6C62200F33F5E /* hash_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash_impl.h; sourceTree = ""; }; - 13C338CF21B6C62200F33F5E /* ecdsa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ecdsa.h; sourceTree = ""; }; - 13C338D021B6C62200F33F5E /* scalar_4x64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_4x64.h; sourceTree = ""; }; - 13C338D121B6C62200F33F5E /* field_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = field_impl.h; sourceTree = ""; }; - 13C338D221B6C62200F33F5E /* ecmult_gen_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ecmult_gen_impl.h; sourceTree = ""; }; - 13C338D321B6C62200F33F5E /* group.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = group.h; sourceTree = ""; }; - 13C338D421B6C62200F33F5E /* eckey_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eckey_impl.h; sourceTree = ""; }; - 13C338D521B6C62200F33F5E /* ecmult_const_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ecmult_const_impl.h; sourceTree = ""; }; - 13C338D621B6C62200F33F5E /* ecmult_gen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ecmult_gen.h; sourceTree = ""; }; - 13C338D721B6C62200F33F5E /* eckey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eckey.h; sourceTree = ""; }; - 13C338D821B6C62200F33F5E /* ecmult_const.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ecmult_const.h; sourceTree = ""; }; - 13C338D921B6C62200F33F5E /* field_5x52.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = field_5x52.h; sourceTree = ""; }; - 13C338DD21B6C62200F33F5E /* secp256k1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = secp256k1.h; sourceTree = ""; }; - 13C338DE21B6C62200F33F5E /* num_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = num_impl.h; sourceTree = ""; }; - 13C338DF21B6C62300F33F5E /* num.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = num.h; sourceTree = ""; }; - 13C338E021B6C62300F33F5E /* recovery_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = recovery_impl.h; sourceTree = ""; }; - 13C338E121B6C62300F33F5E /* field_5x52_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = field_5x52_impl.h; sourceTree = ""; }; - 13C338E221B6C62300F33F5E /* num_gmp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = num_gmp.h; sourceTree = ""; }; - 13C338E321B6C62300F33F5E /* scalar_4x64_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_4x64_impl.h; sourceTree = ""; }; - 13C338E421B6C62300F33F5E /* scalar_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_impl.h; sourceTree = ""; }; - 13C338E521B6C62300F33F5E /* scalar_low_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_low_impl.h; sourceTree = ""; }; - 13C338E621B6C62300F33F5E /* scratch_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scratch_impl.h; sourceTree = ""; }; - 13C338E721B6C62300F33F5E /* secp256k1-config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "secp256k1-config.h"; sourceTree = ""; }; - 13C338E821B6C62300F33F5E /* secp256k1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = secp256k1.c; sourceTree = ""; }; - 13C338E921B6C62300F33F5E /* field_10x26_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = field_10x26_impl.h; sourceTree = ""; }; - 13C338EA21B6C62300F33F5E /* scalar_8x32_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_8x32_impl.h; sourceTree = ""; }; - 13C338EB21B6C62300F33F5E /* field_5x52_int128_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = field_5x52_int128_impl.h; sourceTree = ""; }; - 13C338EC21B6C62300F33F5E /* group_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = group_impl.h; sourceTree = ""; }; - 13C338ED21B6C62300F33F5E /* scalar_low.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_low.h; sourceTree = ""; }; - 13C338EE21B6C62300F33F5E /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = ""; }; - 13C338EF21B6C62400F33F5E /* ecmult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ecmult.h; sourceTree = ""; }; - 13C338F021B6C62400F33F5E /* ecdh_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ecdh_impl.h; sourceTree = ""; }; - 13C338F121B6C62400F33F5E /* num_gmp_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = num_gmp_impl.h; sourceTree = ""; }; - 13C338F221B6C62400F33F5E /* field_5x52_asm_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = field_5x52_asm_impl.h; sourceTree = ""; }; - 13C338F321B6C62400F33F5E /* secp256k1_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = secp256k1_main.h; sourceTree = ""; }; - 13C338F421B6C62400F33F5E /* scalar_8x32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_8x32.h; sourceTree = ""; }; - 13C338F521B6C62400F33F5E /* ecdsa_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ecdsa_impl.h; sourceTree = ""; }; - 13C338F621B6C62400F33F5E /* secp256k1_ec_mult_static_context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = secp256k1_ec_mult_static_context.h; sourceTree = ""; }; - 13C338F721B6C62400F33F5E /* scratch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scratch.h; sourceTree = ""; }; - 13CE02B021FC846800CE7148 /* RELEASE_GUIDE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = RELEASE_GUIDE.md; sourceTree = ""; }; - 2AC22E352525C2000072F037 /* PathAddressStorage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PathAddressStorage.swift; sourceTree = ""; }; - 3A7EA35D2280EA9A005120C2 /* Encodable+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Encodable+Extensions.swift"; sourceTree = ""; }; - 3A7EA35F2280EB27005120C2 /* Decodable+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Decodable+Extensions.swift"; sourceTree = ""; }; - 3AA815172276E42F00F5DB52 /* EventFiltering.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventFiltering.swift; sourceTree = ""; }; - 3AA815182276E42F00F5DB52 /* ComparisonExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComparisonExtensions.swift; sourceTree = ""; }; - 3AA815192276E42F00F5DB52 /* EthereumFilterEncodingExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EthereumFilterEncodingExtensions.swift; sourceTree = ""; }; - 3AA8151A2276E42F00F5DB52 /* EthereumContract.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EthereumContract.swift; sourceTree = ""; }; - 3AA8151B2276E42F00F5DB52 /* ContractProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContractProtocol.swift; sourceTree = ""; }; - 3AA815232276E44100F5DB52 /* ENS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENS.swift; sourceTree = ""; }; - 3AA815242276E44100F5DB52 /* PublicKey.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PublicKey.swift; sourceTree = ""; }; - 3AA815252276E44100F5DB52 /* ENSReverseRegistrar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENSReverseRegistrar.swift; sourceTree = ""; }; - 3AA815262276E44100F5DB52 /* ENSBaseRegistrar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENSBaseRegistrar.swift; sourceTree = ""; }; - 3AA815272276E44100F5DB52 /* ETHRegistrarController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ETHRegistrarController.swift; sourceTree = ""; }; - 3AA815282276E44100F5DB52 /* NameHash.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NameHash.swift; sourceTree = ""; }; - 3AA815292276E44100F5DB52 /* ENSRegistry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENSRegistry.swift; sourceTree = ""; }; - 3AA8152A2276E44100F5DB52 /* ENSResolver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENSResolver.swift; sourceTree = ""; }; - 3AA8152C2276E44100F5DB52 /* NonceMiddleware.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NonceMiddleware.swift; sourceTree = ""; }; - 3AA8152E2276E44100F5DB52 /* EIP67Code.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP67Code.swift; sourceTree = ""; }; - 3AA8152F2276E44100F5DB52 /* EIP681.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP681.swift; sourceTree = ""; }; - 3AA815312276E44100F5DB52 /* KeystoreManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeystoreManager.swift; sourceTree = ""; }; - 3AA815322276E44100F5DB52 /* IBAN.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IBAN.swift; sourceTree = ""; }; - 3AA815332276E44100F5DB52 /* BIP39.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BIP39.swift; sourceTree = ""; }; - 3AA815342276E44100F5DB52 /* BIP32HDNode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BIP32HDNode.swift; sourceTree = ""; }; - 3AA815352276E44100F5DB52 /* BIP39+WordLists.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "BIP39+WordLists.swift"; sourceTree = ""; }; - 3AA815362276E44100F5DB52 /* BIP32Keystore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BIP32Keystore.swift; sourceTree = ""; }; - 3AA815372276E44100F5DB52 /* EthereumKeystoreV3.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EthereumKeystoreV3.swift; sourceTree = ""; }; - 3AA815392276E44100F5DB52 /* PlainKeystore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PlainKeystore.swift; sourceTree = ""; }; - 3AA8153A2276E44100F5DB52 /* AbstractKeystore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AbstractKeystore.swift; sourceTree = ""; }; - 3AA8153D2276E44100F5DB52 /* BloomFilter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BloomFilter.swift; sourceTree = ""; }; - 3AA8153F2276E44100F5DB52 /* EthereumTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EthereumTransaction.swift; sourceTree = ""; }; - 3AA815412276E44100F5DB52 /* Web3+Wallet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Wallet.swift"; sourceTree = ""; }; - 3AA815422276E44100F5DB52 /* Web3+BrowserFunctions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+BrowserFunctions.swift"; sourceTree = ""; }; - 3AA815442276E44100F5DB52 /* ABIDecoding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ABIDecoding.swift; sourceTree = ""; }; - 3AA815452276E44100F5DB52 /* ABIElements.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ABIElements.swift; sourceTree = ""; }; - 3AA815462276E44100F5DB52 /* ABITypeParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ABITypeParser.swift; sourceTree = ""; }; - 3AA815472276E44100F5DB52 /* ABIParameterTypes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ABIParameterTypes.swift; sourceTree = ""; }; - 3AA815482276E44100F5DB52 /* ABI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ABI.swift; sourceTree = ""; }; - 3AA815492276E44100F5DB52 /* ABIEncoding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ABIEncoding.swift; sourceTree = ""; }; - 3AA8154A2276E44100F5DB52 /* ABIParsing.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ABIParsing.swift; sourceTree = ""; }; - 3AA8154C2276E44100F5DB52 /* RLP.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RLP.swift; sourceTree = ""; }; - 3AA8154E2276E44100F5DB52 /* Web3+HttpProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+HttpProvider.swift"; sourceTree = ""; }; - 3AA8154F2276E44100F5DB52 /* Web3.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Web3.swift; sourceTree = ""; }; - 3AA815502276E44100F5DB52 /* Web3+InfuraProviders.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+InfuraProviders.swift"; sourceTree = ""; }; - 3AA815512276E44100F5DB52 /* Web3+Personal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Personal.swift"; sourceTree = ""; }; - 3AA815522276E44100F5DB52 /* Web3+Eventloop.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Eventloop.swift"; sourceTree = ""; }; - 3AA815532276E44100F5DB52 /* Web3+Eth+Websocket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Eth+Websocket.swift"; sourceTree = ""; }; - 3AA815542276E44100F5DB52 /* Web3+Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Utils.swift"; sourceTree = ""; }; - 3AA815552276E44100F5DB52 /* Web3+MutatingTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+MutatingTransaction.swift"; sourceTree = ""; }; - 3AA815562276E44100F5DB52 /* Web3+JSONRPC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+JSONRPC.swift"; sourceTree = ""; }; - 3AA815572276E44100F5DB52 /* Web3+Instance.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Instance.swift"; sourceTree = ""; }; - 3AA815582276E44100F5DB52 /* Web3+Contract.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Contract.swift"; sourceTree = ""; }; - 3AA815592276E44100F5DB52 /* Web3+EventParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+EventParser.swift"; sourceTree = ""; }; - 3AA8155A2276E44100F5DB52 /* Web3+ReadingTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ReadingTransaction.swift"; sourceTree = ""; }; - 3AA8155B2276E44100F5DB52 /* Web3+Protocols.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Protocols.swift"; sourceTree = ""; }; - 3AA8155C2276E44100F5DB52 /* Web3+WebsocketProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+WebsocketProvider.swift"; sourceTree = ""; }; - 3AA8155D2276E44100F5DB52 /* Web3+Methods.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Methods.swift"; sourceTree = ""; }; - 3AA8155E2276E44100F5DB52 /* Web3+Eth.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Eth.swift"; sourceTree = ""; }; - 3AA8155F2276E44100F5DB52 /* Web3+TxPool.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+TxPool.swift"; sourceTree = ""; }; - 3AA815602276E44100F5DB52 /* Web3+Structures.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Structures.swift"; sourceTree = ""; }; - 3AA815612276E44100F5DB52 /* Web3+Options.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Options.swift"; sourceTree = ""; }; - 3AA815632276E44100F5DB52 /* RIPEMD160+StackOveflow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RIPEMD160+StackOveflow.swift"; sourceTree = ""; }; - 3AA815642276E44100F5DB52 /* BigUInt+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "BigUInt+Extensions.swift"; sourceTree = ""; }; - 3AA815652276E44100F5DB52 /* CryptoExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CryptoExtensions.swift; sourceTree = ""; }; - 3AA815662276E44100F5DB52 /* String+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Extension.swift"; sourceTree = ""; }; - 3AA815672276E44100F5DB52 /* NSRegularExpressionExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSRegularExpressionExtension.swift; sourceTree = ""; }; - 3AA815682276E44100F5DB52 /* Dictionary+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Dictionary+Extension.swift"; sourceTree = ""; }; - 3AA815692276E44100F5DB52 /* Data+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Data+Extension.swift"; sourceTree = ""; }; - 3AA8156A2276E44100F5DB52 /* NativeTypesEncoding+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NativeTypesEncoding+Extensions.swift"; sourceTree = ""; }; - 3AA8156B2276E44100F5DB52 /* Base58.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Base58.swift; sourceTree = ""; }; - 3AA8156C2276E44100F5DB52 /* Array+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+Extension.swift"; sourceTree = ""; }; - 3AA8156E2276E44100F5DB52 /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = ""; }; - 3AA8156F2276E44100F5DB52 /* EthereumAddress.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EthereumAddress.swift; sourceTree = ""; }; - 3AA815712276E44100F5DB52 /* Promise+Web3+Eth+GetBlockNumber.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+GetBlockNumber.swift"; sourceTree = ""; }; - 3AA815722276E44100F5DB52 /* Promise+Web3+Personal+Sign.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Personal+Sign.swift"; sourceTree = ""; }; - 3AA815732276E44100F5DB52 /* Promise+Web3+Eth+GetGasPrice.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+GetGasPrice.swift"; sourceTree = ""; }; - 3AA815742276E44100F5DB52 /* Promise+Web3+Eth+GetBlockByHash.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+GetBlockByHash.swift"; sourceTree = ""; }; - 3AA815752276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionDetails.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+GetTransactionDetails.swift"; sourceTree = ""; }; - 3AA815772276E44100F5DB52 /* Promise+Web3+Eth+SendTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+SendTransaction.swift"; sourceTree = ""; }; - 3AA815782276E44100F5DB52 /* Promise+Web3+Eth+GetBalance.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+GetBalance.swift"; sourceTree = ""; }; - 3AA8157A2276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionReceipt.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+GetTransactionReceipt.swift"; sourceTree = ""; }; - 3AA8157B2276E44100F5DB52 /* Promise+Web3+Eth+EstimateGas.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+EstimateGas.swift"; sourceTree = ""; }; - 3AA8157C2276E44100F5DB52 /* Promise+Web3+Eth+GetBlockByNumber.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+GetBlockByNumber.swift"; sourceTree = ""; }; - 3AA8157D2276E44100F5DB52 /* Promise+Web3+Eth+SendRawTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+SendRawTransaction.swift"; sourceTree = ""; }; - 3AA8157E2276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionCount.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+GetTransactionCount.swift"; sourceTree = ""; }; - 3AA815802276E44100F5DB52 /* Promise+Web3+TxPool.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+TxPool.swift"; sourceTree = ""; }; - 3AA815812276E44100F5DB52 /* Promise+Web3+Eth+GetAccounts.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+GetAccounts.swift"; sourceTree = ""; }; - 3AA815822276E44100F5DB52 /* Promise+Web3+Personal+UnlockAccount.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Personal+UnlockAccount.swift"; sourceTree = ""; }; - 3AA815832276E44100F5DB52 /* Promise+Web3+Personal+CreateAccount.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Personal+CreateAccount.swift"; sourceTree = ""; }; - 3AA815842276E44100F5DB52 /* Promise+Web3+Eth+Call.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+Call.swift"; sourceTree = ""; }; - 3AA815872276E44100F5DB52 /* Web3+ERC820.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC820.swift"; sourceTree = ""; }; - 3AA815892276E44100F5DB52 /* Web3+ERC721x.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC721x.swift"; sourceTree = ""; }; - 3AA8158B2276E44100F5DB52 /* Web3+ERC888.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC888.swift"; sourceTree = ""; }; - 3AA8158D2276E44100F5DB52 /* Web3+ERC1376.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1376.swift"; sourceTree = ""; }; - 3AA8158F2276E44100F5DB52 /* Web3+ERC1633.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1633.swift"; sourceTree = ""; }; - 3AA815912276E44100F5DB52 /* Web3+ERC20.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC20.swift"; sourceTree = ""; }; - 3AA815932276E44100F5DB52 /* Web3+ERC1400.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1400.swift"; sourceTree = ""; }; - 3AA815952276E44100F5DB52 /* Web3+SecurityToken.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+SecurityToken.swift"; sourceTree = ""; }; - 3AA815962276E44100F5DB52 /* Web3+ST20.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ST20.swift"; sourceTree = ""; }; - 3AA815982276E44100F5DB52 /* Web3+ERC1643.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1643.swift"; sourceTree = ""; }; - 3AA8159A2276E44100F5DB52 /* Web3+ERC1644.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1644.swift"; sourceTree = ""; }; - 3AA8159C2276E44100F5DB52 /* Web3+ERC777.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC777.swift"; sourceTree = ""; }; - 3AA8159E2276E44100F5DB52 /* Web3+ERC1594.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1594.swift"; sourceTree = ""; }; - 3AA815A02276E44100F5DB52 /* Web3+ERC165.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC165.swift"; sourceTree = ""; }; - 3AA815A22276E44100F5DB52 /* Web3+ERC1410.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1410.swift"; sourceTree = ""; }; - 3AA815A42276E44100F5DB52 /* Web3+ERC721.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC721.swift"; sourceTree = ""; }; - 3AA815A62276E44100F5DB52 /* Web3+ERC1155.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+ERC1155.swift"; sourceTree = ""; }; - 3AA816392276E4AE00F5DB52 /* SECP256k1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SECP256k1.swift; sourceTree = ""; }; - 3AA8163C2276E56D00F5DB52 /* web3swift 2.0 Migration Guide.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "web3swift 2.0 Migration Guide.md"; sourceTree = ""; }; - 3AA8163D2276E56D00F5DB52 /* Usage.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Usage.md; sourceTree = ""; }; - 3AA8163E2276E5A800F5DB52 /* web3swift-logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "web3swift-logo.png"; sourceTree = ""; }; - 3AA8163F2276E5A800F5DB52 /* LICENSE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = ""; }; - 3AA816402276E5A800F5DB52 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = ""; }; - 3AA816412276E5A900F5DB52 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 3AEF4ABE22C0B6BE00AC7929 /* Web3+Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+Constants.swift"; sourceTree = ""; }; - 4E2DFEF325485B53001AF561 /* KeystoreParams.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeystoreParams.swift; sourceTree = ""; }; - 5C26D89D27F3724600431EB0 /* Web3+EIP1559.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+EIP1559.swift"; sourceTree = ""; }; - 5C26D89F27F3725500431EB0 /* EIP1559BlockTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP1559BlockTests.swift; sourceTree = ""; }; - 5C26D8A127F5AC0300431EB0 /* Web3+GasOracle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+GasOracle.swift"; sourceTree = ""; }; - 5CC0333328023387006AD710 /* RemoteParsingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RemoteParsingTests.swift; sourceTree = ""; }; - 5CC0333428023387006AD710 /* ENSTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENSTests.swift; sourceTree = ""; }; - 5CC0333528023387006AD710 /* ST20AndSecurityTokenTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ST20AndSecurityTokenTests.swift; sourceTree = ""; }; - 5CC0333628023387006AD710 /* WebsocketTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebsocketTests.swift; sourceTree = ""; }; - 5CC0333D28034CED006AD710 /* InfuraTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InfuraTests.swift; sourceTree = ""; }; - 5CC0334128043805006AD710 /* GasOracleTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GasOracleTests.swift; sourceTree = ""; }; - 5CC033432804432F006AD710 /* Promise+Web3+Eth+FeeHistory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Promise+Web3+Eth+FeeHistory.swift"; sourceTree = ""; }; - 5CDEF972275A74590004A2F2 /* web3swift.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = web3swift.xctestplan; path = Tests/web3swiftTests/web3swift.xctestplan; sourceTree = SOURCE_ROOT; }; - 5CDEF973275A74670004A2F2 /* LocalTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = LocalTests.xctestplan; sourceTree = ""; }; - 5CDEF974275A747B0004A2F2 /* RemoteTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = RemoteTests.xctestplan; sourceTree = ""; }; - 5CF7E891276B79270009900F /* web3swiftEIP681Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftEIP681Tests.swift; sourceTree = ""; }; - 5CF7E892276B79270009900F /* web3swiftPersonalSignatureTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftPersonalSignatureTests.swift; sourceTree = ""; }; - 5CF7E893276B79270009900F /* web3swiftTransactionsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftTransactionsTests.swift; sourceTree = ""; }; - 5CF7E894276B79270009900F /* web3swiftKeystoresTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftKeystoresTests.swift; sourceTree = ""; }; - 5CF7E895276B79270009900F /* web3swiftHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftHelpers.swift; sourceTree = ""; }; - 5CF7E896276B79270009900F /* web3swiftRLPTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftRLPTests.swift; sourceTree = ""; }; - 5CF7E897276B79270009900F /* web3swiftERC20Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftERC20Tests.swift; sourceTree = ""; }; - 5CF7E898276B79270009900F /* web3swiftERC20ClassTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftERC20ClassTests.swift; sourceTree = ""; }; - 5CF7E899276B79280009900F /* web3swiftNumberFormattingUtilTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftNumberFormattingUtilTests.swift; sourceTree = ""; }; - 5CF7E89A276B79280009900F /* web3swiftTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftTests.swift; sourceTree = ""; }; - 5CF7E89B276B79280009900F /* web3swiftObjCTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftObjCTests.swift; sourceTree = ""; }; - 5CF7E89C276B79280009900F /* web3swiftBasicLocalNodeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftBasicLocalNodeTests.swift; sourceTree = ""; }; - 5CF7E89D276B79280009900F /* web3swiftPromisesTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftPromisesTests.swift; sourceTree = ""; }; - 5CF7E89E276B79280009900F /* web3swiftUserCases.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftUserCases.swift; sourceTree = ""; }; - 5CF7E89F276B79280009900F /* web3swiftEventloopTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftEventloopTests.swift; sourceTree = ""; }; - 5CF7E8A0276B79290009900F /* web3swiftAdvancedABIv2Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftAdvancedABIv2Tests.swift; sourceTree = ""; }; - 5CF7E8A1276B79290009900F /* web3swiftEIP67Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftEIP67Tests.swift; sourceTree = ""; }; - 6029BE712817A4A8006FA0DF /* LocalTestCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalTestCase.swift; sourceTree = ""; }; - 6049F409280616FC00DFE624 /* AbstractEnvelope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AbstractEnvelope.swift; sourceTree = ""; }; - 6049F40A280616FC00DFE624 /* EIP1559Envelope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP1559Envelope.swift; sourceTree = ""; }; - 6049F40B280616FC00DFE624 /* EIP2718Envelope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP2718Envelope.swift; sourceTree = ""; }; - 6049F40C280616FC00DFE624 /* EnvelopeFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnvelopeFactory.swift; sourceTree = ""; }; - 6049F40D280616FC00DFE624 /* EthereumParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EthereumParameters.swift; sourceTree = ""; }; - 6049F40E280616FC00DFE624 /* EIP2930Envelope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP2930Envelope.swift; sourceTree = ""; }; - 6049F40F280616FC00DFE624 /* LegacyEnvelope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LegacyEnvelope.swift; sourceTree = ""; }; - 6049F4172806171300DFE624 /* Web3+Signing.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Signing.swift"; sourceTree = ""; }; - 604FA4FE27ECBDC80021108F /* DataConversionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataConversionTests.swift; sourceTree = ""; }; - 60C1786D2809BA0C0083F064 /* EthereumMetadata.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EthereumMetadata.swift; sourceTree = ""; }; - CB50A52727060BD600D7E39B /* EIP712Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP712Tests.swift; sourceTree = ""; }; - CB50A52927060C5300D7E39B /* EIP712.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP712.swift; sourceTree = ""; }; - D606A56A279F5D59003643ED /* web3swiftDecodeSolidityErrorType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = web3swiftDecodeSolidityErrorType.swift; sourceTree = ""; }; - D6A3D9B727F1E785009E3BCF /* ABIEncoderSoliditySha3Test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ABIEncoderSoliditySha3Test.swift; sourceTree = ""; }; - E22A911E241ED71A00EC1021 /* browser.min.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = browser.min.js; sourceTree = ""; }; - E2B7670F241ED479007EBFE3 /* browser.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = browser.js; sourceTree = ""; }; - E2EDC5E9241EDE3600410EA6 /* BrowserViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowserViewController.swift; sourceTree = ""; }; - E2EDC5EB241EE18700410EA6 /* wk.bridge.min.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = wk.bridge.min.js; sourceTree = ""; }; - E2EDC5ED241EE1E600410EA6 /* Bridge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bridge.swift; sourceTree = ""; }; - F5213FEF2673849600EBDC50 /* CryptoSwift.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = CryptoSwift.xcframework; path = Carthage/Build/CryptoSwift.xcframework; sourceTree = ""; }; - F5213FF02673849600EBDC50 /* BigInt.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = BigInt.xcframework; path = Carthage/Build/BigInt.xcframework; sourceTree = ""; }; - F5213FF22673849600EBDC50 /* SipHash.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SipHash.xcframework; path = Carthage/Build/SipHash.xcframework; sourceTree = ""; }; - F5213FF32673849600EBDC50 /* Starscream.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = Starscream.xcframework; path = Carthage/Build/Starscream.xcframework; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 1317BCE0218C50D100D6D095 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F5213FFA2673849600EBDC50 /* SipHash.xcframework in Frameworks */, - F5213FF62673849600EBDC50 /* BigInt.xcframework in Frameworks */, - F5213FF42673849600EBDC50 /* CryptoSwift.xcframework in Frameworks */, - F5213FFC2673849600EBDC50 /* Starscream.xcframework in Frameworks */, - 13C3392821B6C68900F33F5E /* secp256k1.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 139751B4219AF76D0044D2B0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4E28AF5725258CE20065EE44 /* web3swift.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13C3388B21B6C2DD00F33F5E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F5213FF72673849600EBDC50 /* BigInt.xcframework in Frameworks */, - F5213FF52673849600EBDC50 /* CryptoSwift.xcframework in Frameworks */, - F5213FFB2673849600EBDC50 /* SipHash.xcframework in Frameworks */, - F5213FFD2673849600EBDC50 /* Starscream.xcframework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 1317404621BE96D300208B8F /* web3swiftTests */ = { - isa = PBXGroup; - children = ( - 5CDEF972275A74590004A2F2 /* web3swift.xctestplan */, - E252E68126B542D000717C16 /* localTests */, - E252E68026B40C1600717C16 /* remoteTests */, - ); - path = web3swiftTests; - sourceTree = ""; - }; - 1317BCD9218C50D100D6D095 = { - isa = PBXGroup; - children = ( - 3AA8163B2276E4C900F5DB52 /* Documentation */, - 1317BE22218C8A9E00D6D095 /* Cartfile */, - 1317BE24218C8A9E00D6D095 /* Package.swift */, - 3AA816402276E5A800F5DB52 /* CHANGELOG.md */, - 3AA8163F2276E5A800F5DB52 /* LICENSE.md */, - 3AA816412276E5A900F5DB52 /* README.md */, - 3AA8163E2276E5A800F5DB52 /* web3swift-logo.png */, - 1317BE27218C8A9F00D6D095 /* web3swift.podspec */, - 1317BCFD218C526300D6D095 /* Sources */, - 1317BDD2218C526C00D6D095 /* Tests */, - 1317BCE4218C50D100D6D095 /* Products */, - 13C3392721B6C68900F33F5E /* Frameworks */, - ); - sourceTree = ""; - }; - 1317BCE4218C50D100D6D095 /* Products */ = { - isa = PBXGroup; - children = ( - 1317BCE3218C50D100D6D095 /* web3swift.framework */, - 139751B7219AF76D0044D2B0 /* Tests.xctest */, - 13C3388E21B6C2DD00F33F5E /* secp256k1.framework */, - ); - name = Products; - sourceTree = ""; - }; - 1317BCFD218C526300D6D095 /* Sources */ = { - isa = PBXGroup; - children = ( - 3AA815152276E3FF00F5DB52 /* web3swift */, - 13C3385821B6C26900F33F5E /* secp256k1 */, - ); - path = Sources; - sourceTree = ""; - }; - 1317BDD2218C526C00D6D095 /* Tests */ = { - isa = PBXGroup; - children = ( - 1317404621BE96D300208B8F /* web3swiftTests */, - ); - path = Tests; - sourceTree = ""; - }; - 13C3385821B6C26900F33F5E /* secp256k1 */ = { - isa = PBXGroup; - children = ( - 13C338E821B6C62300F33F5E /* secp256k1.c */, - 13C338CD21B6C62200F33F5E /* basic-config.h */, - 13C338F021B6C62400F33F5E /* ecdh_impl.h */, - 13C338F521B6C62400F33F5E /* ecdsa_impl.h */, - 13C338CF21B6C62200F33F5E /* ecdsa.h */, - 13C338D421B6C62200F33F5E /* eckey_impl.h */, - 13C338D721B6C62200F33F5E /* eckey.h */, - 13C338D521B6C62200F33F5E /* ecmult_const_impl.h */, - 13C338D821B6C62200F33F5E /* ecmult_const.h */, - 13C338D221B6C62200F33F5E /* ecmult_gen_impl.h */, - 13C338D621B6C62200F33F5E /* ecmult_gen.h */, - 13C338CB21B6C62200F33F5E /* ecmult_impl.h */, - 13C338EF21B6C62400F33F5E /* ecmult.h */, - 13C338F221B6C62400F33F5E /* field_5x52_asm_impl.h */, - 13C338E121B6C62300F33F5E /* field_5x52_impl.h */, - 13C338EB21B6C62300F33F5E /* field_5x52_int128_impl.h */, - 13C338D921B6C62200F33F5E /* field_5x52.h */, - 13C338E921B6C62300F33F5E /* field_10x26_impl.h */, - 13C338C921B6C62200F33F5E /* field_10x26.h */, - 13C338D121B6C62200F33F5E /* field_impl.h */, - 13C338CC21B6C62200F33F5E /* field.h */, - 13C338EC21B6C62300F33F5E /* group_impl.h */, - 13C338D321B6C62200F33F5E /* group.h */, - 13C338CE21B6C62200F33F5E /* hash_impl.h */, - 13C338C821B6C62200F33F5E /* hash.h */, - 13C338F121B6C62400F33F5E /* num_gmp_impl.h */, - 13C338E221B6C62300F33F5E /* num_gmp.h */, - 13C338DE21B6C62200F33F5E /* num_impl.h */, - 13C338DF21B6C62300F33F5E /* num.h */, - 13C338E021B6C62300F33F5E /* recovery_impl.h */, - 13C338E321B6C62300F33F5E /* scalar_4x64_impl.h */, - 13C338D021B6C62200F33F5E /* scalar_4x64.h */, - 13C338EA21B6C62300F33F5E /* scalar_8x32_impl.h */, - 13C338F421B6C62400F33F5E /* scalar_8x32.h */, - 13C338E421B6C62300F33F5E /* scalar_impl.h */, - 13C338E521B6C62300F33F5E /* scalar_low_impl.h */, - 13C338ED21B6C62300F33F5E /* scalar_low.h */, - 13C338CA21B6C62200F33F5E /* scalar.h */, - 13C338E621B6C62300F33F5E /* scratch_impl.h */, - 13C338F721B6C62400F33F5E /* scratch.h */, - 13C338F621B6C62400F33F5E /* secp256k1_ec_mult_static_context.h */, - 13C338F321B6C62400F33F5E /* secp256k1_main.h */, - 13C338E721B6C62300F33F5E /* secp256k1-config.h */, - 13C338EE21B6C62300F33F5E /* util.h */, - 13C338DA21B6C62200F33F5E /* include */, - ); - path = secp256k1; - sourceTree = ""; - }; - 13C338DA21B6C62200F33F5E /* include */ = { - isa = PBXGroup; - children = ( - 13C338DD21B6C62200F33F5E /* secp256k1.h */, - ); - path = include; - sourceTree = ""; - }; - 13C3392721B6C68900F33F5E /* Frameworks */ = { - isa = PBXGroup; - children = ( - F5213FF02673849600EBDC50 /* BigInt.xcframework */, - F5213FEF2673849600EBDC50 /* CryptoSwift.xcframework */, - F5213FF22673849600EBDC50 /* SipHash.xcframework */, - F5213FF32673849600EBDC50 /* Starscream.xcframework */, - 13A8D5BD21B9296B00469740 /* CoreImage.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 3AA815152276E3FF00F5DB52 /* web3swift */ = { - isa = PBXGroup; - children = ( - E2B7670E241ED424007EBFE3 /* Browser */, - 3AA815162276E42F00F5DB52 /* Contract */, - 3AA815622276E44100F5DB52 /* Convenience */, - 3AA815432276E44100F5DB52 /* EthereumABI */, - 3AA8156D2276E44100F5DB52 /* EthereumAddress */, - 3AA815402276E44100F5DB52 /* HookedFunctions */, - 3AA815302276E44100F5DB52 /* KeystoreManager */, - 3AA815702276E44100F5DB52 /* Promises */, - 3AA8154B2276E44100F5DB52 /* SwiftRLP */, - 3AA815852276E44100F5DB52 /* Tokens */, - 3AA8153C2276E44100F5DB52 /* Transaction */, - 3AA815212276E44100F5DB52 /* Utils */, - 3AA8154D2276E44100F5DB52 /* Web3 */, - ); - path = web3swift; - sourceTree = ""; - }; - 3AA815162276E42F00F5DB52 /* Contract */ = { - isa = PBXGroup; - children = ( - 3AA815172276E42F00F5DB52 /* EventFiltering.swift */, - 3AA815182276E42F00F5DB52 /* ComparisonExtensions.swift */, - 3AA815192276E42F00F5DB52 /* EthereumFilterEncodingExtensions.swift */, - 3AA8151A2276E42F00F5DB52 /* EthereumContract.swift */, - 3AA8151B2276E42F00F5DB52 /* ContractProtocol.swift */, - ); - path = Contract; - sourceTree = ""; - }; - 3AA815212276E44100F5DB52 /* Utils */ = { - isa = PBXGroup; - children = ( - 3AA815222276E44100F5DB52 /* ENS */, - 3AA8152B2276E44100F5DB52 /* Hooks */, - 3AA8152D2276E44100F5DB52 /* EIP */, - ); - path = Utils; - sourceTree = ""; - }; - 3AA815222276E44100F5DB52 /* ENS */ = { - isa = PBXGroup; - children = ( - 3AA815232276E44100F5DB52 /* ENS.swift */, - 3AA815242276E44100F5DB52 /* PublicKey.swift */, - 3AA815252276E44100F5DB52 /* ENSReverseRegistrar.swift */, - 3AA815262276E44100F5DB52 /* ENSBaseRegistrar.swift */, - 3AA815272276E44100F5DB52 /* ETHRegistrarController.swift */, - 3AA815282276E44100F5DB52 /* NameHash.swift */, - 3AA815292276E44100F5DB52 /* ENSRegistry.swift */, - 3AA8152A2276E44100F5DB52 /* ENSResolver.swift */, - ); - path = ENS; - sourceTree = ""; - }; - 3AA8152B2276E44100F5DB52 /* Hooks */ = { - isa = PBXGroup; - children = ( - 3AA8152C2276E44100F5DB52 /* NonceMiddleware.swift */, - ); - path = Hooks; - sourceTree = ""; - }; - 3AA8152D2276E44100F5DB52 /* EIP */ = { - isa = PBXGroup; - children = ( - 3AA8152E2276E44100F5DB52 /* EIP67Code.swift */, - 3AA8152F2276E44100F5DB52 /* EIP681.swift */, - CB50A52927060C5300D7E39B /* EIP712.swift */, - ); - path = EIP; - sourceTree = ""; - }; - 3AA815302276E44100F5DB52 /* KeystoreManager */ = { - isa = PBXGroup; - children = ( - 4E2DFEF325485B53001AF561 /* KeystoreParams.swift */, - 2AC22E352525C2000072F037 /* PathAddressStorage.swift */, - 3AA815312276E44100F5DB52 /* KeystoreManager.swift */, - 3AA815322276E44100F5DB52 /* IBAN.swift */, - 3AA815332276E44100F5DB52 /* BIP39.swift */, - 3AA815342276E44100F5DB52 /* BIP32HDNode.swift */, - 3AA815352276E44100F5DB52 /* BIP39+WordLists.swift */, - 3AA815362276E44100F5DB52 /* BIP32Keystore.swift */, - 3AA815372276E44100F5DB52 /* EthereumKeystoreV3.swift */, - 3AA815392276E44100F5DB52 /* PlainKeystore.swift */, - 3AA8153A2276E44100F5DB52 /* AbstractKeystore.swift */, - ); - path = KeystoreManager; - sourceTree = ""; - }; - 3AA8153C2276E44100F5DB52 /* Transaction */ = { - isa = PBXGroup; - children = ( - 6049F409280616FC00DFE624 /* AbstractEnvelope.swift */, - 6049F40A280616FC00DFE624 /* EIP1559Envelope.swift */, - 6049F40B280616FC00DFE624 /* EIP2718Envelope.swift */, - 6049F40E280616FC00DFE624 /* EIP2930Envelope.swift */, - 6049F40C280616FC00DFE624 /* EnvelopeFactory.swift */, - 6049F40D280616FC00DFE624 /* EthereumParameters.swift */, - 6049F40F280616FC00DFE624 /* LegacyEnvelope.swift */, - 3AA8153D2276E44100F5DB52 /* BloomFilter.swift */, - 3AA8153F2276E44100F5DB52 /* EthereumTransaction.swift */, - 60C1786D2809BA0C0083F064 /* EthereumMetadata.swift */, - ); - path = Transaction; - sourceTree = ""; - }; - 3AA815402276E44100F5DB52 /* HookedFunctions */ = { - isa = PBXGroup; - children = ( - 3AA815412276E44100F5DB52 /* Web3+Wallet.swift */, - 3AA815422276E44100F5DB52 /* Web3+BrowserFunctions.swift */, - ); - path = HookedFunctions; - sourceTree = ""; - }; - 3AA815432276E44100F5DB52 /* EthereumABI */ = { - isa = PBXGroup; - children = ( - 3AA815442276E44100F5DB52 /* ABIDecoding.swift */, - 3AA815452276E44100F5DB52 /* ABIElements.swift */, - 3AA815462276E44100F5DB52 /* ABITypeParser.swift */, - 3AA815472276E44100F5DB52 /* ABIParameterTypes.swift */, - 3AA815482276E44100F5DB52 /* ABI.swift */, - 3AA815492276E44100F5DB52 /* ABIEncoding.swift */, - 3AA8154A2276E44100F5DB52 /* ABIParsing.swift */, - ); - path = EthereumABI; - sourceTree = ""; - }; - 3AA8154B2276E44100F5DB52 /* SwiftRLP */ = { - isa = PBXGroup; - children = ( - 3AA8154C2276E44100F5DB52 /* RLP.swift */, - ); - path = SwiftRLP; - sourceTree = ""; - }; - 3AA8154D2276E44100F5DB52 /* Web3 */ = { - isa = PBXGroup; - children = ( - 6049F4172806171300DFE624 /* Web3+Signing.swift */, - 5C26D89D27F3724600431EB0 /* Web3+EIP1559.swift */, - 5C26D8A127F5AC0300431EB0 /* Web3+GasOracle.swift */, - 3AA8154E2276E44100F5DB52 /* Web3+HttpProvider.swift */, - 3AA8154F2276E44100F5DB52 /* Web3.swift */, - 3AA815502276E44100F5DB52 /* Web3+InfuraProviders.swift */, - 3AA815512276E44100F5DB52 /* Web3+Personal.swift */, - 3AA815522276E44100F5DB52 /* Web3+Eventloop.swift */, - 3AA815532276E44100F5DB52 /* Web3+Eth+Websocket.swift */, - 3AA815542276E44100F5DB52 /* Web3+Utils.swift */, - 3AA815552276E44100F5DB52 /* Web3+MutatingTransaction.swift */, - 3AA815562276E44100F5DB52 /* Web3+JSONRPC.swift */, - 3AEF4ABE22C0B6BE00AC7929 /* Web3+Constants.swift */, - 3AA815572276E44100F5DB52 /* Web3+Instance.swift */, - 3AA815582276E44100F5DB52 /* Web3+Contract.swift */, - 3AA815592276E44100F5DB52 /* Web3+EventParser.swift */, - 3AA8155A2276E44100F5DB52 /* Web3+ReadingTransaction.swift */, - 3AA8155B2276E44100F5DB52 /* Web3+Protocols.swift */, - 3AA8155C2276E44100F5DB52 /* Web3+WebsocketProvider.swift */, - 3AA8155D2276E44100F5DB52 /* Web3+Methods.swift */, - 3AA8155E2276E44100F5DB52 /* Web3+Eth.swift */, - 3AA8155F2276E44100F5DB52 /* Web3+TxPool.swift */, - 3AA815602276E44100F5DB52 /* Web3+Structures.swift */, - 3AA815612276E44100F5DB52 /* Web3+Options.swift */, - ); - path = Web3; - sourceTree = ""; - }; - 3AA815622276E44100F5DB52 /* Convenience */ = { - isa = PBXGroup; - children = ( - 3AA816392276E4AE00F5DB52 /* SECP256k1.swift */, - 3AA815632276E44100F5DB52 /* RIPEMD160+StackOveflow.swift */, - 3AA815642276E44100F5DB52 /* BigUInt+Extensions.swift */, - 3AA815652276E44100F5DB52 /* CryptoExtensions.swift */, - 3AA815662276E44100F5DB52 /* String+Extension.swift */, - 3A7EA35D2280EA9A005120C2 /* Encodable+Extensions.swift */, - 3A7EA35F2280EB27005120C2 /* Decodable+Extensions.swift */, - 3AA815672276E44100F5DB52 /* NSRegularExpressionExtension.swift */, - 3AA815682276E44100F5DB52 /* Dictionary+Extension.swift */, - 3AA815692276E44100F5DB52 /* Data+Extension.swift */, - 3AA8156A2276E44100F5DB52 /* NativeTypesEncoding+Extensions.swift */, - 3AA8156B2276E44100F5DB52 /* Base58.swift */, - 3AA8156C2276E44100F5DB52 /* Array+Extension.swift */, - ); - path = Convenience; - sourceTree = ""; - }; - 3AA8156D2276E44100F5DB52 /* EthereumAddress */ = { - isa = PBXGroup; - children = ( - 3AA8156E2276E44100F5DB52 /* Extensions.swift */, - 3AA8156F2276E44100F5DB52 /* EthereumAddress.swift */, - ); - path = EthereumAddress; - sourceTree = ""; - }; - 3AA815702276E44100F5DB52 /* Promises */ = { - isa = PBXGroup; - children = ( - 3AA815712276E44100F5DB52 /* Promise+Web3+Eth+GetBlockNumber.swift */, - 3AA815722276E44100F5DB52 /* Promise+Web3+Personal+Sign.swift */, - 3AA815732276E44100F5DB52 /* Promise+Web3+Eth+GetGasPrice.swift */, - 3AA815742276E44100F5DB52 /* Promise+Web3+Eth+GetBlockByHash.swift */, - 3AA815752276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionDetails.swift */, - 3AA815772276E44100F5DB52 /* Promise+Web3+Eth+SendTransaction.swift */, - 3AA815782276E44100F5DB52 /* Promise+Web3+Eth+GetBalance.swift */, - 3AA8157A2276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionReceipt.swift */, - 3AA8157B2276E44100F5DB52 /* Promise+Web3+Eth+EstimateGas.swift */, - 3AA8157C2276E44100F5DB52 /* Promise+Web3+Eth+GetBlockByNumber.swift */, - 3AA8157D2276E44100F5DB52 /* Promise+Web3+Eth+SendRawTransaction.swift */, - 3AA8157E2276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionCount.swift */, - 3AA815802276E44100F5DB52 /* Promise+Web3+TxPool.swift */, - 3AA815812276E44100F5DB52 /* Promise+Web3+Eth+GetAccounts.swift */, - 3AA815822276E44100F5DB52 /* Promise+Web3+Personal+UnlockAccount.swift */, - 3AA815832276E44100F5DB52 /* Promise+Web3+Personal+CreateAccount.swift */, - 3AA815842276E44100F5DB52 /* Promise+Web3+Eth+Call.swift */, - 5CC033432804432F006AD710 /* Promise+Web3+Eth+FeeHistory.swift */, - ); - path = Promises; - sourceTree = ""; - }; - 3AA815852276E44100F5DB52 /* Tokens */ = { - isa = PBXGroup; - children = ( - 3AA815862276E44100F5DB52 /* ERC820 */, - 3AA815882276E44100F5DB52 /* ERC721x */, - 3AA8158A2276E44100F5DB52 /* ERC888 */, - 3AA8158C2276E44100F5DB52 /* ERC1376 */, - 3AA8158E2276E44100F5DB52 /* ERC1633 */, - 3AA815902276E44100F5DB52 /* ERC20 */, - 3AA815922276E44100F5DB52 /* ERC1400 */, - 3AA815942276E44100F5DB52 /* ST20 */, - 3AA815972276E44100F5DB52 /* ERC1643 */, - 3AA815992276E44100F5DB52 /* ERC1644 */, - 3AA8159B2276E44100F5DB52 /* ERC777 */, - 3AA8159D2276E44100F5DB52 /* ERC1594 */, - 3AA8159F2276E44100F5DB52 /* ERC165 */, - 3AA815A12276E44100F5DB52 /* ERC1410 */, - 3AA815A32276E44100F5DB52 /* ERC721 */, - 3AA815A52276E44100F5DB52 /* ERC1155 */, - ); - path = Tokens; - sourceTree = ""; - }; - 3AA815862276E44100F5DB52 /* ERC820 */ = { - isa = PBXGroup; - children = ( - 3AA815872276E44100F5DB52 /* Web3+ERC820.swift */, - ); - path = ERC820; - sourceTree = ""; - }; - 3AA815882276E44100F5DB52 /* ERC721x */ = { - isa = PBXGroup; - children = ( - 3AA815892276E44100F5DB52 /* Web3+ERC721x.swift */, - ); - path = ERC721x; - sourceTree = ""; - }; - 3AA8158A2276E44100F5DB52 /* ERC888 */ = { - isa = PBXGroup; - children = ( - 3AA8158B2276E44100F5DB52 /* Web3+ERC888.swift */, - ); - path = ERC888; - sourceTree = ""; - }; - 3AA8158C2276E44100F5DB52 /* ERC1376 */ = { - isa = PBXGroup; - children = ( - 3AA8158D2276E44100F5DB52 /* Web3+ERC1376.swift */, - ); - path = ERC1376; - sourceTree = ""; - }; - 3AA8158E2276E44100F5DB52 /* ERC1633 */ = { - isa = PBXGroup; - children = ( - 3AA8158F2276E44100F5DB52 /* Web3+ERC1633.swift */, - ); - path = ERC1633; - sourceTree = ""; - }; - 3AA815902276E44100F5DB52 /* ERC20 */ = { - isa = PBXGroup; - children = ( - 3AA815912276E44100F5DB52 /* Web3+ERC20.swift */, - ); - path = ERC20; - sourceTree = ""; - }; - 3AA815922276E44100F5DB52 /* ERC1400 */ = { - isa = PBXGroup; - children = ( - 3AA815932276E44100F5DB52 /* Web3+ERC1400.swift */, - ); - path = ERC1400; - sourceTree = ""; - }; - 3AA815942276E44100F5DB52 /* ST20 */ = { - isa = PBXGroup; - children = ( - 3AA815952276E44100F5DB52 /* Web3+SecurityToken.swift */, - 3AA815962276E44100F5DB52 /* Web3+ST20.swift */, - ); - path = ST20; - sourceTree = ""; - }; - 3AA815972276E44100F5DB52 /* ERC1643 */ = { - isa = PBXGroup; - children = ( - 3AA815982276E44100F5DB52 /* Web3+ERC1643.swift */, - ); - path = ERC1643; - sourceTree = ""; - }; - 3AA815992276E44100F5DB52 /* ERC1644 */ = { - isa = PBXGroup; - children = ( - 3AA8159A2276E44100F5DB52 /* Web3+ERC1644.swift */, - ); - path = ERC1644; - sourceTree = ""; - }; - 3AA8159B2276E44100F5DB52 /* ERC777 */ = { - isa = PBXGroup; - children = ( - 3AA8159C2276E44100F5DB52 /* Web3+ERC777.swift */, - ); - path = ERC777; - sourceTree = ""; - }; - 3AA8159D2276E44100F5DB52 /* ERC1594 */ = { - isa = PBXGroup; - children = ( - 3AA8159E2276E44100F5DB52 /* Web3+ERC1594.swift */, - ); - path = ERC1594; - sourceTree = ""; - }; - 3AA8159F2276E44100F5DB52 /* ERC165 */ = { - isa = PBXGroup; - children = ( - 3AA815A02276E44100F5DB52 /* Web3+ERC165.swift */, - ); - path = ERC165; - sourceTree = ""; - }; - 3AA815A12276E44100F5DB52 /* ERC1410 */ = { - isa = PBXGroup; - children = ( - 3AA815A22276E44100F5DB52 /* Web3+ERC1410.swift */, - ); - path = ERC1410; - sourceTree = ""; - }; - 3AA815A32276E44100F5DB52 /* ERC721 */ = { - isa = PBXGroup; - children = ( - 3AA815A42276E44100F5DB52 /* Web3+ERC721.swift */, - ); - path = ERC721; - sourceTree = ""; - }; - 3AA815A52276E44100F5DB52 /* ERC1155 */ = { - isa = PBXGroup; - children = ( - 3AA815A62276E44100F5DB52 /* Web3+ERC1155.swift */, - ); - path = ERC1155; - sourceTree = ""; - }; - 3AA8163B2276E4C900F5DB52 /* Documentation */ = { - isa = PBXGroup; - children = ( - 3AA8163D2276E56D00F5DB52 /* Usage.md */, - 3AA8163C2276E56D00F5DB52 /* web3swift 2.0 Migration Guide.md */, - 13CE02B021FC846800CE7148 /* RELEASE_GUIDE.md */, - ); - path = Documentation; - sourceTree = ""; - }; - E252E68026B40C1600717C16 /* remoteTests */ = { - isa = PBXGroup; - children = ( - 5CC0334128043805006AD710 /* GasOracleTests.swift */, - 5CC0333428023387006AD710 /* ENSTests.swift */, - 5CC0333D28034CED006AD710 /* InfuraTests.swift */, - 5CC0333328023387006AD710 /* RemoteParsingTests.swift */, - 5CC0333528023387006AD710 /* ST20AndSecurityTokenTests.swift */, - 5CC0333628023387006AD710 /* WebsocketTests.swift */, - 5CDEF974275A747B0004A2F2 /* RemoteTests.xctestplan */, - ); - path = remoteTests; - sourceTree = ""; - }; - E252E68126B542D000717C16 /* localTests */ = { - isa = PBXGroup; - children = ( - 6029BE712817A4A8006FA0DF /* LocalTestCase.swift */, - 5C26D89F27F3725500431EB0 /* EIP1559BlockTests.swift */, - 604FA4FE27ECBDC80021108F /* DataConversionTests.swift */, - 5CF7E8A0276B79290009900F /* web3swiftAdvancedABIv2Tests.swift */, - 5CF7E89C276B79280009900F /* web3swiftBasicLocalNodeTests.swift */, - 5CF7E8A1276B79290009900F /* web3swiftEIP67Tests.swift */, - 5CF7E891276B79270009900F /* web3swiftEIP681Tests.swift */, - 5CF7E898276B79270009900F /* web3swiftERC20ClassTests.swift */, - 5CF7E897276B79270009900F /* web3swiftERC20Tests.swift */, - 5CF7E89F276B79280009900F /* web3swiftEventloopTests.swift */, - 5CF7E895276B79270009900F /* web3swiftHelpers.swift */, - 5CF7E894276B79270009900F /* web3swiftKeystoresTests.swift */, - 5CF7E899276B79280009900F /* web3swiftNumberFormattingUtilTests.swift */, - 5CF7E89B276B79280009900F /* web3swiftObjCTests.swift */, - 5CF7E892276B79270009900F /* web3swiftPersonalSignatureTests.swift */, - 5CF7E89D276B79280009900F /* web3swiftPromisesTests.swift */, - 5CF7E896276B79270009900F /* web3swiftRLPTests.swift */, - 5CF7E89A276B79280009900F /* web3swiftTests.swift */, - 5CF7E893276B79270009900F /* web3swiftTransactionsTests.swift */, - 5CF7E89E276B79280009900F /* web3swiftUserCases.swift */, - CB50A52727060BD600D7E39B /* EIP712Tests.swift */, - D6A3D9B727F1E785009E3BCF /* ABIEncoderSoliditySha3Test.swift */, - 5CDEF973275A74670004A2F2 /* LocalTests.xctestplan */, - D606A56A279F5D59003643ED /* web3swiftDecodeSolidityErrorType.swift */, - ); - path = localTests; - sourceTree = ""; - }; - E2B7670E241ED424007EBFE3 /* Browser */ = { - isa = PBXGroup; - children = ( - E2B7670F241ED479007EBFE3 /* browser.js */, - E22A911E241ED71A00EC1021 /* browser.min.js */, - E2EDC5E9241EDE3600410EA6 /* BrowserViewController.swift */, - E2EDC5EB241EE18700410EA6 /* wk.bridge.min.js */, - E2EDC5ED241EE1E600410EA6 /* Bridge.swift */, - ); - path = Browser; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 1317BCDE218C50D100D6D095 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13C3388921B6C2DD00F33F5E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 13C3391D21B6C62400F33F5E /* util.h in Headers */, - 13C3392521B6C62400F33F5E /* secp256k1_ec_mult_static_context.h in Headers */, - 13C3391021B6C62400F33F5E /* field_5x52_impl.h in Headers */, - 13C338F821B6C62400F33F5E /* hash.h in Headers */, - 13C3390821B6C62400F33F5E /* ecmult_const.h in Headers */, - 13C3390621B6C62400F33F5E /* ecmult_gen.h in Headers */, - 13C3391C21B6C62400F33F5E /* scalar_low.h in Headers */, - 13C338FE21B6C62400F33F5E /* hash_impl.h in Headers */, - 13C3392021B6C62400F33F5E /* num_gmp_impl.h in Headers */, - 13C3391E21B6C62400F33F5E /* ecmult.h in Headers */, - 13C3390F21B6C62400F33F5E /* recovery_impl.h in Headers */, - 13C338FC21B6C62400F33F5E /* field.h in Headers */, - 13C338FA21B6C62400F33F5E /* scalar.h in Headers */, - 13C3391321B6C62400F33F5E /* scalar_impl.h in Headers */, - 13C3391121B6C62400F33F5E /* num_gmp.h in Headers */, - 13C3392121B6C62400F33F5E /* field_5x52_asm_impl.h in Headers */, - 13C3390E21B6C62400F33F5E /* num.h in Headers */, - 13C3390021B6C62400F33F5E /* scalar_4x64.h in Headers */, - 13C3390121B6C62400F33F5E /* field_impl.h in Headers */, - 13C3390521B6C62400F33F5E /* ecmult_const_impl.h in Headers */, - 13C3390D21B6C62400F33F5E /* num_impl.h in Headers */, - 13C3390921B6C62400F33F5E /* field_5x52.h in Headers */, - 13C3391B21B6C62400F33F5E /* group_impl.h in Headers */, - 13C3390321B6C62400F33F5E /* group.h in Headers */, - 13C3390421B6C62400F33F5E /* eckey_impl.h in Headers */, - 13C3390221B6C62400F33F5E /* ecmult_gen_impl.h in Headers */, - 13C3392421B6C62400F33F5E /* ecdsa_impl.h in Headers */, - 13C3391221B6C62400F33F5E /* scalar_4x64_impl.h in Headers */, - 13C3391921B6C62400F33F5E /* scalar_8x32_impl.h in Headers */, - 13C338FD21B6C62400F33F5E /* basic-config.h in Headers */, - 13C338FF21B6C62400F33F5E /* ecdsa.h in Headers */, - 13C338FB21B6C62400F33F5E /* ecmult_impl.h in Headers */, - 13C3391421B6C62400F33F5E /* scalar_low_impl.h in Headers */, - 13C3390721B6C62400F33F5E /* eckey.h in Headers */, - 13C3391F21B6C62400F33F5E /* ecdh_impl.h in Headers */, - 13C338F921B6C62400F33F5E /* field_10x26.h in Headers */, - 13C3390C21B6C62400F33F5E /* secp256k1.h in Headers */, - 13C3391821B6C62400F33F5E /* field_10x26_impl.h in Headers */, - 13C3392221B6C62400F33F5E /* secp256k1_main.h in Headers */, - 13C3392621B6C62400F33F5E /* scratch.h in Headers */, - 13C3391621B6C62400F33F5E /* secp256k1-config.h in Headers */, - 13C3392321B6C62400F33F5E /* scalar_8x32.h in Headers */, - 13C3391521B6C62400F33F5E /* scratch_impl.h in Headers */, - 13C3391A21B6C62400F33F5E /* field_5x52_int128_impl.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 1317BCE2218C50D100D6D095 /* web3swift */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1317BCF7218C50D100D6D095 /* Build configuration list for PBXNativeTarget "web3swift" */; - buildPhases = ( - 1317BCDE218C50D100D6D095 /* Headers */, - 1317BCDF218C50D100D6D095 /* Sources */, - 1317BCE0218C50D100D6D095 /* Frameworks */, - 1317BCE1218C50D100D6D095 /* Resources */, - 1317BE04218C5D1B00D6D095 /* Carthage */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = web3swift; - productName = web3swift; - productReference = 1317BCE3218C50D100D6D095 /* web3swift.framework */; - productType = "com.apple.product-type.framework"; - }; - 139751B6219AF76D0044D2B0 /* Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 139751BC219AF76D0044D2B0 /* Build configuration list for PBXNativeTarget "Tests" */; - buildPhases = ( - 139751B3219AF76D0044D2B0 /* Sources */, - 139751B4219AF76D0044D2B0 /* Frameworks */, - 139751B5219AF76D0044D2B0 /* Resources */, - 139751F0219AFA500044D2B0 /* Carthage */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Tests; - productName = Tests; - productReference = 139751B7219AF76D0044D2B0 /* Tests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 13C3388D21B6C2DD00F33F5E /* secp256k1 */ = { - isa = PBXNativeTarget; - buildConfigurationList = 13C3389321B6C2DD00F33F5E /* Build configuration list for PBXNativeTarget "secp256k1" */; - buildPhases = ( - 13C3388921B6C2DD00F33F5E /* Headers */, - 13C3388A21B6C2DD00F33F5E /* Sources */, - 13C3388B21B6C2DD00F33F5E /* Frameworks */, - 13C3388C21B6C2DD00F33F5E /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = secp256k1; - productName = secp256k1; - productReference = 13C3388E21B6C2DD00F33F5E /* secp256k1.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 1317BCDA218C50D100D6D095 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1010; - LastUpgradeCheck = 1200; - ORGANIZATIONNAME = web3swift; - TargetAttributes = { - 1317BCE2218C50D100D6D095 = { - CreatedOnToolsVersion = 10.1; - }; - 139751B6219AF76D0044D2B0 = { - CreatedOnToolsVersion = 10.1; - LastSwiftMigration = 1020; - }; - 13C3388D21B6C2DD00F33F5E = { - CreatedOnToolsVersion = 10.1; - }; - }; - }; - buildConfigurationList = 1317BCDD218C50D100D6D095 /* Build configuration list for PBXProject "web3swift" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 1317BCD9218C50D100D6D095; - productRefGroup = 1317BCE4218C50D100D6D095 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 1317BCE2218C50D100D6D095 /* web3swift */, - 139751B6219AF76D0044D2B0 /* Tests */, - 13C3388D21B6C2DD00F33F5E /* secp256k1 */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 1317BCE1218C50D100D6D095 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E2B76710241ED479007EBFE3 /* browser.js in Resources */, - E2EDC5EC241EE18700410EA6 /* wk.bridge.min.js in Resources */, - E22A911F241ED71A00EC1021 /* browser.min.js in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 139751B5219AF76D0044D2B0 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13C3388C21B6C2DD00F33F5E /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 1317BE04218C5D1B00D6D095 /* Carthage */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = Carthage; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "carthage copy-frameworks\n"; - }; - 139751F0219AFA500044D2B0 /* Carthage */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = Carthage; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nfor path in $FRAMEWORK_SEARCH_PATHS\ndo\nif [ -d \"${path}/Dip.framework\" ] && [[ $path == *\"Carthage\"* ]]; then\nexport SCRIPT_INPUT_FILE_COUNT=1\nexport SCRIPT_INPUT_FILE_0=\"${path}/Dip.framework\"\n/usr/local/bin/carthage copy-frameworks\nbreak\nfi\ndone\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 1317BCDF218C50D100D6D095 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3AA815CF2276E44100F5DB52 /* Web3+Eth+Websocket.swift in Sources */, - 3A7EA35E2280EA9A005120C2 /* Encodable+Extensions.swift in Sources */, - 3AA815D22276E44100F5DB52 /* Web3+JSONRPC.swift in Sources */, - 3AA815E42276E44100F5DB52 /* Data+Extension.swift in Sources */, - 3AA815C62276E44100F5DB52 /* ABI.swift in Sources */, - 3AA815D02276E44100F5DB52 /* Web3+Utils.swift in Sources */, - 3AA815B82276E44100F5DB52 /* EthereumKeystoreV3.swift in Sources */, - 3AA815EB2276E44100F5DB52 /* Promise+Web3+Personal+Sign.swift in Sources */, - 3AA815E32276E44100F5DB52 /* Dictionary+Extension.swift in Sources */, - 3AA815D92276E44100F5DB52 /* Web3+Methods.swift in Sources */, - 3AA815EE2276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionDetails.swift in Sources */, - 3AA815A82276E44100F5DB52 /* PublicKey.swift in Sources */, - 3AA815D32276E44100F5DB52 /* Web3+Instance.swift in Sources */, - 3AA816062276E44100F5DB52 /* Web3+ST20.swift in Sources */, - 3AA815FA2276E44100F5DB52 /* Promise+Web3+Eth+GetAccounts.swift in Sources */, - 3AA815E72276E44100F5DB52 /* Array+Extension.swift in Sources */, - 3AEF4ABF22C0B6BE00AC7929 /* Web3+Constants.swift in Sources */, - 3AA815DD2276E44100F5DB52 /* Web3+Options.swift in Sources */, - 5C03EAB4274405D20052C66D /* EIP712.swift in Sources */, - 3AA815A92276E44100F5DB52 /* ENSReverseRegistrar.swift in Sources */, - 3AA8163A2276E4AE00F5DB52 /* SECP256k1.swift in Sources */, - 3AA8160D2276E44100F5DB52 /* Web3+ERC721.swift in Sources */, - 3AA815DC2276E44100F5DB52 /* Web3+Structures.swift in Sources */, - 6049F411280616FC00DFE624 /* EIP1559Envelope.swift in Sources */, - 3AA815AE2276E44100F5DB52 /* ENSResolver.swift in Sources */, - 3AA815BF2276E44100F5DB52 /* EthereumTransaction.swift in Sources */, - 3AA815D82276E44100F5DB52 /* Web3+WebsocketProvider.swift in Sources */, - 6049F410280616FC00DFE624 /* AbstractEnvelope.swift in Sources */, - 3AA815EA2276E44100F5DB52 /* Promise+Web3+Eth+GetBlockNumber.swift in Sources */, - 3AA815C72276E44100F5DB52 /* ABIEncoding.swift in Sources */, - 3AA815E12276E44100F5DB52 /* String+Extension.swift in Sources */, - 3AA815B02276E44100F5DB52 /* EIP67Code.swift in Sources */, - 3AA815BB2276E44100F5DB52 /* AbstractKeystore.swift in Sources */, - 3AA815B12276E44100F5DB52 /* EIP681.swift in Sources */, - 3AA815C82276E44100F5DB52 /* ABIParsing.swift in Sources */, - 3AA815202276E42F00F5DB52 /* ContractProtocol.swift in Sources */, - 3AA815F72276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionCount.swift in Sources */, - 4E2DFEF425485B53001AF561 /* KeystoreParams.swift in Sources */, - 3AA815C32276E44100F5DB52 /* ABIElements.swift in Sources */, - 3AA815B72276E44100F5DB52 /* BIP32Keystore.swift in Sources */, - 3AA815FD2276E44100F5DB52 /* Promise+Web3+Eth+Call.swift in Sources */, - 3AA815BD2276E44100F5DB52 /* BloomFilter.swift in Sources */, - 3AA815F62276E44100F5DB52 /* Promise+Web3+Eth+SendRawTransaction.swift in Sources */, - 3AA815FF2276E44100F5DB52 /* Web3+ERC721x.swift in Sources */, - 3AA815E52276E44100F5DB52 /* NativeTypesEncoding+Extensions.swift in Sources */, - 3AA815D12276E44100F5DB52 /* Web3+MutatingTransaction.swift in Sources */, - 3AA815CA2276E44100F5DB52 /* Web3+HttpProvider.swift in Sources */, - 3AA815D42276E44100F5DB52 /* Web3+Contract.swift in Sources */, - 3AA815CE2276E44100F5DB52 /* Web3+Eventloop.swift in Sources */, - 3AA815B42276E44100F5DB52 /* BIP39.swift in Sources */, - 3AA815E22276E44100F5DB52 /* NSRegularExpressionExtension.swift in Sources */, - 5C26D89E27F3724600431EB0 /* Web3+EIP1559.swift in Sources */, - 5CC033442804432F006AD710 /* Promise+Web3+Eth+FeeHistory.swift in Sources */, - 3AA815C12276E44100F5DB52 /* Web3+BrowserFunctions.swift in Sources */, - 3AA815E82276E44100F5DB52 /* Extensions.swift in Sources */, - 3AA815FE2276E44100F5DB52 /* Web3+ERC820.swift in Sources */, - 60C1786E2809BA0C0083F064 /* EthereumMetadata.swift in Sources */, - 3AA815DB2276E44100F5DB52 /* Web3+TxPool.swift in Sources */, - 3AA8160A2276E44100F5DB52 /* Web3+ERC1594.swift in Sources */, - 3AA815FB2276E44100F5DB52 /* Promise+Web3+Personal+UnlockAccount.swift in Sources */, - 3AA815AD2276E44100F5DB52 /* ENSRegistry.swift in Sources */, - 3AA815CD2276E44100F5DB52 /* Web3+Personal.swift in Sources */, - 3AA8151E2276E42F00F5DB52 /* EthereumFilterEncodingExtensions.swift in Sources */, - 5C26D8A227F5AC0300431EB0 /* Web3+GasOracle.swift in Sources */, - 3AA8151D2276E42F00F5DB52 /* ComparisonExtensions.swift in Sources */, - 3AA815AF2276E44100F5DB52 /* NonceMiddleware.swift in Sources */, - 3AA815E92276E44100F5DB52 /* EthereumAddress.swift in Sources */, - 3AA816072276E44100F5DB52 /* Web3+ERC1643.swift in Sources */, - 3AA815DA2276E44100F5DB52 /* Web3+Eth.swift in Sources */, - 3AA816082276E44100F5DB52 /* Web3+ERC1644.swift in Sources */, - 3AA815AB2276E44100F5DB52 /* ETHRegistrarController.swift in Sources */, - 3A7EA3602280EB27005120C2 /* Decodable+Extensions.swift in Sources */, - 3AA816022276E44100F5DB52 /* Web3+ERC1633.swift in Sources */, - 3AA815CB2276E44100F5DB52 /* Web3.swift in Sources */, - 3AA815B62276E44100F5DB52 /* BIP39+WordLists.swift in Sources */, - 3AA816032276E44100F5DB52 /* Web3+ERC20.swift in Sources */, - E2EDC5EA241EDE3600410EA6 /* BrowserViewController.swift in Sources */, - 6049F4182806171300DFE624 /* Web3+Signing.swift in Sources */, - 3AA8160C2276E44100F5DB52 /* Web3+ERC1410.swift in Sources */, - 3AA816042276E44100F5DB52 /* Web3+ERC1400.swift in Sources */, - 3AA815ED2276E44100F5DB52 /* Promise+Web3+Eth+GetBlockByHash.swift in Sources */, - 3AA815DF2276E44100F5DB52 /* BigUInt+Extensions.swift in Sources */, - 3AA815CC2276E44100F5DB52 /* Web3+InfuraProviders.swift in Sources */, - 3AA816092276E44100F5DB52 /* Web3+ERC777.swift in Sources */, - 3AA815F02276E44100F5DB52 /* Promise+Web3+Eth+SendTransaction.swift in Sources */, - 3AA815B22276E44100F5DB52 /* KeystoreManager.swift in Sources */, - 3AA815F52276E44100F5DB52 /* Promise+Web3+Eth+GetBlockByNumber.swift in Sources */, - 3AA8160E2276E44100F5DB52 /* Web3+ERC1155.swift in Sources */, - 3AA815F42276E44100F5DB52 /* Promise+Web3+Eth+EstimateGas.swift in Sources */, - 3AA815C52276E44100F5DB52 /* ABIParameterTypes.swift in Sources */, - 3AA815C22276E44100F5DB52 /* ABIDecoding.swift in Sources */, - 3AA815EC2276E44100F5DB52 /* Promise+Web3+Eth+GetGasPrice.swift in Sources */, - 3AA815AA2276E44100F5DB52 /* ENSBaseRegistrar.swift in Sources */, - 3AA815B52276E44100F5DB52 /* BIP32HDNode.swift in Sources */, - 3AA815D72276E44100F5DB52 /* Web3+Protocols.swift in Sources */, - 6049F412280616FC00DFE624 /* EIP2718Envelope.swift in Sources */, - 3AA815FC2276E44100F5DB52 /* Promise+Web3+Personal+CreateAccount.swift in Sources */, - 6049F414280616FC00DFE624 /* EthereumParameters.swift in Sources */, - 3AA8160B2276E44100F5DB52 /* Web3+ERC165.swift in Sources */, - 6049F413280616FC00DFE624 /* EnvelopeFactory.swift in Sources */, - 3AA815E62276E44100F5DB52 /* Base58.swift in Sources */, - 3AA816002276E44100F5DB52 /* Web3+ERC888.swift in Sources */, - 3AA8151F2276E42F00F5DB52 /* EthereumContract.swift in Sources */, - 3AA815DE2276E44100F5DB52 /* RIPEMD160+StackOveflow.swift in Sources */, - 3AA815C42276E44100F5DB52 /* ABITypeParser.swift in Sources */, - 3AA815BA2276E44100F5DB52 /* PlainKeystore.swift in Sources */, - 6049F416280616FC00DFE624 /* LegacyEnvelope.swift in Sources */, - 3AA815C92276E44100F5DB52 /* RLP.swift in Sources */, - 3AA816012276E44100F5DB52 /* Web3+ERC1376.swift in Sources */, - 3AA815A72276E44100F5DB52 /* ENS.swift in Sources */, - 3AA815F32276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionReceipt.swift in Sources */, - 3AA815B32276E44100F5DB52 /* IBAN.swift in Sources */, - E2EDC5EE241EE1E600410EA6 /* Bridge.swift in Sources */, - 3AA815F92276E44100F5DB52 /* Promise+Web3+TxPool.swift in Sources */, - 3AA816052276E44100F5DB52 /* Web3+SecurityToken.swift in Sources */, - 6049F415280616FC00DFE624 /* EIP2930Envelope.swift in Sources */, - 3AA815E02276E44100F5DB52 /* CryptoExtensions.swift in Sources */, - 3AA815D52276E44100F5DB52 /* Web3+EventParser.swift in Sources */, - 3AA815C02276E44100F5DB52 /* Web3+Wallet.swift in Sources */, - 3AA815F12276E44100F5DB52 /* Promise+Web3+Eth+GetBalance.swift in Sources */, - 3AA815D62276E44100F5DB52 /* Web3+ReadingTransaction.swift in Sources */, - 3AA815AC2276E44100F5DB52 /* NameHash.swift in Sources */, - 3AA8151C2276E42F00F5DB52 /* EventFiltering.swift in Sources */, - 2AC22E362525C2000072F037 /* PathAddressStorage.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 139751B3219AF76D0044D2B0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CB50A52827060BD600D7E39B /* EIP712Tests.swift in Sources */, - D606A56B279F5D59003643ED /* web3swiftDecodeSolidityErrorType.swift in Sources */, - 5CC0333828023387006AD710 /* RemoteParsingTests.swift in Sources */, - 5CF7E8AB276B792A0009900F /* web3swiftTests.swift in Sources */, - 5CF7E8A4276B792A0009900F /* web3swiftTransactionsTests.swift in Sources */, - 5C26D8A027F3725500431EB0 /* EIP1559BlockTests.swift in Sources */, - 5CF7E8A7276B792A0009900F /* web3swiftRLPTests.swift in Sources */, - 5CF7E8AF276B792A0009900F /* web3swiftUserCases.swift in Sources */, - 5CF7E8B0276B792A0009900F /* web3swiftEventloopTests.swift in Sources */, - 5CC0333B28023387006AD710 /* WebsocketTests.swift in Sources */, - 5CF7E8A5276B792A0009900F /* web3swiftKeystoresTests.swift in Sources */, - CB50A52827060BD600D7E39B /* EIP712Tests.swift in Sources */, - 5CF7E8AD276B792A0009900F /* web3swiftBasicLocalNodeTests.swift in Sources */, - 5CC0333E28034CED006AD710 /* InfuraTests.swift in Sources */, - 5CC0334228043805006AD710 /* GasOracleTests.swift in Sources */, - 5CC0333928023387006AD710 /* ENSTests.swift in Sources */, - 5CF7E8A9276B792A0009900F /* web3swiftERC20ClassTests.swift in Sources */, - 5CF7E8A8276B792A0009900F /* web3swiftERC20Tests.swift in Sources */, - 5CF7E8B2276B792A0009900F /* web3swiftEIP67Tests.swift in Sources */, - 5CF7E8AE276B792A0009900F /* web3swiftPromisesTests.swift in Sources */, - 5CF7E8A2276B79290009900F /* web3swiftEIP681Tests.swift in Sources */, - 6029BE722817A4A8006FA0DF /* LocalTestCase.swift in Sources */, - 5CC0333A28023387006AD710 /* ST20AndSecurityTokenTests.swift in Sources */, - 604FA4FF27ECBDC80021108F /* DataConversionTests.swift in Sources */, - 5CF7E8B1276B792A0009900F /* web3swiftAdvancedABIv2Tests.swift in Sources */, - 5CF7E8A6276B792A0009900F /* web3swiftHelpers.swift in Sources */, - 5CF7E8AA276B792A0009900F /* web3swiftNumberFormattingUtilTests.swift in Sources */, - 5CF7E8AC276B792A0009900F /* web3swiftObjCTests.swift in Sources */, - 5CF7E8A3276B792A0009900F /* web3swiftPersonalSignatureTests.swift in Sources */, - D6A3D9B827F1E785009E3BCF /* ABIEncoderSoliditySha3Test.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13C3388A21B6C2DD00F33F5E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 13C3391721B6C62400F33F5E /* secp256k1.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1317BCF5218C50D100D6D095 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "compiler-default"; - CLANG_CXX_LIBRARY = "compiler-default"; - CLANG_ENABLE_MODULES = NO; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = "compiler-default"; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INFOPLIST_FILE = web3swift.xcodeproj/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - MACOSX_DEPLOYMENT_TARGET = 10.15; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=350"; - SDKROOT = macosx; - SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos"; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 1317BCF6218C50D100D6D095 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "compiler-default"; - CLANG_CXX_LIBRARY = "compiler-default"; - CLANG_ENABLE_MODULES = NO; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = "compiler-default"; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INFOPLIST_FILE = web3swift.xcodeproj/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - MACOSX_DEPLOYMENT_TARGET = 10.15; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=350"; - SDKROOT = macosx; - SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos"; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 1317BCF8218C50D100D6D095 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - "FRAMEWORK_SEARCH_PATHS[sdk=iphoneos*]" = "$(SRCROOT)/Carthage/Build/iOS"; - "FRAMEWORK_SEARCH_PATHS[sdk=iphonesimulator*]" = "$(SRCROOT)/Carthage/Build/iOS"; - "FRAMEWORK_SEARCH_PATHS[sdk=macosx*]" = "$(SRCROOT)/Carthage/Build/Mac"; - FRAMEWORK_VERSION = A; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 10.15; - OTHER_LDFLAGS = ( - "-framework", - CoreImage, - ); - "OTHER_LDFLAGS[sdk=iphoneos*]" = ( - "-framework", - CoreImage, - ); - "OTHER_LDFLAGS[sdk=iphonesimulator*]" = ( - "-framework", - CoreImage, - ); - "OTHER_LDFLAGS[sdk=macosx*]" = ( - "-framework", - CoreImage, - ); - PRODUCT_BUNDLE_IDENTIFIER = "io.matter-labs.web3swift"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos"; - SWIFT_VERSION = 5.0; - }; - name = Debug; - }; - 1317BCF9218C50D100D6D095 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - "FRAMEWORK_SEARCH_PATHS[sdk=iphoneos*]" = "$(SRCROOT)/Carthage/Build/iOS"; - "FRAMEWORK_SEARCH_PATHS[sdk=iphonesimulator*]" = "$(SRCROOT)/Carthage/Build/iOS"; - "FRAMEWORK_SEARCH_PATHS[sdk=macosx*]" = "$(SRCROOT)/Carthage/Build/Mac"; - FRAMEWORK_VERSION = A; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 10.15; - OTHER_LDFLAGS = ( - "-framework", - CoreImage, - ); - "OTHER_LDFLAGS[sdk=iphoneos*]" = ( - "-framework", - CoreImage, - ); - "OTHER_LDFLAGS[sdk=iphonesimulator*]" = ( - "-framework", - CoreImage, - ); - "OTHER_LDFLAGS[sdk=macosx*]" = ( - "-framework", - CoreImage, - ); - PRODUCT_BUNDLE_IDENTIFIER = "io.matter-labs.web3swift"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos"; - SWIFT_VERSION = 5.0; - }; - name = Release; - }; - 139751BD219AF76D0044D2B0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = ""; - "FRAMEWORK_SEARCH_PATHS[sdk=iphoneos*]" = "$(SRCROOT)/Carthage/Build/iOS"; - "FRAMEWORK_SEARCH_PATHS[sdk=iphonesimulator*]" = "$(SRCROOT)/Carthage/Build/iOS"; - "FRAMEWORK_SEARCH_PATHS[sdk=macosx*]" = "$(SRCROOT)/Carthage/Build/Mac"; - GCC_C_LANGUAGE_STANDARD = gnu11; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 10.15; - PRODUCT_BUNDLE_IDENTIFIER = "io.matter-labsTests"; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 139751BE219AF76D0044D2B0 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = ""; - "FRAMEWORK_SEARCH_PATHS[sdk=iphoneos*]" = "$(SRCROOT)/Carthage/Build/iOS"; - "FRAMEWORK_SEARCH_PATHS[sdk=iphonesimulator*]" = "$(SRCROOT)/Carthage/Build/iOS"; - "FRAMEWORK_SEARCH_PATHS[sdk=macosx*]" = "$(SRCROOT)/Carthage/Build/Mac"; - GCC_C_LANGUAGE_STANDARD = gnu11; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 10.15; - PRODUCT_BUNDLE_IDENTIFIER = "io.matter-labsTests"; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 13C3389421B6C2DD00F33F5E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_WARN_UNUSED_FUNCTION = NO; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/Sources/secp256k1/include", - ); - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 10.15; - PRODUCT_BUNDLE_IDENTIFIER = "io.matter-labs.secp256k1"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - }; - name = Debug; - }; - 13C3389521B6C2DD00F33F5E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_WARN_UNUSED_FUNCTION = NO; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/Sources/secp256k1/include", - ); - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 10.15; - PRODUCT_BUNDLE_IDENTIFIER = "io.matter-labs.secp256k1"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1317BCDD218C50D100D6D095 /* Build configuration list for PBXProject "web3swift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1317BCF5218C50D100D6D095 /* Debug */, - 1317BCF6218C50D100D6D095 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1317BCF7218C50D100D6D095 /* Build configuration list for PBXNativeTarget "web3swift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1317BCF8218C50D100D6D095 /* Debug */, - 1317BCF9218C50D100D6D095 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 139751BC219AF76D0044D2B0 /* Build configuration list for PBXNativeTarget "Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 139751BD219AF76D0044D2B0 /* Debug */, - 139751BE219AF76D0044D2B0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 13C3389321B6C2DD00F33F5E /* Build configuration list for PBXNativeTarget "secp256k1" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 13C3389421B6C2DD00F33F5E /* Debug */, - 13C3389521B6C2DD00F33F5E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 1317BCDA218C50D100D6D095 /* Project object */; -} diff --git a/web3swift.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/web3swift.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100755 index 5de56e595..000000000 --- a/web3swift.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/web3swift.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/web3swift.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100755 index 18d981003..000000000 --- a/web3swift.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/web3swift.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/web3swift.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index 0c67376eb..000000000 --- a/web3swift.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/web3swift.xcodeproj/xcshareddata/xcschemes/secp256k1.xcscheme b/web3swift.xcodeproj/xcshareddata/xcschemes/secp256k1.xcscheme deleted file mode 100755 index 866047584..000000000 --- a/web3swift.xcodeproj/xcshareddata/xcschemes/secp256k1.xcscheme +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web3swift.xcodeproj/xcshareddata/xcschemes/web3swift.xcscheme b/web3swift.xcodeproj/xcshareddata/xcschemes/web3swift.xcscheme deleted file mode 100755 index a1a853b92..000000000 --- a/web3swift.xcodeproj/xcshareddata/xcschemes/web3swift.xcscheme +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -