-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
57 lines (53 loc) · 1.45 KB
/
project.yml
File metadata and controls
57 lines (53 loc) · 1.45 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
name: Clearance
options:
bundleIdPrefix: com.ch1rag
deploymentTarget:
macOS: "12.0"
xcodeVersion: "15.0"
createIntermediateGroups: true
attributes:
LastUpgradeCheck: "1500"
schemes:
Clearance:
build:
targets:
Clearance: all
settings:
base:
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "12.0"
ARCHS: "$(ARCHS_STANDARD)"
ONLY_ACTIVE_ARCH: "NO"
MARKETING_VERSION: "1.0.2"
CURRENT_PROJECT_VERSION: "3"
ENABLE_HARDENED_RUNTIME: "YES"
targets:
Clearance:
type: application
platform: macOS
deploymentTarget: "12.0"
sources:
- path: Clearance
excludes:
- Resources/**
- Info.plist
- path: Clearance/Resources/Assets.xcassets
buildPhase: resources
- path: Clearance/Resources/tcc_audit_app.html
buildPhase: resources
- path: Clearance/Resources/sql-wasm.js
buildPhase: resources
- path: Clearance/Resources/sql-wasm.wasm
buildPhase: resources
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.ch1rag.clearance
PRODUCT_NAME: Clearance
INFOPLIST_FILE: Clearance/Info.plist
INFOPLIST_KEY_CFBundleDisplayName: Clearance
INFOPLIST_KEY_LSApplicationCategoryType: "public.app-category.utilities"
CODE_SIGN_IDENTITY: "-"
CODE_SIGN_STYLE: Manual
DEVELOPMENT_TEAM: ""
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
COMBINE_HIDPI_IMAGES: "YES"