-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.yml
More file actions
34 lines (34 loc) · 904 Bytes
/
project.yml
File metadata and controls
34 lines (34 loc) · 904 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
31
32
33
34
name: FileTypeGuard
options:
bundleIdPrefix: com.filetypeguard
deploymentTarget:
macOS: "13.0"
developmentLanguage: en
xcodeVersion: "15.0"
localizations:
- en
- ja
- zh-Hans
- zh-Hant
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.filetypeguard.mac
INFOPLIST_FILE: FileTypeGuard/App/Info.plist
CODE_SIGN_ENTITLEMENTS: FileTypeGuard/App/FileTypeGuard.entitlements
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
targets:
FileTypeGuard:
type: application
platform: macOS
sources:
- FileTypeGuard
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.filetypeguard.mac
INFOPLIST_FILE: FileTypeGuard/App/Info.plist
CODE_SIGN_ENTITLEMENTS: FileTypeGuard/App/FileTypeGuard.entitlements
info:
path: FileTypeGuard/App/Info.plist
entitlements:
path: FileTypeGuard/App/FileTypeGuard.entitlements