-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
78 lines (78 loc) · 2.06 KB
/
project.yml
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
include:
- xcodegens/packages.yml
name: PomodoroApp
configs:
Debug: debug
Release: release
schemes:
Debug:
build:
targets:
PomodoroApp: all
run:
config: Debug
archive:
config: Debug
Release:
build:
targets:
PomodoroApp: all
run:
config: Release
options:
defaultConfig: Debug
deploymentTarget:
iOS: 16.1
preGenCommand: swiftgen
settings:
base:
SWIFT_VERSION: 5.0
CURRENT_PROJECT_VERSION: 5
MARKETING_VERSION: 1.4
ENABLE_USER_SCRIPT_SANDBOXING: YES
targets:
PomodoroApp:
type: application
platform: iOS
sources:
- path: PomodoroApp
settings:
base:
TARGETED_DEVICE_FAMILY: 1
PRODUCT_BUNDLE_IDENTIFIER: com.redmadrobot.pomodoro
INFOPLIST_FILE: PomodoroApp/Supporting Files/Info.plist
OTHER_SWIFT_FLAGS:
$(inherited)
-driver-time-compilation
-Xfrontend -warn-long-function-bodies=250
-Xfrontend -warn-long-expression-type-checking=250
-Xfrontend -debug-time-function-bodies
-Xfrontend -debug-time-expression-type-checking
DEVELOPMENT_TEAM: 66Q5RW6PQQ
CODE_SIGN_IDENTITY: iPhone Distribution
PROVISIONING_PROFILE_SPECIFIER: ROBODORO Distribution
configs:
Debug:
DEBUG_INFORMATION_FORMAT: dwarf
Release:
DEBUG_INFORMATION_FORMAT: dwarf-with-dsym
dependencies:
- target: PomodoroWidgetExtension
- package: Nivelir
- package: Sliders
- package: SnapKit
PomodoroWidgetExtension:
type: app-extension
platform: iOS
sources:
- path: PomodoroWidgetExtension
- path: PomodoroApp/Common
- path: PomodoroApp/Resources
settings:
base:
TARGETED_DEVICE_FAMILY: 1
PRODUCT_BUNDLE_IDENTIFIER: com.redmadrobot.pomodoro.widget
INFOPLIST_FILE: PomodoroWidgetExtension/Supporting Files/Info.plist
DEVELOPMENT_TEAM: 66Q5RW6PQQ
CODE_SIGN_IDENTITY: iPhone Distribution
PROVISIONING_PROFILE_SPECIFIER: ROBODORO Widget Distribution