-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
32 lines (30 loc) · 766 Bytes
/
project.yml
File metadata and controls
32 lines (30 loc) · 766 Bytes
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
name: OST
options:
bundleIdPrefix: com.ost
deploymentTarget:
macOS: "15.0"
xcodeVersion: "16.0"
settings:
base:
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "15.0"
targets:
OST:
type: application
platform: macOS
sources:
- path: OST/Sources
resources:
- path: OST/Resources
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.ost.on-screen-translator
INFOPLIST_FILE: OST/Resources/Info.plist
CODE_SIGN_ENTITLEMENTS: OST/Resources/OST.entitlements
PRODUCT_NAME: OST
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
GENERATE_INFOPLIST_FILE: false
SWIFT_EMIT_LOC_STRINGS: "YES"
entitlements:
path: OST/Resources/OST.entitlements