forked from Mortennn/Dozer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.yml
executable file
·63 lines (62 loc) · 1.58 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
52
53
54
55
56
57
58
59
60
61
62
63
name: Dozer
options:
usesTabs: false
tabWidth: 4
createIntermediateGroups: true
xcodeVersion: 10.2.1
deploymentTarget: 13
packages:
Defaults:
url: https://github.com/sindresorhus/Defaults
from: 7.3.1
Settings:
url: https://github.com/sindresorhus/Settings
version: 3.1.0
Sparkle:
url: https://github.com/sparkle-project/Sparkle
version: 1.27.1
LaunchAtLogin:
url: https://github.com/sindresorhus/LaunchAtLogin-Modern
version: 1.0.0
KeyboardShortcuts:
url: https://github.com/sindresorhus/KeyboardShortcuts
version: 1.16.1
targets:
Dozer:
type: application
platform: macOS
deploymentTarget:
macOS: 13
configFiles:
Debug: Configs/Debug.xcconfig
Release: Configs/Release.xcconfig
sources:
- Dozer
postBuildScripts:
- path: Scripts/SignFrameworks.sh
name: Sign Frameworks
runOnlyWhenInstalling: true
runOnlyWhenInstalling: true
- path: Scripts/Swiftlint.sh
name: Swiftlint
settings:
base:
CODE_SIGN_ENTITLEMENTS: Dozer/Other/Dozer.entitlements
PRODUCT_BUNDLE_IDENTIFIER: "dev.keks.Dozer"
SWIFT_VERSION: 5
DEBUG_INFORMATION_FORMAT: "dwarf-with-dsym"
ENABLE_HARDENED_RUNTIME: true
MACOSX_DEPLOYMENT_TARGET: 13
VERSIONING_SYSTEM: apple-generic
CURRENT_PROJECT_VERSION: 31
dependencies:
- package: KeyboardShortcuts
- package: LaunchAtLogin
- package: Defaults
- package: Settings
- package: Sparkle
schemes:
Dozer:
build:
targets:
Dozer: all