MnemonicSwift/project.yml

28 lines
750 B
YAML
Raw Normal View History

2019-10-27 20:28:48 -07:00
name: MnemonicKit
options:
bundleIdPrefix: com.keefertaylor
settings:
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks $(PROJECT_DIR)/Carthage/Build/iOS"
targets:
MnemonicKit:
type: framework
platform: [iOS, macOS]
2019-11-05 22:41:01 -08:00
deploymentTarget:
iOS: 10.0
2019-10-27 20:28:48 -07:00
sources: [MnemonicKit]
scheme:
testTargets:
- MnemonicKitTests_$platform
gatherCoverageData: true
postCompileScripts:
- script: swiftlint autocorrect --config .swiftlint.yml
name: SwiftLint
dependencies:
- carthage: CryptoSwift
MnemonicKitTests:
type: bundle.unit-test
platform: [iOS, macOS]
sources: [Tests]
dependencies:
- target: MnemonicKit_$platform