-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
132 lines (132 loc) · 4.05 KB
/
Copy pathproject.yml
File metadata and controls
132 lines (132 loc) · 4.05 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
name: Lyttejeger
options:
bundleIdPrefix: com.Tazk
deploymentTarget:
iOS: "26.0"
xcodeVersion: "26.6"
developmentLanguage: nb
generateEmptyDirectories: true
settings:
base:
# Language mode, not toolchain version. Valid values: 4, 4.2, 5, 6.
SWIFT_VERSION: "6"
TARGETED_DEVICE_FAMILY: "1"
INFOPLIST_FILE: Lyttejeger/Info.plist
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
PRODUCT_BUNDLE_IDENTIFIER: com.Tazk.Lyttejeger
MARKETING_VERSION: "1.0.8"
CURRENT_PROJECT_VERSION: "17"
SWIFT_STRICT_CONCURRENCY: complete
SWIFT_APPROACHABLE_CONCURRENCY: true
ENABLE_USER_SCRIPT_SANDBOXING: true
targets:
Lyttejeger:
type: application
platform: iOS
sources:
- path: Lyttejeger
excludes:
- "**/.DS_Store"
- "Config/Secrets.example.swift"
resources:
- path: Lyttejeger/Resources/Assets.xcassets
- path: Lyttejeger/Resources/Fonts
buildPhase: resources
- path: Lyttejeger/Resources/nb.lproj
settings:
base:
CODE_SIGN_STYLE: Automatic
CODE_SIGN_IDENTITY: "Apple Development"
DEVELOPMENT_TEAM: 8NW62A7PRA
TARGETED_DEVICE_FAMILY: "1"
SUPPORTED_PLATFORMS: "iphonesimulator iphoneos"
SUPPORTS_MACCATALYST: false
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD: false
info:
path: Lyttejeger/Info.plist
properties:
CFBundleShortVersionString: "$(MARKETING_VERSION)"
CFBundleVersion: "$(CURRENT_PROJECT_VERSION)"
UILaunchScreen:
UIColorName: LaunchBackground
NSAppTransportSecurity:
NSAllowsArbitraryLoadsForMedia: true
UIBackgroundModes: [audio, fetch]
BGTaskSchedulerPermittedIdentifiers:
- com.Tazk.Lyttejeger.refresh
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
ITSAppUsesNonExemptEncryption: false
UIAppFonts:
- DMMono-Light.ttf
- DMMono-Regular.ttf
- DMMono-Medium.ttf
CFBundleDisplayName: Lyttejeger
CFBundleLocalizations:
- nb
UIAccessibilityPerformEscapeEnabled: true
# Lets the app receive OPML and its own JSON backup from Mail,
# Files, Safari and other podcast apps. Rank is Alternate for both:
# Lyttejeger does not own XML or JSON and must not claim them.
UTImportedTypeDeclarations:
- UTTypeIdentifier: org.opml.opml
UTTypeDescription: OPML-abonnementsfil
UTTypeConformsTo:
- public.xml
UTTypeTagSpecification:
public.filename-extension:
- opml
# Import reads the file once and deletes the Inbox copy afterwards; it
# never edits the user's original, so opening in place would be a lie.
LSSupportsOpeningDocumentsInPlace: false
CFBundleDocumentTypes:
- CFBundleTypeName: Podkastabonnementer
LSHandlerRank: Alternate
CFBundleTypeRole: Viewer
LSItemContentTypes:
- org.opml.opml
- CFBundleTypeName: Lyttejeger-sikkerhetskopi
LSHandlerRank: Alternate
CFBundleTypeRole: Viewer
LSItemContentTypes:
- public.json
LyttejegerTests:
type: bundle.unit-test
platform: iOS
sources:
- path: LyttejegerTests
settings:
base:
TARGETED_DEVICE_FAMILY: "1"
dependencies:
- target: Lyttejeger
LyttejegerUITests:
type: bundle.ui-testing
platform: iOS
sources:
- path: LyttejegerUITests
settings:
base:
TARGETED_DEVICE_FAMILY: "1"
dependencies:
- target: Lyttejeger
schemes:
Lyttejeger:
build:
targets:
Lyttejeger: all
run:
config: Debug
test:
targets:
- LyttejegerTests
- LyttejegerUITests
profile:
config: Release
analyze:
config: Debug
archive:
config: Release