-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
75 lines (70 loc) · 1.75 KB
/
Copy pathproject.yml
File metadata and controls
75 lines (70 loc) · 1.75 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: Afterimage
options:
bundleIdPrefix: com.afterimage
deploymentTarget:
iOS: "17.0"
xcodeVersion: "26.3"
createIntermediateGroups: true
defaultConfig: Debug
settings:
base:
SWIFT_VERSION: "5.0"
TARGETED_DEVICE_FAMILY: "1"
GCC_TREAT_WARNINGS_AS_ERRORS: "YES"
SWIFT_STRICT_CONCURRENCY: targeted
INFOPLIST_FILE: Afterimage/Info.plist
DEVELOPMENT_TEAM: 3TGZFKFNA4
packages:
GRDB:
url: https://github.com/groue/GRDB.swift
from: "7.0.0"
Kingfisher:
url: https://github.com/onevcat/Kingfisher
from: "8.0.0"
targets:
Afterimage:
type: application
platform: auto
supportedDestinations: [iOS]
sources:
- path: Afterimage
resources:
- path: Afterimage/Resources/photos.db
- path: Afterimage/Resources/Assets.xcassets
- path: Afterimage/Resources/PrivacyInfo.xcprivacy
dependencies:
- package: GRDB
- package: Kingfisher
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.afterimage.app
SUPPORTED_PLATFORMS: "iphoneos iphonesimulator"
SUPPORTS_MACCATALYST: "NO"
COMPRESS_PNG_FILES: "NO"
AfterimageTests:
type: bundle.unit-test
platform: auto
supportedDestinations: [iOS]
sources:
- path: AfterimageTests
dependencies:
- target: Afterimage
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.afterimage.tests
TEST_HOST: "$(BUILT_PRODUCTS_DIR)/Afterimage.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Afterimage"
BUNDLE_LOADER: "$(TEST_HOST)"
schemes:
Afterimage:
build:
targets:
Afterimage: all
run:
config: Debug
test:
config: Debug
gatherCoverageData: true
targets:
- name: AfterimageTests
archive:
config: Release