-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
66 lines (61 loc) · 1.77 KB
/
Copy pathproject.yml
File metadata and controls
66 lines (61 loc) · 1.77 KB
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
64
65
66
name: Sugarfree
options:
createIntermediateGroups: true
minimumXcodeGenVersion: 2.38.0
settings:
base:
PRODUCT_NAME: Sugarfree
PRODUCT_BUNDLE_IDENTIFIER: com.sugarfree.app
CURRENT_PROJECT_VERSION: 7
MARKETING_VERSION: 1.5.1
INFOPLIST_FILE: Sugarfree/Info.plist
GENERATE_INFOPLIST_FILE: NO
MACOSX_DEPLOYMENT_TARGET: "13.0"
SWIFT_VERSION: 6.0
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
ENABLE_HARDENED_RUNTIME: YES
# SugarCore is the shared logic, vended by the SwiftPM package at the repo root
# (Package.swift). The app links it so the stripping rules never drift from the CLI.
# KeyboardShortcuts (app-only) powers the user-configurable global hotkeys — recorder
# UI, UserDefaults persistence, and global registration. It is deliberately NOT added to
# the shared SugarCore package/CLI (global hotkeys are macOS-app-only), so `swift build`
# and the CLI stay dependency-free.
packages:
SugarCore:
path: .
KeyboardShortcuts:
url: https://github.com/sindresorhus/KeyboardShortcuts
from: 2.0.0
targets:
Sugarfree:
type: application
platform: macOS
configFiles:
Debug: Configs/Debug.xcconfig
Release: Configs/Release.xcconfig
sources:
- path: Sugarfree
excludes:
- Info.plist
- Fonts
- path: Sugarfree/Fonts
type: folder
dependencies:
- package: SugarCore
product: SugarCore
- package: KeyboardShortcuts
product: KeyboardShortcuts
settings:
base:
PRODUCT_MODULE_NAME: Sugarfree
CODE_SIGN_ENTITLEMENTS: ""
schemes:
Sugarfree:
build:
targets:
Sugarfree: all
run:
config: Debug
archive:
config: Release