-
Notifications
You must be signed in to change notification settings - Fork 2
/
project.yml
32 lines (32 loc) · 897 Bytes
/
project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: TezosCrypto
options:
bundleIdPrefix: com.keefertaylor
settings:
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks $(PROJECT_DIR)/Carthage/Build/iOS"
targets:
TezosCrypto:
type: framework
platform: [iOS, macOS]
sources: [TezosCrypto]
deploymentTarget:
iOS: 10.0
scheme:
testTargets:
- TezosCryptoTests_$platform
gatherCoverageData: true
postCompileScripts:
- script: swiftlint autocorrect --config .swiftlint.yml
name: SwiftLint
dependencies:
- carthage: Sodium
- carthage: BigInt
- carthage: CryptoSwift
- carthage: Base58Swift
- carthage: MnemonicKit
- carthage: SipHash
TezosCryptoTests:
type: bundle.unit-test
platform: [iOS, macOS]
sources: [TezosCryptoTests]
dependencies:
- target: TezosCrypto_$platform