-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
46 lines (45 loc) · 1.31 KB
/
Copy pathproject.yml
File metadata and controls
46 lines (45 loc) · 1.31 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
name: SimDebug
options:
bundleIdPrefix: com.simdebug
deploymentTarget:
macOS: "14.0"
xcodeVersion: "15.0"
createIntermediateGroups: true
targets:
SimDebug:
type: application
platform: macOS
sources:
- SimDebug
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.simdebug.app
PRODUCT_NAME: SimDebug
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "14.0"
INFOPLIST_KEY_LSApplicationCategoryType: "public.app-category.developer-tools"
CODE_SIGN_ID: "-"
CODE_SIGN_STYLE: Manual
ENABLE_HARDENED_RUNTIME: NO
configs:
debug:
SWIFT_OPTIMIZATION_LEVEL: "-Onone"
release:
SWIFT_OPTIMIZATION_LEVEL: "-O"
entitlements:
path: SimDebug/SimDebug.entitlements
properties:
com.apple.security.app-sandbox: false
com.apple.security.files.user-selected.read-write: true
info:
path: SimDebug/Info.plist
properties:
CFBundleName: SimDebug
CFBundleDisplayName: SimDebug
CFBundleIdentifier: com.simdebug.app
CFBundleVersion: "1.0.0"
CFBundleShortVersionString: "1.0.0"
LSMinimumSystemVersion: "14.0"
NSHighResolutionCapable: true
CFBundlePackageType: APPL