-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
45 lines (42 loc) · 1.09 KB
/
Copy pathproject.yml
File metadata and controls
45 lines (42 loc) · 1.09 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
name: RSSInbox
options:
bundleIdPrefix: com.szarbartosz
deploymentTarget:
macOS: "15.0"
createIntermediateGroups: true
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "5.10"
MACOSX_DEPLOYMENT_TARGET: "15.0"
targets:
RSSInbox:
type: application
platform: macOS
deploymentTarget: "15.0"
sources:
- path: RSSInbox
resources:
- path: RSSInbox/Resources
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.szarbartosz.rss-inbox
PRODUCT_NAME: "RSS Inbox"
INFOPLIST_FILE: RSSInbox/Info.plist
CODE_SIGN_ENTITLEMENTS: RSSInbox/RSSInbox.entitlements
ENABLE_HARDENED_RUNTIME: YES
CODE_SIGN_IDENTITY: "-"
CODE_SIGNING_REQUIRED: NO
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
RSSInboxTests:
type: bundle.unit-test
platform: macOS
deploymentTarget: "15.0"
sources:
- path: RSSInboxTests
dependencies:
- target: RSSInbox
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.szarbartosz.rss-inbox.tests
GENERATE_INFOPLIST_FILE: YES