|
@@ -13,6 +13,10 @@
|
13
|
13
|
A52FB5C42546C2EA000AD235 /* rawResponse.json in Resources */ = {isa = PBXBuildFile; fileRef = A52FB5C32546C2EA000AD235 /* rawResponse.json */; };
|
14
|
14
|
A5711B8B255CE03000E727BB /* Flower.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5711B8A255CE03000E727BB /* Flower.swift */; };
|
15
|
15
|
A5711B8E255CE53900E727BB /* DummyData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5711B8D255CE53900E727BB /* DummyData.swift */; };
|
|
16
|
+ A5799DB02591390D003E975D /* HistoryService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5799DAF2591390D003E975D /* HistoryService.swift */; };
|
|
17
|
+ A5799DB4259157AC003E975D /* FlowerVerbose.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5799DB3259157AC003E975D /* FlowerVerbose.swift */; };
|
|
18
|
+ A5799DB72591594D003E975D /* HistoryResponseModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5799DB62591594D003E975D /* HistoryResponseModel.swift */; };
|
|
19
|
+ A5799DBB25915C2B003E975D /* FlowerVerboseDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5799DBA25915C2B003E975D /* FlowerVerboseDetailView.swift */; };
|
16
|
20
|
A58640BA258F30AD00F626AB /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A58640B9258F30AD00F626AB /* LoginView.swift */; };
|
17
|
21
|
A58640BE258F30F200F626AB /* RegisterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A58640BD258F30F200F626AB /* RegisterView.swift */; };
|
18
|
22
|
A59A2741254556880052319F /* FlowerdexApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59A2740254556880052319F /* FlowerdexApp.swift */; };
|
|
@@ -24,6 +28,8 @@
|
24
|
28
|
A5EA2F28258FEC3D00699182 /* FlowerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F27258FEC3D00699182 /* FlowerService.swift */; };
|
25
|
29
|
A5EA2F2C258FF0BD00699182 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F2B258FF0BD00699182 /* Constants.swift */; };
|
26
|
30
|
A5EA2F32258FF58200699182 /* Responses.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F31258FF58200699182 /* Responses.swift */; };
|
|
31
|
+ A5EA2F3A2590A62D00699182 /* HistoryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F392590A62D00699182 /* HistoryView.swift */; };
|
|
32
|
+ A5EA2F3F2590A65A00699182 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F3E2590A65A00699182 /* MainView.swift */; };
|
27
|
33
|
A5EE388D2576362B0014D0BE /* FilterFields.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE388C2576362B0014D0BE /* FilterFields.swift */; };
|
28
|
34
|
A5EE389125763D3A0014D0BE /* AuthenticationModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE389025763D3A0014D0BE /* AuthenticationModel.swift */; };
|
29
|
35
|
A5EE3897257658400014D0BE /* Filters.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE3896257658400014D0BE /* Filters.swift */; };
|
|
@@ -42,6 +48,10 @@
|
42
|
48
|
A52FB5C32546C2EA000AD235 /* rawResponse.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = rawResponse.json; sourceTree = "<group>"; };
|
43
|
49
|
A5711B8A255CE03000E727BB /* Flower.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Flower.swift; sourceTree = "<group>"; };
|
44
|
50
|
A5711B8D255CE53900E727BB /* DummyData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DummyData.swift; sourceTree = "<group>"; };
|
|
51
|
+ A5799DAF2591390D003E975D /* HistoryService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryService.swift; sourceTree = "<group>"; };
|
|
52
|
+ A5799DB3259157AC003E975D /* FlowerVerbose.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerVerbose.swift; sourceTree = "<group>"; };
|
|
53
|
+ A5799DB62591594D003E975D /* HistoryResponseModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryResponseModel.swift; sourceTree = "<group>"; };
|
|
54
|
+ A5799DBA25915C2B003E975D /* FlowerVerboseDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerVerboseDetailView.swift; sourceTree = "<group>"; };
|
45
|
55
|
A58640B9258F30AD00F626AB /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
|
46
|
56
|
A58640BD258F30F200F626AB /* RegisterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterView.swift; sourceTree = "<group>"; };
|
47
|
57
|
A59A273D254556880052319F /* Flowerdex.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Flowerdex.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
@@ -55,6 +65,8 @@
|
55
|
65
|
A5EA2F27258FEC3D00699182 /* FlowerService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerService.swift; sourceTree = "<group>"; };
|
56
|
66
|
A5EA2F2B258FF0BD00699182 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
|
57
|
67
|
A5EA2F31258FF58200699182 /* Responses.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Responses.swift; sourceTree = "<group>"; };
|
|
68
|
+ A5EA2F392590A62D00699182 /* HistoryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryView.swift; sourceTree = "<group>"; };
|
|
69
|
+ A5EA2F3E2590A65A00699182 /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
|
58
|
70
|
A5EE388C2576362B0014D0BE /* FilterFields.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilterFields.swift; sourceTree = "<group>"; };
|
59
|
71
|
A5EE389025763D3A0014D0BE /* AuthenticationModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationModel.swift; sourceTree = "<group>"; };
|
60
|
72
|
A5EE3896257658400014D0BE /* Filters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Filters.swift; sourceTree = "<group>"; };
|
|
@@ -81,9 +93,11 @@
|
81
|
93
|
isa = PBXGroup;
|
82
|
94
|
children = (
|
83
|
95
|
A51B4F762546674C002AFF05 /* FlowersResponseModel.swift */,
|
|
96
|
+ A5799DB62591594D003E975D /* HistoryResponseModel.swift */,
|
|
97
|
+ A5EE389025763D3A0014D0BE /* AuthenticationModel.swift */,
|
|
98
|
+ A5799DB3259157AC003E975D /* FlowerVerbose.swift */,
|
84
|
99
|
A5711B8A255CE03000E727BB /* Flower.swift */,
|
85
|
100
|
A5EE3896257658400014D0BE /* Filters.swift */,
|
86
|
|
- A5EE389025763D3A0014D0BE /* AuthenticationModel.swift */,
|
87
|
101
|
A5F0D2FB258F3D2200AF735C /* User.swift */,
|
88
|
102
|
);
|
89
|
103
|
path = Model;
|
|
@@ -102,20 +116,22 @@
|
102
|
116
|
A5711B85255CCC1700E727BB /* View */ = {
|
103
|
117
|
isa = PBXGroup;
|
104
|
118
|
children = (
|
105
|
|
- A58640AE258F213600F626AB /* Authentication */,
|
|
119
|
+ A58640AE258F213600F626AB /* Authentication Page */,
|
106
|
120
|
A5EE38B6257819AA0014D0BE /* Discover Page */,
|
|
121
|
+ A5EA2F382590A61000699182 /* History Page */,
|
|
122
|
+ A5EA2F3E2590A65A00699182 /* MainView.swift */,
|
107
|
123
|
A5EE38B2257818BE0014D0BE /* StatusIcons.swift */,
|
108
|
124
|
);
|
109
|
125
|
path = View;
|
110
|
126
|
sourceTree = "<group>";
|
111
|
127
|
};
|
112
|
|
- A58640AE258F213600F626AB /* Authentication */ = {
|
|
128
|
+ A58640AE258F213600F626AB /* Authentication Page */ = {
|
113
|
129
|
isa = PBXGroup;
|
114
|
130
|
children = (
|
115
|
131
|
A58640B9258F30AD00F626AB /* LoginView.swift */,
|
116
|
132
|
A58640BD258F30F200F626AB /* RegisterView.swift */,
|
117
|
133
|
);
|
118
|
|
- path = Authentication;
|
|
134
|
+ path = "Authentication Page";
|
119
|
135
|
sourceTree = "<group>";
|
120
|
136
|
};
|
121
|
137
|
A59A2734254556870052319F = {
|
|
@@ -162,9 +178,10 @@
|
162
|
178
|
isa = PBXGroup;
|
163
|
179
|
children = (
|
164
|
180
|
A50EEFCC255D175400545CFE /* ContentDataSource.swift */,
|
|
181
|
+ A5EE38A3257700230014D0BE /* ImageManager.swift */,
|
165
|
182
|
A5EA2F23258FEC2300699182 /* AuthenticationService.swift */,
|
166
|
183
|
A5EA2F27258FEC3D00699182 /* FlowerService.swift */,
|
167
|
|
- A5EE38A3257700230014D0BE /* ImageManager.swift */,
|
|
184
|
+ A5799DAF2591390D003E975D /* HistoryService.swift */,
|
168
|
185
|
);
|
169
|
186
|
path = Services;
|
170
|
187
|
sourceTree = "<group>";
|
|
@@ -178,6 +195,15 @@
|
178
|
195
|
path = Supporting;
|
179
|
196
|
sourceTree = "<group>";
|
180
|
197
|
};
|
|
198
|
+ A5EA2F382590A61000699182 /* History Page */ = {
|
|
199
|
+ isa = PBXGroup;
|
|
200
|
+ children = (
|
|
201
|
+ A5EA2F392590A62D00699182 /* HistoryView.swift */,
|
|
202
|
+ A5799DBA25915C2B003E975D /* FlowerVerboseDetailView.swift */,
|
|
203
|
+ );
|
|
204
|
+ path = "History Page";
|
|
205
|
+ sourceTree = "<group>";
|
|
206
|
+ };
|
181
|
207
|
A5EE38B6257819AA0014D0BE /* Discover Page */ = {
|
182
|
208
|
isa = PBXGroup;
|
183
|
209
|
children = (
|
|
@@ -263,16 +289,21 @@
|
263
|
289
|
buildActionMask = 2147483647;
|
264
|
290
|
files = (
|
265
|
291
|
A50EEFCD255D175400545CFE /* ContentDataSource.swift in Sources */,
|
|
292
|
+ A5EA2F3F2590A65A00699182 /* MainView.swift in Sources */,
|
266
|
293
|
A5EA2F2C258FF0BD00699182 /* Constants.swift in Sources */,
|
267
|
294
|
A59A2743254556880052319F /* DiscoverView.swift in Sources */,
|
268
|
295
|
A5EE389125763D3A0014D0BE /* AuthenticationModel.swift in Sources */,
|
269
|
296
|
A5EE38A4257700230014D0BE /* ImageManager.swift in Sources */,
|
270
|
297
|
A5EE38B0257818520014D0BE /* FlowersList.swift in Sources */,
|
|
298
|
+ A5799DB02591390D003E975D /* HistoryService.swift in Sources */,
|
|
299
|
+ A5EA2F3A2590A62D00699182 /* HistoryView.swift in Sources */,
|
271
|
300
|
A51B4F772546674C002AFF05 /* FlowersResponseModel.swift in Sources */,
|
272
|
301
|
A5EE3897257658400014D0BE /* Filters.swift in Sources */,
|
273
|
302
|
A5711B8B255CE03000E727BB /* Flower.swift in Sources */,
|
274
|
303
|
A59A2741254556880052319F /* FlowerdexApp.swift in Sources */,
|
|
304
|
+ A5799DB72591594D003E975D /* HistoryResponseModel.swift in Sources */,
|
275
|
305
|
A5EA2F32258FF58200699182 /* Responses.swift in Sources */,
|
|
306
|
+ A5799DBB25915C2B003E975D /* FlowerVerboseDetailView.swift in Sources */,
|
276
|
307
|
A58640BE258F30F200F626AB /* RegisterView.swift in Sources */,
|
277
|
308
|
A5EE388D2576362B0014D0BE /* FilterFields.swift in Sources */,
|
278
|
309
|
A5F3271A25460C0B003BCE0F /* FlowerDetailView.swift in Sources */,
|
|
@@ -284,6 +315,7 @@
|
284
|
315
|
A5F0D2FC258F3D2200AF735C /* User.swift in Sources */,
|
285
|
316
|
A5EE38AC257772200014D0BE /* FiltersSheet.swift in Sources */,
|
286
|
317
|
A5EA2F28258FEC3D00699182 /* FlowerService.swift in Sources */,
|
|
318
|
+ A5799DB4259157AC003E975D /* FlowerVerbose.swift in Sources */,
|
287
|
319
|
);
|
288
|
320
|
runOnlyForDeploymentPostprocessing = 0;
|
289
|
321
|
};
|