-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
30 lines (28 loc) · 859 Bytes
/
project.yml
File metadata and controls
30 lines (28 loc) · 859 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
name: FolderTimeMachine
options:
bundleIdPrefix: com.foldertimemachine
deploymentTarget:
macOS: "15.0"
xcodeVersion: "16.0"
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "5.9"
MACOSX_DEPLOYMENT_TARGET: "15.0"
targets:
FolderTimeMachine:
type: application
platform: macOS
sources:
- FolderTimeMachine
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.foldertimemachine.app
PRODUCT_NAME: FolderTime Machine
INFOPLIST_FILE: FolderTimeMachine/Info.plist
CODE_SIGN_ENTITLEMENTS: FolderTimeMachine/FolderTimeMachine.entitlements
ENABLE_APP_SANDBOX: false
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
COMBINE_HIDPI_IMAGES: true
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/../Frameworks"
SWIFT_EMIT_LOC_STRINGS: true