-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathproject.yml
More file actions
106 lines (101 loc) · 3.15 KB
/
project.yml
File metadata and controls
106 lines (101 loc) · 3.15 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
name: safesafe
configs:
StageDebug: debug
Stage: release
LiveDebug: debug
Live: release
StageAdhoc: release
schemes:
safesafe Stage:
build:
targets:
safesafe: all
run:
config: StageDebug
archive:
config: Stage
safesafe Live:
build:
targets:
safesafe: all
run:
config: LiveDebug
archive:
config: Live
targets:
# Target for Mutable Push Notifications Extension
#
PushMutableContent:
settings:
CODE_SIGN_STYLE: Manual
MARKETING_VERSION: "4.13.0"
CURRENT_PROJECT_VERSION: 746
TARGETED_DEVICE_FAMILY: 1,2
type: app-extension
platform: iOS
deploymentTarget: "12.1"
configFiles:
Stage: safesafe/Resources/Extensions/apns-stage-mutablecontent.xcconfig
StageDebug: safesafe/Resources/Extensions/apns-stage-mutablecontent-dev.xcconfig
StageAdhoc: safesafe/Resources/Extensions/apns-stage-adhoc-mutablecontent.xcconfig
Live: safesafe/Resources/Extensions/apns-mutablecontent.xcconfig
LiveDebug: safesafe/Resources/Extensions/apns-mutablecontent-dev.xcconfig
sources:
- path: PushMutableContent
name: "PushMutableContent"
- path: safesafe/Common/Helpers/Notifications
group: safesafe/Common/Helpers
excludes:
- NotificationHistoryWorker.swift
- Models/PushNotificationHistoryModel.swift
- path: safesafe/Services/StoredDefaults.swift
group: safesafe/Services
- path: safesafe/Language/LanguageController.swift
group: safesafe/Language
- path: safesafe/Resources/Extensions
group: safesafe/Resources
- path: safesafe/Models/DashboardStatsAPIResponse.swift
group: safesafe/Models
# Main app target
#
safesafe:
type: application
platform: iOS
deploymentTarget: "12.1"
settings:
CODE_SIGN_STYLE: Manual
MARKETING_VERSION: "4.13.0"
CURRENT_PROJECT_VERSION: 746
TARGETED_DEVICE_FAMILY: 1
SWIFT_OBJC_BRIDGING_HEADER: $(PROJECT_DIR)/safesafe/App/safesafe-Bridging-Header.h
configFiles:
StageDebug: safesafe/Resources/Stage/stageDebug.xcconfig
Stage: safesafe/Resources/Stage/stage.xcconfig
StageAdhoc: safesafe/Resources/Stage/stageAdhoc.xcconfig
LiveDebug: safesafe/Resources/Live/liveDebug.xcconfig
Live: safesafe/Resources/Live/live.xcconfig
sources:
- path: safesafe
name: "safesafe"
excludes:
- "Resources/translations"
- "Resources/pwa"
- "Resources/Stage/Config-stage.plist"
- "Resources/Live/Config-live.plist"
- "Resources/Stage/GoogleService-Info-Stage.plist"
- "Resources/Live/GoogleService-Info-Live.plist"
- "Info-stage.plist"
- "Info-live.plist"
- path: safesafe/Resources/pwa
type: folder
- path: safesafe/Resources/translations
type: folder
dependencies:
- target: PushMutableContent
codesign: true
embed: true
preBuildScripts:
- name: CopyGooglePlist
path: Scripts/CopyGooglePlist.sh
- name: CopyConfigPlist
path: Scripts/CopyConfigPlist.sh