-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
51 lines (49 loc) · 1.37 KB
/
Copy pathproject.yml
File metadata and controls
51 lines (49 loc) · 1.37 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
name: OnekoMac
options:
bundleIdPrefix: com.onekomac
deploymentTarget:
macOS: "13.0"
xcodeVersion: "15"
createIntermediateGroups: true
settings:
base:
SWIFT_VERSION: 5.9
MACOSX_DEPLOYMENT_TARGET: "13.0"
ENABLE_HARDENED_RUNTIME: YES
CODE_SIGN_STYLE: Automatic
PRODUCT_BUNDLE_IDENTIFIER: com.onekomac.OnekoMac
INFOPLIST_FILE: Info.plist
SWIFT_OPTIMIZATION_LEVEL: "-O"
MTL_ENABLE_DEBUG_INFO: INCLUDE_SOURCE
MTL_FAST_MATH: YES
targets:
OnekoMac:
type: application
platform: macOS
sources:
- path: App
type: group
- path: Engine
type: group
- path: Skins
type: group
- path: Utils
type: group
# GIF sprite sheets — copied as-is (folder reference).
- path: Resources/Sprites
type: folder
buildPhase: resources
# App icon asset catalog — must be type:file so xcodegen
# compiles it (produces Assets.car) instead of copying raw PNGs.
- path: Resources/Assets.xcassets
type: file
settings:
base:
PRODUCT_NAME: OnekoMac
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/../Frameworks"
COMBINE_HIDPI_IMAGES: YES
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
entitlements:
path: OnekoMac.entitlements
properties:
com.apple.security.automation.apple-events: true