-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
49 lines (49 loc) · 1.36 KB
/
project.yml
File metadata and controls
49 lines (49 loc) · 1.36 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
name: PushForge
options:
bundleIdPrefix: com.pushforge
deploymentTarget:
macOS: "14.0"
xcodeVersion: "26.2"
settings:
base:
SWIFT_VERSION: "5"
SWIFT_STRICT_CONCURRENCY: targeted
MACOSX_DEPLOYMENT_TARGET: "14.0"
targets:
PushForge:
type: application
platform: macOS
sources:
- path: PushForge
excludes:
- "Resources/**"
- path: PushForge/Resources/Assets.xcassets
buildPhase: resources
- path: PushForge/Resources/Templates
type: folder
buildPhase: resources
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.pushforge.app
PRODUCT_NAME: PushForge
INFOPLIST_FILE: PushForge/Info.plist
CODE_SIGN_ENTITLEMENTS: PushForge/PushForge.entitlements
CODE_SIGN_IDENTITY: "-"
CODE_SIGNING_REQUIRED: "NO"
GENERATE_INFOPLIST_FILE: "NO"
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
entitlements:
path: PushForge/PushForge.entitlements
PushForgeTests:
type: bundle.unit-test
platform: macOS
sources:
- path: PushForgeTests
dependencies:
- target: PushForge
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.pushforge.tests
GENERATE_INFOPLIST_FILE: "YES"
TEST_HOST: "$(BUILT_PRODUCTS_DIR)/PushForge.app/Contents/MacOS/PushForge"
BUNDLE_LOADER: "$(TEST_HOST)"