-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
36 lines (34 loc) · 1 KB
/
project.yml
File metadata and controls
36 lines (34 loc) · 1 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
name: WhisperEcho
options:
bundleIdPrefix: com.whisperecho
deploymentTarget:
macOS: "14.0"
xcodeVersion: "16.0"
createIntermediateGroups: true
packages:
PythonKit:
url: https://github.com/pvieito/PythonKit.git
from: "0.5.0"
targets:
WhisperEcho:
type: application
platform: macOS
sources:
- WhisperEcho
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.whisperecho.WhisperEcho
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
ARCHS: arm64
VALID_ARCHS: arm64
INFOPLIST_FILE: WhisperEcho/Resources/Info.plist
CODE_SIGN_ENTITLEMENTS: WhisperEcho/Resources/WhisperEcho.entitlements
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "14.0"
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/../Frameworks"
dependencies:
- package: PythonKit
entitlements:
path: WhisperEcho/Resources/WhisperEcho.entitlements
properties: {} # preserve existing file, don't overwrite