-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathproject.yml
35 lines (35 loc) · 933 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
33
34
35
name: TrustWalletCore
options:
bundleIdPrefix: com.trustwallet
createIntermediateGroups: true
settings:
base:
LIBRARY_SEARCH_PATHS: wallet-core/build/ios
BUILD_LIBRARY_FOR_DISTRIBUTION: YES
CLANG_CXX_LANGUAGE_STANDARD: c++17
SWIFT_VERSION: 5.0
configs:
release:
SWIFT_OPTIMIZATION_LEVEL: -Owholemodule
SWIFT_COMPILATION_MODE: wholemodule
targets:
TrustWalletCore:
type: framework
platform: [iOS, macOS]
deploymentTarget:
iOS: "11.0"
macOS: "10.12"
sources:
- path: wallet-core/include
headerVisibility: public
- wallet-core/swift/Sources
- TrustWalletCore
dependencies:
- carthage: SwiftProtobuf
- framework: libprotobuf.a
- framework: libTrezorCrypto.a
- framework: libTrustWalletCore.a
- sdk: libc++.tbd
settings:
SKIP_INSTALL: NO
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION: YES_ERROR