spb/os-vault Public
Self-custody, multi-chain crypto wallet for macOS. One recovery phrase, six chain families, zero API keys — nothing leaves your Mac.
Swift 96%
Shell 3.4%
Makefile 0.6%
1# references:2# * https://www.objc.io/issues/6-build-tools/travis-ci/3# * https://github.com/supermarin/xcpretty#usage45osx_image: xcode7.36language: swift7# cache: cocoapods8# podfile: Example/Podfile9# before_install:10# - gem install cocoapods # Since Travis is not always on latest version11# - pod install --project-directory=Example12script:13- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SolanaSwift.xcworkspace -scheme SolanaSwift-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty14- pod lib lint15