-
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.19 KB
/
project.yml
File metadata and controls
51 lines (49 loc) · 1.19 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: ExpenseFlow
options:
bundleIdPrefix: com.example
deploymentTarget:
iOS: "16.0"
xcodeVersion: "17.0"
settings:
base:
SWIFT_VERSION: 5.9
MARKETING_VERSION: 1.0
CURRENT_PROJECT_VERSION: 1
LLVM_PROFILE_GENERATION: NO
CLANG_COVERAGE_MAPPING: NO
CODE_COVERAGE_ENABLED: NO
TOOLCHAINS: (empty)
targets:
ExpenseFlow:
type: application
platform: iOS
sources:
- path: Sources
resources:
- path: Resources
info:
path: Resources/Info.plist
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.example.expenseflow
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
CODE_SIGN_IDENTITY:
LLVM_PROFILE_GENERATION: NO
CLANG_COVERAGE_MAPPING: NO
CODE_COVERAGE_ENABLED: NO
ExpenseFlowTests:
type: bundle.unit-test
platform: iOS
sources:
- path: Tests
dependencies:
- target: ExpenseFlow
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.example.expenseflow.tests
CODE_SIGN_IDENTITY:
ENABLE_TESTABILITY: YES
LLVM_PROFILE_GENERATION: NO
CLANG_COVERAGE_MAPPING: NO
CODE_COVERAGE_ENABLED: NO
GENERATE_INFOPLIST_FILE: YES