MnemonicSwift/project.yml

27 lines
718 B
YAML
Raw Permalink Normal View History

2020-06-12 16:56:18 -07:00
name: MnemonicSwift
2019-10-27 20:28:48 -07:00
options:
2020-06-12 16:37:32 -07:00
bundleIdPrefix: co.electriccoin
2019-10-27 20:28:48 -07:00
settings:
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks $(PROJECT_DIR)/Carthage/Build/iOS"
targets:
2020-06-12 16:56:18 -07:00
MnemonicSwift:
2019-10-27 20:28:48 -07:00
type: framework
platform: [iOS, macOS]
2019-11-05 22:41:01 -08:00
deploymentTarget:
2020-06-12 16:37:32 -07:00
iOS: 13.1
sources: [MnemonicSwift]
2019-10-27 20:28:48 -07:00
scheme:
testTargets:
2020-06-12 16:37:32 -07:00
- MnemonicSwiftTests_${platform}
2019-10-27 20:28:48 -07:00
gatherCoverageData: true
postCompileScripts:
- script: swiftlint autocorrect --config .swiftlint.yml
name: SwiftLint
2020-06-12 16:37:32 -07:00
2020-06-12 16:56:18 -07:00
MnemonicSwiftTests:
2019-10-27 20:28:48 -07:00
type: bundle.unit-test
platform: [iOS, macOS]
sources: [Tests]
dependencies:
2020-06-12 16:37:32 -07:00
- target: MnemonicSwift_${platform}