-
Notifications
You must be signed in to change notification settings - Fork 261
/
project.yml
executable file
·51 lines (51 loc) · 1.34 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: Dozer
options:
usesTabs: false
tabWidth: 4
createIntermediateGroups: true
xcodeVersion: 10.2.1
deploymentTarget: 10.13
targets:
Dozer:
type: application
platform: macOS
deploymentTarget:
macOS: 10.13
configFiles:
Debug: Configs/Debug.xcconfig
Release: Configs/Release.xcconfig
sources:
- Dozer
postBuildScripts:
- path: Scripts/LaunchAtLogin.sh
name: Launch At Login
runOnlyWhenInstalling: true
- path: Scripts/SignFrameworks.sh
name: Sign Frameworks
runOnlyWhenInstalling: true
runOnlyWhenInstalling: true
- script: /usr/local/bin/swiftgen
name: Generate files using SwiftGen
- path: Scripts/Swiftlint.sh
name: Swiftlint
settings:
base:
CODE_SIGN_ENTITLEMENTS: Dozer/Other/Dozer.entitlements
PRODUCT_BUNDLE_IDENTIFIER: "com.mortennn.Dozer"
SWIFT_VERSION: 5
DEBUG_INFORMATION_FORMAT: "dwarf-with-dsym"
ENABLE_HARDENED_RUNTIME: true
MACOSX_DEPLOYMENT_TARGET: 10.13
VERSIONING_SYSTEM: apple-generic
CURRENT_PROJECT_VERSION: 30
dependencies:
- carthage: LaunchAtLogin
- carthage: Defaults
- carthage: Preferences
- carthage: MASShortcut
- carthage: Sparkle
schemes:
Dozer:
build:
targets:
Dozer: all