-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
49 lines (46 loc) · 1.08 KB
/
project.yml
File metadata and controls
49 lines (46 loc) · 1.08 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
name: roboterm
options:
bundleIdPrefix: com.robotflowlabs
deploymentTarget:
macOS: "13.0"
xcodeVersion: "15.0"
minimumXcodeGenVersion: "2.38.0"
packages:
SwiftTerm:
url: https://github.com/migueldeicaza/SwiftTerm.git
from: 1.2.5
settings:
base:
MACOSX_DEPLOYMENT_TARGET: "13.0"
SWIFT_VERSION: "5.9"
CODE_SIGN_ENTITLEMENTS: roboterm.entitlements
INFOPLIST_FILE: Resources/Info.plist
targets:
roboterm:
type: application
platform: macOS
sources:
- path: Sources
type: group
resources:
- path: Resources
type: group
excludes:
- Info.plist
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.robotflowlabs.roboterm
PRODUCT_NAME: ROBOTERM
GENERATE_INFOPLIST_FILE: false
CODE_SIGN_IDENTITY: "-"
CODE_SIGN_STYLE: Manual
OTHER_LDFLAGS:
- "-framework"
- UniformTypeIdentifiers
- "-framework"
- Carbon
- "-framework"
- IOKit
dependencies:
- package: SwiftTerm
product: SwiftTerm