|
@@ -0,0 +1,606 @@
|
|
1
|
+// !$*UTF8*$!
|
|
2
|
+{
|
|
3
|
+ archiveVersion = 1;
|
|
4
|
+ classes = {
|
|
5
|
+ };
|
|
6
|
+ objectVersion = 50;
|
|
7
|
+ objects = {
|
|
8
|
+
|
|
9
|
+/* Begin PBXBuildFile section */
|
|
10
|
+ 3565338325449C3600F2F0DE /* Comedores_SocialesApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3565338225449C3600F2F0DE /* Comedores_SocialesApp.swift */; };
|
|
11
|
+ 3565338525449C3600F2F0DE /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3565338425449C3600F2F0DE /* ContentView.swift */; };
|
|
12
|
+ 3565338725449C3800F2F0DE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3565338625449C3800F2F0DE /* Assets.xcassets */; };
|
|
13
|
+ 3565338A25449C3800F2F0DE /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3565338925449C3800F2F0DE /* Preview Assets.xcassets */; };
|
|
14
|
+ 3565338C25449C3800F2F0DE /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3565338B25449C3800F2F0DE /* Persistence.swift */; };
|
|
15
|
+ 3565338F25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 3565338D25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld */; };
|
|
16
|
+ 3565339A25449C3800F2F0DE /* Comedores_SocialesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3565339925449C3800F2F0DE /* Comedores_SocialesTests.swift */; };
|
|
17
|
+ 356533A525449C3900F2F0DE /* Comedores_SocialesUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 356533A425449C3900F2F0DE /* Comedores_SocialesUITests.swift */; };
|
|
18
|
+/* End PBXBuildFile section */
|
|
19
|
+
|
|
20
|
+/* Begin PBXContainerItemProxy section */
|
|
21
|
+ 3565339625449C3800F2F0DE /* PBXContainerItemProxy */ = {
|
|
22
|
+ isa = PBXContainerItemProxy;
|
|
23
|
+ containerPortal = 3565337725449C3600F2F0DE /* Project object */;
|
|
24
|
+ proxyType = 1;
|
|
25
|
+ remoteGlobalIDString = 3565337E25449C3600F2F0DE;
|
|
26
|
+ remoteInfo = "Comedores Sociales";
|
|
27
|
+ };
|
|
28
|
+ 356533A125449C3900F2F0DE /* PBXContainerItemProxy */ = {
|
|
29
|
+ isa = PBXContainerItemProxy;
|
|
30
|
+ containerPortal = 3565337725449C3600F2F0DE /* Project object */;
|
|
31
|
+ proxyType = 1;
|
|
32
|
+ remoteGlobalIDString = 3565337E25449C3600F2F0DE;
|
|
33
|
+ remoteInfo = "Comedores Sociales";
|
|
34
|
+ };
|
|
35
|
+/* End PBXContainerItemProxy section */
|
|
36
|
+
|
|
37
|
+/* Begin PBXFileReference section */
|
|
38
|
+ 3565337F25449C3600F2F0DE /* Comedores Sociales.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Comedores Sociales.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
39
|
+ 3565338225449C3600F2F0DE /* Comedores_SocialesApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Comedores_SocialesApp.swift; sourceTree = "<group>"; };
|
|
40
|
+ 3565338425449C3600F2F0DE /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
41
|
+ 3565338625449C3800F2F0DE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
42
|
+ 3565338925449C3800F2F0DE /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
|
43
|
+ 3565338B25449C3800F2F0DE /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; };
|
|
44
|
+ 3565338E25449C3800F2F0DE /* Comedores_Sociales.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Comedores_Sociales.xcdatamodel; sourceTree = "<group>"; };
|
|
45
|
+ 3565339025449C3800F2F0DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
46
|
+ 3565339525449C3800F2F0DE /* Comedores SocialesTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Comedores SocialesTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
47
|
+ 3565339925449C3800F2F0DE /* Comedores_SocialesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Comedores_SocialesTests.swift; sourceTree = "<group>"; };
|
|
48
|
+ 3565339B25449C3900F2F0DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
49
|
+ 356533A025449C3900F2F0DE /* Comedores SocialesUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Comedores SocialesUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
50
|
+ 356533A425449C3900F2F0DE /* Comedores_SocialesUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Comedores_SocialesUITests.swift; sourceTree = "<group>"; };
|
|
51
|
+ 356533A625449C3900F2F0DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
52
|
+/* End PBXFileReference section */
|
|
53
|
+
|
|
54
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
55
|
+ 3565337C25449C3600F2F0DE /* Frameworks */ = {
|
|
56
|
+ isa = PBXFrameworksBuildPhase;
|
|
57
|
+ buildActionMask = 2147483647;
|
|
58
|
+ files = (
|
|
59
|
+ );
|
|
60
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
61
|
+ };
|
|
62
|
+ 3565339225449C3800F2F0DE /* Frameworks */ = {
|
|
63
|
+ isa = PBXFrameworksBuildPhase;
|
|
64
|
+ buildActionMask = 2147483647;
|
|
65
|
+ files = (
|
|
66
|
+ );
|
|
67
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
68
|
+ };
|
|
69
|
+ 3565339D25449C3900F2F0DE /* Frameworks */ = {
|
|
70
|
+ isa = PBXFrameworksBuildPhase;
|
|
71
|
+ buildActionMask = 2147483647;
|
|
72
|
+ files = (
|
|
73
|
+ );
|
|
74
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
75
|
+ };
|
|
76
|
+/* End PBXFrameworksBuildPhase section */
|
|
77
|
+
|
|
78
|
+/* Begin PBXGroup section */
|
|
79
|
+ 3565337625449C3600F2F0DE = {
|
|
80
|
+ isa = PBXGroup;
|
|
81
|
+ children = (
|
|
82
|
+ 3565338125449C3600F2F0DE /* Comedores Sociales */,
|
|
83
|
+ 3565339825449C3800F2F0DE /* Comedores SocialesTests */,
|
|
84
|
+ 356533A325449C3900F2F0DE /* Comedores SocialesUITests */,
|
|
85
|
+ 3565338025449C3600F2F0DE /* Products */,
|
|
86
|
+ );
|
|
87
|
+ sourceTree = "<group>";
|
|
88
|
+ };
|
|
89
|
+ 3565338025449C3600F2F0DE /* Products */ = {
|
|
90
|
+ isa = PBXGroup;
|
|
91
|
+ children = (
|
|
92
|
+ 3565337F25449C3600F2F0DE /* Comedores Sociales.app */,
|
|
93
|
+ 3565339525449C3800F2F0DE /* Comedores SocialesTests.xctest */,
|
|
94
|
+ 356533A025449C3900F2F0DE /* Comedores SocialesUITests.xctest */,
|
|
95
|
+ );
|
|
96
|
+ name = Products;
|
|
97
|
+ sourceTree = "<group>";
|
|
98
|
+ };
|
|
99
|
+ 3565338125449C3600F2F0DE /* Comedores Sociales */ = {
|
|
100
|
+ isa = PBXGroup;
|
|
101
|
+ children = (
|
|
102
|
+ 3565338225449C3600F2F0DE /* Comedores_SocialesApp.swift */,
|
|
103
|
+ 3565338425449C3600F2F0DE /* ContentView.swift */,
|
|
104
|
+ 3565338625449C3800F2F0DE /* Assets.xcassets */,
|
|
105
|
+ 3565338B25449C3800F2F0DE /* Persistence.swift */,
|
|
106
|
+ 3565339025449C3800F2F0DE /* Info.plist */,
|
|
107
|
+ 3565338D25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld */,
|
|
108
|
+ 3565338825449C3800F2F0DE /* Preview Content */,
|
|
109
|
+ );
|
|
110
|
+ path = "Comedores Sociales";
|
|
111
|
+ sourceTree = "<group>";
|
|
112
|
+ };
|
|
113
|
+ 3565338825449C3800F2F0DE /* Preview Content */ = {
|
|
114
|
+ isa = PBXGroup;
|
|
115
|
+ children = (
|
|
116
|
+ 3565338925449C3800F2F0DE /* Preview Assets.xcassets */,
|
|
117
|
+ );
|
|
118
|
+ path = "Preview Content";
|
|
119
|
+ sourceTree = "<group>";
|
|
120
|
+ };
|
|
121
|
+ 3565339825449C3800F2F0DE /* Comedores SocialesTests */ = {
|
|
122
|
+ isa = PBXGroup;
|
|
123
|
+ children = (
|
|
124
|
+ 3565339925449C3800F2F0DE /* Comedores_SocialesTests.swift */,
|
|
125
|
+ 3565339B25449C3900F2F0DE /* Info.plist */,
|
|
126
|
+ );
|
|
127
|
+ path = "Comedores SocialesTests";
|
|
128
|
+ sourceTree = "<group>";
|
|
129
|
+ };
|
|
130
|
+ 356533A325449C3900F2F0DE /* Comedores SocialesUITests */ = {
|
|
131
|
+ isa = PBXGroup;
|
|
132
|
+ children = (
|
|
133
|
+ 356533A425449C3900F2F0DE /* Comedores_SocialesUITests.swift */,
|
|
134
|
+ 356533A625449C3900F2F0DE /* Info.plist */,
|
|
135
|
+ );
|
|
136
|
+ path = "Comedores SocialesUITests";
|
|
137
|
+ sourceTree = "<group>";
|
|
138
|
+ };
|
|
139
|
+/* End PBXGroup section */
|
|
140
|
+
|
|
141
|
+/* Begin PBXNativeTarget section */
|
|
142
|
+ 3565337E25449C3600F2F0DE /* Comedores Sociales */ = {
|
|
143
|
+ isa = PBXNativeTarget;
|
|
144
|
+ buildConfigurationList = 356533A925449C3900F2F0DE /* Build configuration list for PBXNativeTarget "Comedores Sociales" */;
|
|
145
|
+ buildPhases = (
|
|
146
|
+ 3565337B25449C3600F2F0DE /* Sources */,
|
|
147
|
+ 3565337C25449C3600F2F0DE /* Frameworks */,
|
|
148
|
+ 3565337D25449C3600F2F0DE /* Resources */,
|
|
149
|
+ );
|
|
150
|
+ buildRules = (
|
|
151
|
+ );
|
|
152
|
+ dependencies = (
|
|
153
|
+ );
|
|
154
|
+ name = "Comedores Sociales";
|
|
155
|
+ productName = "Comedores Sociales";
|
|
156
|
+ productReference = 3565337F25449C3600F2F0DE /* Comedores Sociales.app */;
|
|
157
|
+ productType = "com.apple.product-type.application";
|
|
158
|
+ };
|
|
159
|
+ 3565339425449C3800F2F0DE /* Comedores SocialesTests */ = {
|
|
160
|
+ isa = PBXNativeTarget;
|
|
161
|
+ buildConfigurationList = 356533AC25449C3900F2F0DE /* Build configuration list for PBXNativeTarget "Comedores SocialesTests" */;
|
|
162
|
+ buildPhases = (
|
|
163
|
+ 3565339125449C3800F2F0DE /* Sources */,
|
|
164
|
+ 3565339225449C3800F2F0DE /* Frameworks */,
|
|
165
|
+ 3565339325449C3800F2F0DE /* Resources */,
|
|
166
|
+ );
|
|
167
|
+ buildRules = (
|
|
168
|
+ );
|
|
169
|
+ dependencies = (
|
|
170
|
+ 3565339725449C3800F2F0DE /* PBXTargetDependency */,
|
|
171
|
+ );
|
|
172
|
+ name = "Comedores SocialesTests";
|
|
173
|
+ productName = "Comedores SocialesTests";
|
|
174
|
+ productReference = 3565339525449C3800F2F0DE /* Comedores SocialesTests.xctest */;
|
|
175
|
+ productType = "com.apple.product-type.bundle.unit-test";
|
|
176
|
+ };
|
|
177
|
+ 3565339F25449C3900F2F0DE /* Comedores SocialesUITests */ = {
|
|
178
|
+ isa = PBXNativeTarget;
|
|
179
|
+ buildConfigurationList = 356533AF25449C3900F2F0DE /* Build configuration list for PBXNativeTarget "Comedores SocialesUITests" */;
|
|
180
|
+ buildPhases = (
|
|
181
|
+ 3565339C25449C3900F2F0DE /* Sources */,
|
|
182
|
+ 3565339D25449C3900F2F0DE /* Frameworks */,
|
|
183
|
+ 3565339E25449C3900F2F0DE /* Resources */,
|
|
184
|
+ );
|
|
185
|
+ buildRules = (
|
|
186
|
+ );
|
|
187
|
+ dependencies = (
|
|
188
|
+ 356533A225449C3900F2F0DE /* PBXTargetDependency */,
|
|
189
|
+ );
|
|
190
|
+ name = "Comedores SocialesUITests";
|
|
191
|
+ productName = "Comedores SocialesUITests";
|
|
192
|
+ productReference = 356533A025449C3900F2F0DE /* Comedores SocialesUITests.xctest */;
|
|
193
|
+ productType = "com.apple.product-type.bundle.ui-testing";
|
|
194
|
+ };
|
|
195
|
+/* End PBXNativeTarget section */
|
|
196
|
+
|
|
197
|
+/* Begin PBXProject section */
|
|
198
|
+ 3565337725449C3600F2F0DE /* Project object */ = {
|
|
199
|
+ isa = PBXProject;
|
|
200
|
+ attributes = {
|
|
201
|
+ LastSwiftUpdateCheck = 1210;
|
|
202
|
+ LastUpgradeCheck = 1210;
|
|
203
|
+ TargetAttributes = {
|
|
204
|
+ 3565337E25449C3600F2F0DE = {
|
|
205
|
+ CreatedOnToolsVersion = 12.1;
|
|
206
|
+ };
|
|
207
|
+ 3565339425449C3800F2F0DE = {
|
|
208
|
+ CreatedOnToolsVersion = 12.1;
|
|
209
|
+ TestTargetID = 3565337E25449C3600F2F0DE;
|
|
210
|
+ };
|
|
211
|
+ 3565339F25449C3900F2F0DE = {
|
|
212
|
+ CreatedOnToolsVersion = 12.1;
|
|
213
|
+ TestTargetID = 3565337E25449C3600F2F0DE;
|
|
214
|
+ };
|
|
215
|
+ };
|
|
216
|
+ };
|
|
217
|
+ buildConfigurationList = 3565337A25449C3600F2F0DE /* Build configuration list for PBXProject "Comedores Sociales" */;
|
|
218
|
+ compatibilityVersion = "Xcode 9.3";
|
|
219
|
+ developmentRegion = en;
|
|
220
|
+ hasScannedForEncodings = 0;
|
|
221
|
+ knownRegions = (
|
|
222
|
+ en,
|
|
223
|
+ Base,
|
|
224
|
+ );
|
|
225
|
+ mainGroup = 3565337625449C3600F2F0DE;
|
|
226
|
+ productRefGroup = 3565338025449C3600F2F0DE /* Products */;
|
|
227
|
+ projectDirPath = "";
|
|
228
|
+ projectRoot = "";
|
|
229
|
+ targets = (
|
|
230
|
+ 3565337E25449C3600F2F0DE /* Comedores Sociales */,
|
|
231
|
+ 3565339425449C3800F2F0DE /* Comedores SocialesTests */,
|
|
232
|
+ 3565339F25449C3900F2F0DE /* Comedores SocialesUITests */,
|
|
233
|
+ );
|
|
234
|
+ };
|
|
235
|
+/* End PBXProject section */
|
|
236
|
+
|
|
237
|
+/* Begin PBXResourcesBuildPhase section */
|
|
238
|
+ 3565337D25449C3600F2F0DE /* Resources */ = {
|
|
239
|
+ isa = PBXResourcesBuildPhase;
|
|
240
|
+ buildActionMask = 2147483647;
|
|
241
|
+ files = (
|
|
242
|
+ 3565338A25449C3800F2F0DE /* Preview Assets.xcassets in Resources */,
|
|
243
|
+ 3565338725449C3800F2F0DE /* Assets.xcassets in Resources */,
|
|
244
|
+ );
|
|
245
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
246
|
+ };
|
|
247
|
+ 3565339325449C3800F2F0DE /* Resources */ = {
|
|
248
|
+ isa = PBXResourcesBuildPhase;
|
|
249
|
+ buildActionMask = 2147483647;
|
|
250
|
+ files = (
|
|
251
|
+ );
|
|
252
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
253
|
+ };
|
|
254
|
+ 3565339E25449C3900F2F0DE /* Resources */ = {
|
|
255
|
+ isa = PBXResourcesBuildPhase;
|
|
256
|
+ buildActionMask = 2147483647;
|
|
257
|
+ files = (
|
|
258
|
+ );
|
|
259
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
260
|
+ };
|
|
261
|
+/* End PBXResourcesBuildPhase section */
|
|
262
|
+
|
|
263
|
+/* Begin PBXSourcesBuildPhase section */
|
|
264
|
+ 3565337B25449C3600F2F0DE /* Sources */ = {
|
|
265
|
+ isa = PBXSourcesBuildPhase;
|
|
266
|
+ buildActionMask = 2147483647;
|
|
267
|
+ files = (
|
|
268
|
+ 3565338C25449C3800F2F0DE /* Persistence.swift in Sources */,
|
|
269
|
+ 3565338525449C3600F2F0DE /* ContentView.swift in Sources */,
|
|
270
|
+ 3565338F25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld in Sources */,
|
|
271
|
+ 3565338325449C3600F2F0DE /* Comedores_SocialesApp.swift in Sources */,
|
|
272
|
+ );
|
|
273
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
274
|
+ };
|
|
275
|
+ 3565339125449C3800F2F0DE /* Sources */ = {
|
|
276
|
+ isa = PBXSourcesBuildPhase;
|
|
277
|
+ buildActionMask = 2147483647;
|
|
278
|
+ files = (
|
|
279
|
+ 3565339A25449C3800F2F0DE /* Comedores_SocialesTests.swift in Sources */,
|
|
280
|
+ );
|
|
281
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
282
|
+ };
|
|
283
|
+ 3565339C25449C3900F2F0DE /* Sources */ = {
|
|
284
|
+ isa = PBXSourcesBuildPhase;
|
|
285
|
+ buildActionMask = 2147483647;
|
|
286
|
+ files = (
|
|
287
|
+ 356533A525449C3900F2F0DE /* Comedores_SocialesUITests.swift in Sources */,
|
|
288
|
+ );
|
|
289
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
290
|
+ };
|
|
291
|
+/* End PBXSourcesBuildPhase section */
|
|
292
|
+
|
|
293
|
+/* Begin PBXTargetDependency section */
|
|
294
|
+ 3565339725449C3800F2F0DE /* PBXTargetDependency */ = {
|
|
295
|
+ isa = PBXTargetDependency;
|
|
296
|
+ target = 3565337E25449C3600F2F0DE /* Comedores Sociales */;
|
|
297
|
+ targetProxy = 3565339625449C3800F2F0DE /* PBXContainerItemProxy */;
|
|
298
|
+ };
|
|
299
|
+ 356533A225449C3900F2F0DE /* PBXTargetDependency */ = {
|
|
300
|
+ isa = PBXTargetDependency;
|
|
301
|
+ target = 3565337E25449C3600F2F0DE /* Comedores Sociales */;
|
|
302
|
+ targetProxy = 356533A125449C3900F2F0DE /* PBXContainerItemProxy */;
|
|
303
|
+ };
|
|
304
|
+/* End PBXTargetDependency section */
|
|
305
|
+
|
|
306
|
+/* Begin XCBuildConfiguration section */
|
|
307
|
+ 356533A725449C3900F2F0DE /* Debug */ = {
|
|
308
|
+ isa = XCBuildConfiguration;
|
|
309
|
+ buildSettings = {
|
|
310
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
311
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
312
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
313
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
314
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
315
|
+ CLANG_ENABLE_MODULES = YES;
|
|
316
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
317
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
318
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
319
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
320
|
+ CLANG_WARN_COMMA = YES;
|
|
321
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
322
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
323
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
324
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
325
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
326
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
327
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
328
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
329
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
330
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
331
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
332
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
333
|
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
334
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
335
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
336
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
337
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
338
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
339
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
340
|
+ COPY_PHASE_STRIP = NO;
|
|
341
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
342
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
343
|
+ ENABLE_TESTABILITY = YES;
|
|
344
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
345
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
346
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
347
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
348
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
349
|
+ "DEBUG=1",
|
|
350
|
+ "$(inherited)",
|
|
351
|
+ );
|
|
352
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
353
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
354
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
355
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
356
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
357
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
358
|
+ IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
|
359
|
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
360
|
+ MTL_FAST_MATH = YES;
|
|
361
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
362
|
+ SDKROOT = iphoneos;
|
|
363
|
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
364
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
365
|
+ };
|
|
366
|
+ name = Debug;
|
|
367
|
+ };
|
|
368
|
+ 356533A825449C3900F2F0DE /* Release */ = {
|
|
369
|
+ isa = XCBuildConfiguration;
|
|
370
|
+ buildSettings = {
|
|
371
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
372
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
373
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
374
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
375
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
376
|
+ CLANG_ENABLE_MODULES = YES;
|
|
377
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
378
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
379
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
380
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
381
|
+ CLANG_WARN_COMMA = YES;
|
|
382
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
383
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
384
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
385
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
386
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
387
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
388
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
389
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
390
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
391
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
392
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
393
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
394
|
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
395
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
396
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
397
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
398
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
399
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
400
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
401
|
+ COPY_PHASE_STRIP = NO;
|
|
402
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
403
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
404
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
405
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
406
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
407
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
408
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
409
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
410
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
411
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
412
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
413
|
+ IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
|
414
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
415
|
+ MTL_FAST_MATH = YES;
|
|
416
|
+ SDKROOT = iphoneos;
|
|
417
|
+ SWIFT_COMPILATION_MODE = wholemodule;
|
|
418
|
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
419
|
+ VALIDATE_PRODUCT = YES;
|
|
420
|
+ };
|
|
421
|
+ name = Release;
|
|
422
|
+ };
|
|
423
|
+ 356533AA25449C3900F2F0DE /* Debug */ = {
|
|
424
|
+ isa = XCBuildConfiguration;
|
|
425
|
+ buildSettings = {
|
|
426
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
427
|
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
428
|
+ CODE_SIGN_STYLE = Automatic;
|
|
429
|
+ DEVELOPMENT_ASSET_PATHS = "\"Comedores Sociales/Preview Content\"";
|
|
430
|
+ DEVELOPMENT_TEAM = 4P4738NUTG;
|
|
431
|
+ ENABLE_PREVIEWS = YES;
|
|
432
|
+ INFOPLIST_FILE = "Comedores Sociales/Info.plist";
|
|
433
|
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
434
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
435
|
+ "$(inherited)",
|
|
436
|
+ "@executable_path/Frameworks",
|
|
437
|
+ );
|
|
438
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.hectorcarrion.Comedores-Sociales";
|
|
439
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
440
|
+ SWIFT_VERSION = 5.0;
|
|
441
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
442
|
+ };
|
|
443
|
+ name = Debug;
|
|
444
|
+ };
|
|
445
|
+ 356533AB25449C3900F2F0DE /* Release */ = {
|
|
446
|
+ isa = XCBuildConfiguration;
|
|
447
|
+ buildSettings = {
|
|
448
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
449
|
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
450
|
+ CODE_SIGN_STYLE = Automatic;
|
|
451
|
+ DEVELOPMENT_ASSET_PATHS = "\"Comedores Sociales/Preview Content\"";
|
|
452
|
+ DEVELOPMENT_TEAM = 4P4738NUTG;
|
|
453
|
+ ENABLE_PREVIEWS = YES;
|
|
454
|
+ INFOPLIST_FILE = "Comedores Sociales/Info.plist";
|
|
455
|
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
456
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
457
|
+ "$(inherited)",
|
|
458
|
+ "@executable_path/Frameworks",
|
|
459
|
+ );
|
|
460
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.hectorcarrion.Comedores-Sociales";
|
|
461
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
462
|
+ SWIFT_VERSION = 5.0;
|
|
463
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
464
|
+ };
|
|
465
|
+ name = Release;
|
|
466
|
+ };
|
|
467
|
+ 356533AD25449C3900F2F0DE /* Debug */ = {
|
|
468
|
+ isa = XCBuildConfiguration;
|
|
469
|
+ buildSettings = {
|
|
470
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
471
|
+ BUNDLE_LOADER = "$(TEST_HOST)";
|
|
472
|
+ CODE_SIGN_STYLE = Automatic;
|
|
473
|
+ DEVELOPMENT_TEAM = 4P4738NUTG;
|
|
474
|
+ INFOPLIST_FILE = "Comedores SocialesTests/Info.plist";
|
|
475
|
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
476
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
477
|
+ "$(inherited)",
|
|
478
|
+ "@executable_path/Frameworks",
|
|
479
|
+ "@loader_path/Frameworks",
|
|
480
|
+ );
|
|
481
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.hectorcarrion.Comedores-SocialesTests";
|
|
482
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
483
|
+ SWIFT_VERSION = 5.0;
|
|
484
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
485
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Comedores Sociales.app/Comedores Sociales";
|
|
486
|
+ };
|
|
487
|
+ name = Debug;
|
|
488
|
+ };
|
|
489
|
+ 356533AE25449C3900F2F0DE /* Release */ = {
|
|
490
|
+ isa = XCBuildConfiguration;
|
|
491
|
+ buildSettings = {
|
|
492
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
493
|
+ BUNDLE_LOADER = "$(TEST_HOST)";
|
|
494
|
+ CODE_SIGN_STYLE = Automatic;
|
|
495
|
+ DEVELOPMENT_TEAM = 4P4738NUTG;
|
|
496
|
+ INFOPLIST_FILE = "Comedores SocialesTests/Info.plist";
|
|
497
|
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
498
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
499
|
+ "$(inherited)",
|
|
500
|
+ "@executable_path/Frameworks",
|
|
501
|
+ "@loader_path/Frameworks",
|
|
502
|
+ );
|
|
503
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.hectorcarrion.Comedores-SocialesTests";
|
|
504
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
505
|
+ SWIFT_VERSION = 5.0;
|
|
506
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
507
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Comedores Sociales.app/Comedores Sociales";
|
|
508
|
+ };
|
|
509
|
+ name = Release;
|
|
510
|
+ };
|
|
511
|
+ 356533B025449C3900F2F0DE /* Debug */ = {
|
|
512
|
+ isa = XCBuildConfiguration;
|
|
513
|
+ buildSettings = {
|
|
514
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
515
|
+ CODE_SIGN_STYLE = Automatic;
|
|
516
|
+ DEVELOPMENT_TEAM = 4P4738NUTG;
|
|
517
|
+ INFOPLIST_FILE = "Comedores SocialesUITests/Info.plist";
|
|
518
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
519
|
+ "$(inherited)",
|
|
520
|
+ "@executable_path/Frameworks",
|
|
521
|
+ "@loader_path/Frameworks",
|
|
522
|
+ );
|
|
523
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.hectorcarrion.Comedores-SocialesUITests";
|
|
524
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
525
|
+ SWIFT_VERSION = 5.0;
|
|
526
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
527
|
+ TEST_TARGET_NAME = "Comedores Sociales";
|
|
528
|
+ };
|
|
529
|
+ name = Debug;
|
|
530
|
+ };
|
|
531
|
+ 356533B125449C3900F2F0DE /* Release */ = {
|
|
532
|
+ isa = XCBuildConfiguration;
|
|
533
|
+ buildSettings = {
|
|
534
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
535
|
+ CODE_SIGN_STYLE = Automatic;
|
|
536
|
+ DEVELOPMENT_TEAM = 4P4738NUTG;
|
|
537
|
+ INFOPLIST_FILE = "Comedores SocialesUITests/Info.plist";
|
|
538
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
539
|
+ "$(inherited)",
|
|
540
|
+ "@executable_path/Frameworks",
|
|
541
|
+ "@loader_path/Frameworks",
|
|
542
|
+ );
|
|
543
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.hectorcarrion.Comedores-SocialesUITests";
|
|
544
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
545
|
+ SWIFT_VERSION = 5.0;
|
|
546
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
547
|
+ TEST_TARGET_NAME = "Comedores Sociales";
|
|
548
|
+ };
|
|
549
|
+ name = Release;
|
|
550
|
+ };
|
|
551
|
+/* End XCBuildConfiguration section */
|
|
552
|
+
|
|
553
|
+/* Begin XCConfigurationList section */
|
|
554
|
+ 3565337A25449C3600F2F0DE /* Build configuration list for PBXProject "Comedores Sociales" */ = {
|
|
555
|
+ isa = XCConfigurationList;
|
|
556
|
+ buildConfigurations = (
|
|
557
|
+ 356533A725449C3900F2F0DE /* Debug */,
|
|
558
|
+ 356533A825449C3900F2F0DE /* Release */,
|
|
559
|
+ );
|
|
560
|
+ defaultConfigurationIsVisible = 0;
|
|
561
|
+ defaultConfigurationName = Release;
|
|
562
|
+ };
|
|
563
|
+ 356533A925449C3900F2F0DE /* Build configuration list for PBXNativeTarget "Comedores Sociales" */ = {
|
|
564
|
+ isa = XCConfigurationList;
|
|
565
|
+ buildConfigurations = (
|
|
566
|
+ 356533AA25449C3900F2F0DE /* Debug */,
|
|
567
|
+ 356533AB25449C3900F2F0DE /* Release */,
|
|
568
|
+ );
|
|
569
|
+ defaultConfigurationIsVisible = 0;
|
|
570
|
+ defaultConfigurationName = Release;
|
|
571
|
+ };
|
|
572
|
+ 356533AC25449C3900F2F0DE /* Build configuration list for PBXNativeTarget "Comedores SocialesTests" */ = {
|
|
573
|
+ isa = XCConfigurationList;
|
|
574
|
+ buildConfigurations = (
|
|
575
|
+ 356533AD25449C3900F2F0DE /* Debug */,
|
|
576
|
+ 356533AE25449C3900F2F0DE /* Release */,
|
|
577
|
+ );
|
|
578
|
+ defaultConfigurationIsVisible = 0;
|
|
579
|
+ defaultConfigurationName = Release;
|
|
580
|
+ };
|
|
581
|
+ 356533AF25449C3900F2F0DE /* Build configuration list for PBXNativeTarget "Comedores SocialesUITests" */ = {
|
|
582
|
+ isa = XCConfigurationList;
|
|
583
|
+ buildConfigurations = (
|
|
584
|
+ 356533B025449C3900F2F0DE /* Debug */,
|
|
585
|
+ 356533B125449C3900F2F0DE /* Release */,
|
|
586
|
+ );
|
|
587
|
+ defaultConfigurationIsVisible = 0;
|
|
588
|
+ defaultConfigurationName = Release;
|
|
589
|
+ };
|
|
590
|
+/* End XCConfigurationList section */
|
|
591
|
+
|
|
592
|
+/* Begin XCVersionGroup section */
|
|
593
|
+ 3565338D25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld */ = {
|
|
594
|
+ isa = XCVersionGroup;
|
|
595
|
+ children = (
|
|
596
|
+ 3565338E25449C3800F2F0DE /* Comedores_Sociales.xcdatamodel */,
|
|
597
|
+ );
|
|
598
|
+ currentVersion = 3565338E25449C3800F2F0DE /* Comedores_Sociales.xcdatamodel */;
|
|
599
|
+ path = Comedores_Sociales.xcdatamodeld;
|
|
600
|
+ sourceTree = "<group>";
|
|
601
|
+ versionGroupType = wrapper.xcdatamodel;
|
|
602
|
+ };
|
|
603
|
+/* End XCVersionGroup section */
|
|
604
|
+ };
|
|
605
|
+ rootObject = 3565337725449C3600F2F0DE /* Project object */;
|
|
606
|
+}
|