Newer Older
522 lines | 18.696kb
Bogdan Timofte authored a month ago
1
// !$*UTF8*$!
2
{
3
	archiveVersion = 1;
4
	classes = {
5
	};
6
	objectVersion = 77;
7
	objects = {
8

            
9
/* Begin PBXFileReference section */
10
		439832792FA4933E003C0182 /* HealthProbe.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HealthProbe.app; sourceTree = BUILT_PRODUCTS_DIR; };
Bogdan Timofte authored 2 weeks ago
11
		43A100012FA5000000000001 /* HealthProbeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HealthProbeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
Bogdan Timofte authored a month ago
12
/* End PBXFileReference section */
13

            
Bogdan Timofte authored 2 weeks ago
14
/* Begin PBXContainerItemProxy section */
15
		43A1000B2FA5000000000001 /* PBXContainerItemProxy */ = {
16
			isa = PBXContainerItemProxy;
17
			containerPortal = 439832712FA4933E003C0182 /* Project object */;
18
			proxyType = 1;
19
			remoteGlobalIDString = 439832782FA4933E003C0182;
20
			remoteInfo = HealthProbe;
21
		};
22
/* End PBXContainerItemProxy section */
23

            
Bogdan Timofte authored a month ago
24
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
25
		439832862FA4933F003C0182 /* Exceptions for "HealthProbe" folder in "HealthProbe" target */ = {
26
			isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
27
			membershipExceptions = (
Bogdan Timofte authored 2 weeks ago
28
				"Doc/00-agent-guides/AGENTS.md",
29
				"Doc/00-agent-guides/CLAUDE.md",
30
				"Doc/01-product/Forensics-Limitations.md",
31
				"Doc/01-product/MVP-Specification.md",
32
				"Doc/01-product/Product-Specification.md",
33
				"Doc/02-architecture/Core-Data-Cache-Design.md",
34
				"Doc/02-architecture/Database-Design.md",
35
				"Doc/02-architecture/Export-Specification.md",
36
				"Doc/02-architecture/Implementation-Guide.md",
37
				"Doc/03-ui/README.md",
38
				"Doc/04-project/IMPLEMENTATION_STATUS.md",
39
				"Doc/04-project/Refactoring-Plan.md",
40
				"Doc/99-archive/DATA_TYPE_VIEWS_OPTIMIZATION.md",
41
				"Doc/99-archive/REFACTORING_DATA_TYPE_VIEWS.md",
42
				Doc/README.md,
Bogdan Timofte authored a month ago
43
				Info.plist,
44
			);
45
			target = 439832782FA4933E003C0182 /* HealthProbe */;
46
		};
47
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
48

            
49
/* Begin PBXFileSystemSynchronizedRootGroup section */
50
		4398327B2FA4933E003C0182 /* HealthProbe */ = {
51
			isa = PBXFileSystemSynchronizedRootGroup;
52
			exceptions = (
53
				439832862FA4933F003C0182 /* Exceptions for "HealthProbe" folder in "HealthProbe" target */,
54
			);
55
			path = HealthProbe;
56
			sourceTree = "<group>";
57
		};
Bogdan Timofte authored 2 weeks ago
58
		43A100022FA5000000000001 /* HealthProbeTests */ = {
59
			isa = PBXFileSystemSynchronizedRootGroup;
60
			path = HealthProbeTests;
61
			sourceTree = "<group>";
62
		};
Bogdan Timofte authored a month ago
63
/* End PBXFileSystemSynchronizedRootGroup section */
64

            
65
/* Begin PBXFrameworksBuildPhase section */
66
		439832762FA4933E003C0182 /* Frameworks */ = {
67
			isa = PBXFrameworksBuildPhase;
68
			buildActionMask = 2147483647;
69
			files = (
70
			);
71
			runOnlyForDeploymentPostprocessing = 0;
72
		};
Bogdan Timofte authored 2 weeks ago
73
		43A100042FA5000000000001 /* Frameworks */ = {
74
			isa = PBXFrameworksBuildPhase;
75
			buildActionMask = 2147483647;
76
			files = (
77
			);
78
			runOnlyForDeploymentPostprocessing = 0;
79
		};
Bogdan Timofte authored a month ago
80
/* End PBXFrameworksBuildPhase section */
81

            
82
/* Begin PBXGroup section */
83
		439832702FA4933E003C0182 = {
84
			isa = PBXGroup;
85
			children = (
86
				4398327B2FA4933E003C0182 /* HealthProbe */,
Bogdan Timofte authored 2 weeks ago
87
				43A100022FA5000000000001 /* HealthProbeTests */,
Bogdan Timofte authored a month ago
88
				4398327A2FA4933E003C0182 /* Products */,
89
			);
90
			sourceTree = "<group>";
91
		};
92
		4398327A2FA4933E003C0182 /* Products */ = {
93
			isa = PBXGroup;
94
			children = (
95
				439832792FA4933E003C0182 /* HealthProbe.app */,
Bogdan Timofte authored 2 weeks ago
96
				43A100012FA5000000000001 /* HealthProbeTests.xctest */,
Bogdan Timofte authored a month ago
97
			);
98
			name = Products;
99
			sourceTree = "<group>";
100
		};
101
/* End PBXGroup section */
102

            
103
/* Begin PBXNativeTarget section */
104
		439832782FA4933E003C0182 /* HealthProbe */ = {
105
			isa = PBXNativeTarget;
106
			buildConfigurationList = 439832872FA4933F003C0182 /* Build configuration list for PBXNativeTarget "HealthProbe" */;
107
			buildPhases = (
108
				439832752FA4933E003C0182 /* Sources */,
109
				439832762FA4933E003C0182 /* Frameworks */,
110
				439832772FA4933E003C0182 /* Resources */,
111
			);
112
			buildRules = (
113
			);
114
			dependencies = (
115
			);
116
			fileSystemSynchronizedGroups = (
117
				4398327B2FA4933E003C0182 /* HealthProbe */,
118
			);
119
			name = HealthProbe;
120
			packageProductDependencies = (
121
			);
122
			productName = HealthProbe;
123
			productReference = 439832792FA4933E003C0182 /* HealthProbe.app */;
124
			productType = "com.apple.product-type.application";
125
		};
Bogdan Timofte authored 2 weeks ago
126
		43A100062FA5000000000001 /* HealthProbeTests */ = {
127
			isa = PBXNativeTarget;
128
			buildConfigurationList = 43A100092FA5000000000001 /* Build configuration list for PBXNativeTarget "HealthProbeTests" */;
129
			buildPhases = (
130
				43A100032FA5000000000001 /* Sources */,
131
				43A100042FA5000000000001 /* Frameworks */,
132
				43A100052FA5000000000001 /* Resources */,
133
			);
134
			buildRules = (
135
			);
136
			dependencies = (
137
				43A1000A2FA5000000000001 /* PBXTargetDependency */,
138
			);
139
			fileSystemSynchronizedGroups = (
140
				43A100022FA5000000000001 /* HealthProbeTests */,
141
			);
142
			name = HealthProbeTests;
143
			packageProductDependencies = (
144
			);
145
			productName = HealthProbeTests;
146
			productReference = 43A100012FA5000000000001 /* HealthProbeTests.xctest */;
147
			productType = "com.apple.product-type.bundle.unit-test";
148
		};
Bogdan Timofte authored a month ago
149
/* End PBXNativeTarget section */
150

            
151
/* Begin PBXProject section */
152
		439832712FA4933E003C0182 /* Project object */ = {
153
			isa = PBXProject;
154
			attributes = {
155
				BuildIndependentTargetsInParallel = 1;
156
				LastSwiftUpdateCheck = 2640;
Bogdan Timofte authored 2 weeks ago
157
				LastUpgradeCheck = 2650;
Bogdan Timofte authored a month ago
158
				TargetAttributes = {
159
					439832782FA4933E003C0182 = {
160
						CreatedOnToolsVersion = 26.4.1;
Bogdan Timofte authored a month ago
161
						SystemCapabilities = {
162
							com.apple.HealthKit = {
163
								enabled = 1;
164
							};
165
						};
Bogdan Timofte authored a month ago
166
					};
Bogdan Timofte authored 2 weeks ago
167
					43A100062FA5000000000001 = {
168
						CreatedOnToolsVersion = 26.4.1;
169
						TestTargetID = 439832782FA4933E003C0182;
170
					};
Bogdan Timofte authored a month ago
171
				};
172
			};
173
			buildConfigurationList = 439832742FA4933E003C0182 /* Build configuration list for PBXProject "HealthProbe" */;
174
			developmentRegion = en;
175
			hasScannedForEncodings = 0;
176
			knownRegions = (
177
				en,
178
				Base,
179
			);
180
			mainGroup = 439832702FA4933E003C0182;
181
			minimizedProjectReferenceProxies = 1;
182
			preferredProjectObjectVersion = 77;
183
			productRefGroup = 4398327A2FA4933E003C0182 /* Products */;
184
			projectDirPath = "";
185
			projectRoot = "";
186
			targets = (
187
				439832782FA4933E003C0182 /* HealthProbe */,
Bogdan Timofte authored 2 weeks ago
188
				43A100062FA5000000000001 /* HealthProbeTests */,
Bogdan Timofte authored a month ago
189
			);
190
		};
191
/* End PBXProject section */
192

            
193
/* Begin PBXResourcesBuildPhase section */
194
		439832772FA4933E003C0182 /* Resources */ = {
195
			isa = PBXResourcesBuildPhase;
196
			buildActionMask = 2147483647;
197
			files = (
198
			);
199
			runOnlyForDeploymentPostprocessing = 0;
200
		};
Bogdan Timofte authored 2 weeks ago
201
		43A100052FA5000000000001 /* Resources */ = {
202
			isa = PBXResourcesBuildPhase;
203
			buildActionMask = 2147483647;
204
			files = (
205
			);
206
			runOnlyForDeploymentPostprocessing = 0;
207
		};
Bogdan Timofte authored a month ago
208
/* End PBXResourcesBuildPhase section */
209

            
210
/* Begin PBXSourcesBuildPhase section */
211
		439832752FA4933E003C0182 /* Sources */ = {
212
			isa = PBXSourcesBuildPhase;
213
			buildActionMask = 2147483647;
214
			files = (
215
			);
216
			runOnlyForDeploymentPostprocessing = 0;
217
		};
Bogdan Timofte authored 2 weeks ago
218
		43A100032FA5000000000001 /* Sources */ = {
219
			isa = PBXSourcesBuildPhase;
220
			buildActionMask = 2147483647;
221
			files = (
222
			);
223
			runOnlyForDeploymentPostprocessing = 0;
224
		};
Bogdan Timofte authored a month ago
225
/* End PBXSourcesBuildPhase section */
226

            
Bogdan Timofte authored 2 weeks ago
227
/* Begin PBXTargetDependency section */
228
		43A1000A2FA5000000000001 /* PBXTargetDependency */ = {
229
			isa = PBXTargetDependency;
230
			target = 439832782FA4933E003C0182 /* HealthProbe */;
231
			targetProxy = 43A1000B2FA5000000000001 /* PBXContainerItemProxy */;
232
		};
233
/* End PBXTargetDependency section */
234

            
Bogdan Timofte authored a month ago
235
/* Begin XCBuildConfiguration section */
236
		439832882FA4933F003C0182 /* Debug */ = {
237
			isa = XCBuildConfiguration;
238
			buildSettings = {
239
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
240
				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
241
				CODE_SIGN_ENTITLEMENTS = HealthProbe/HealthProbe.entitlements;
242
				CODE_SIGN_STYLE = Automatic;
243
				CURRENT_PROJECT_VERSION = 1;
244
				DEVELOPMENT_TEAM = 9K2U3V9GZF;
245
				ENABLE_PREVIEWS = YES;
246
				GENERATE_INFOPLIST_FILE = YES;
247
				INFOPLIST_FILE = HealthProbe/Info.plist;
248
				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
249
				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
250
				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
251
				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
252
				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
253
				LD_RUNPATH_SEARCH_PATHS = (
254
					"$(inherited)",
255
					"@executable_path/Frameworks",
256
				);
257
				MARKETING_VERSION = 1.0;
258
				PRODUCT_BUNDLE_IDENTIFIER = ro.xdev.HealthProbe;
259
				PRODUCT_NAME = "$(TARGET_NAME)";
260
				STRING_CATALOG_GENERATE_SYMBOLS = YES;
Bogdan Timofte authored a month ago
261
				SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
262
				SUPPORTS_MACCATALYST = NO;
263
				SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
264
				SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
Bogdan Timofte authored a month ago
265
				SWIFT_APPROACHABLE_CONCURRENCY = YES;
266
				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
267
				SWIFT_EMIT_LOC_STRINGS = YES;
268
				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
269
				SWIFT_VERSION = 5.0;
Bogdan Timofte authored a month ago
270
				TARGETED_DEVICE_FAMILY = 1;
Bogdan Timofte authored a month ago
271
			};
272
			name = Debug;
273
		};
274
		439832892FA4933F003C0182 /* Release */ = {
275
			isa = XCBuildConfiguration;
276
			buildSettings = {
277
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
278
				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
279
				CODE_SIGN_ENTITLEMENTS = HealthProbe/HealthProbe.entitlements;
280
				CODE_SIGN_STYLE = Automatic;
281
				CURRENT_PROJECT_VERSION = 1;
282
				DEVELOPMENT_TEAM = 9K2U3V9GZF;
283
				ENABLE_PREVIEWS = YES;
284
				GENERATE_INFOPLIST_FILE = YES;
285
				INFOPLIST_FILE = HealthProbe/Info.plist;
286
				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
287
				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
288
				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
289
				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
290
				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
291
				LD_RUNPATH_SEARCH_PATHS = (
292
					"$(inherited)",
293
					"@executable_path/Frameworks",
294
				);
295
				MARKETING_VERSION = 1.0;
296
				PRODUCT_BUNDLE_IDENTIFIER = ro.xdev.HealthProbe;
297
				PRODUCT_NAME = "$(TARGET_NAME)";
298
				STRING_CATALOG_GENERATE_SYMBOLS = YES;
Bogdan Timofte authored a month ago
299
				SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
300
				SUPPORTS_MACCATALYST = NO;
301
				SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
302
				SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
Bogdan Timofte authored a month ago
303
				SWIFT_APPROACHABLE_CONCURRENCY = YES;
304
				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
305
				SWIFT_EMIT_LOC_STRINGS = YES;
306
				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
307
				SWIFT_VERSION = 5.0;
Bogdan Timofte authored a month ago
308
				TARGETED_DEVICE_FAMILY = 1;
Bogdan Timofte authored a month ago
309
			};
310
			name = Release;
311
		};
Bogdan Timofte authored 2 weeks ago
312
		43A100072FA5000000000001 /* Debug */ = {
313
			isa = XCBuildConfiguration;
314
			buildSettings = {
315
				BUNDLE_LOADER = "$(TEST_HOST)";
316
				CODE_SIGN_STYLE = Automatic;
317
				CURRENT_PROJECT_VERSION = 1;
318
				DEVELOPMENT_TEAM = 9K2U3V9GZF;
319
				GENERATE_INFOPLIST_FILE = YES;
320
				IPHONEOS_DEPLOYMENT_TARGET = 26.4;
321
				LD_RUNPATH_SEARCH_PATHS = (
322
					"$(inherited)",
323
					"@executable_path/Frameworks",
324
					"@loader_path/Frameworks",
325
				);
326
				MARKETING_VERSION = 1.0;
327
				PRODUCT_BUNDLE_IDENTIFIER = ro.xdev.HealthProbeTests;
328
				PRODUCT_NAME = "$(TARGET_NAME)";
329
				SDKROOT = iphoneos;
330
				SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
331
				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
332
				SWIFT_VERSION = 5.0;
333
				TARGETED_DEVICE_FAMILY = 1;
334
				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HealthProbe.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/HealthProbe";
335
				TEST_TARGET_NAME = HealthProbe;
336
			};
337
			name = Debug;
338
		};
339
		43A100082FA5000000000001 /* Release */ = {
340
			isa = XCBuildConfiguration;
341
			buildSettings = {
342
				BUNDLE_LOADER = "$(TEST_HOST)";
343
				CODE_SIGN_STYLE = Automatic;
344
				CURRENT_PROJECT_VERSION = 1;
345
				DEVELOPMENT_TEAM = 9K2U3V9GZF;
346
				GENERATE_INFOPLIST_FILE = YES;
347
				IPHONEOS_DEPLOYMENT_TARGET = 26.4;
348
				LD_RUNPATH_SEARCH_PATHS = (
349
					"$(inherited)",
350
					"@executable_path/Frameworks",
351
					"@loader_path/Frameworks",
352
				);
353
				MARKETING_VERSION = 1.0;
354
				PRODUCT_BUNDLE_IDENTIFIER = ro.xdev.HealthProbeTests;
355
				PRODUCT_NAME = "$(TARGET_NAME)";
356
				SDKROOT = iphoneos;
357
				SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
358
				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
359
				SWIFT_VERSION = 5.0;
360
				TARGETED_DEVICE_FAMILY = 1;
361
				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HealthProbe.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/HealthProbe";
362
				TEST_TARGET_NAME = HealthProbe;
363
			};
364
			name = Release;
365
		};
Bogdan Timofte authored a month ago
366
		4398328A2FA4933F003C0182 /* Debug */ = {
367
			isa = XCBuildConfiguration;
368
			buildSettings = {
369
				ALWAYS_SEARCH_USER_PATHS = NO;
370
				ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
371
				CLANG_ANALYZER_NONNULL = YES;
372
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
373
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
374
				CLANG_ENABLE_MODULES = YES;
375
				CLANG_ENABLE_OBJC_ARC = YES;
376
				CLANG_ENABLE_OBJC_WEAK = YES;
377
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
378
				CLANG_WARN_BOOL_CONVERSION = YES;
379
				CLANG_WARN_COMMA = YES;
380
				CLANG_WARN_CONSTANT_CONVERSION = YES;
381
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
382
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
383
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
384
				CLANG_WARN_EMPTY_BODY = YES;
385
				CLANG_WARN_ENUM_CONVERSION = YES;
386
				CLANG_WARN_INFINITE_RECURSION = YES;
387
				CLANG_WARN_INT_CONVERSION = YES;
388
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
389
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
390
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
391
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
392
				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
393
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
394
				CLANG_WARN_STRICT_PROTOTYPES = YES;
395
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
396
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
397
				CLANG_WARN_UNREACHABLE_CODE = YES;
398
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
399
				COPY_PHASE_STRIP = NO;
400
				DEBUG_INFORMATION_FORMAT = dwarf;
401
				DEVELOPMENT_TEAM = 9K2U3V9GZF;
402
				ENABLE_STRICT_OBJC_MSGSEND = YES;
403
				ENABLE_TESTABILITY = YES;
404
				ENABLE_USER_SCRIPT_SANDBOXING = YES;
405
				GCC_C_LANGUAGE_STANDARD = gnu17;
406
				GCC_DYNAMIC_NO_PIC = NO;
407
				GCC_NO_COMMON_BLOCKS = YES;
408
				GCC_OPTIMIZATION_LEVEL = 0;
409
				GCC_PREPROCESSOR_DEFINITIONS = (
410
					"DEBUG=1",
411
					"$(inherited)",
412
				);
413
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
414
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
415
				GCC_WARN_UNDECLARED_SELECTOR = YES;
416
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
417
				GCC_WARN_UNUSED_FUNCTION = YES;
418
				GCC_WARN_UNUSED_VARIABLE = YES;
419
				IPHONEOS_DEPLOYMENT_TARGET = 26.4;
420
				LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
421
				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
422
				MTL_FAST_MATH = YES;
423
				ONLY_ACTIVE_ARCH = YES;
424
				SDKROOT = iphoneos;
Bogdan Timofte authored 2 weeks ago
425
				STRING_CATALOG_GENERATE_SYMBOLS = YES;
Bogdan Timofte authored a month ago
426
				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
427
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
428
			};
429
			name = Debug;
430
		};
431
		4398328B2FA4933F003C0182 /* Release */ = {
432
			isa = XCBuildConfiguration;
433
			buildSettings = {
434
				ALWAYS_SEARCH_USER_PATHS = NO;
435
				ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
436
				CLANG_ANALYZER_NONNULL = YES;
437
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
438
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
439
				CLANG_ENABLE_MODULES = YES;
440
				CLANG_ENABLE_OBJC_ARC = YES;
441
				CLANG_ENABLE_OBJC_WEAK = YES;
442
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
443
				CLANG_WARN_BOOL_CONVERSION = YES;
444
				CLANG_WARN_COMMA = YES;
445
				CLANG_WARN_CONSTANT_CONVERSION = YES;
446
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
447
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
448
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
449
				CLANG_WARN_EMPTY_BODY = YES;
450
				CLANG_WARN_ENUM_CONVERSION = YES;
451
				CLANG_WARN_INFINITE_RECURSION = YES;
452
				CLANG_WARN_INT_CONVERSION = YES;
453
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
454
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
455
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
456
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
457
				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
458
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
459
				CLANG_WARN_STRICT_PROTOTYPES = YES;
460
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
461
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
462
				CLANG_WARN_UNREACHABLE_CODE = YES;
463
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
464
				COPY_PHASE_STRIP = NO;
465
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
466
				DEVELOPMENT_TEAM = 9K2U3V9GZF;
467
				ENABLE_NS_ASSERTIONS = NO;
468
				ENABLE_STRICT_OBJC_MSGSEND = YES;
469
				ENABLE_USER_SCRIPT_SANDBOXING = YES;
470
				GCC_C_LANGUAGE_STANDARD = gnu17;
471
				GCC_NO_COMMON_BLOCKS = YES;
472
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
473
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
474
				GCC_WARN_UNDECLARED_SELECTOR = YES;
475
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
476
				GCC_WARN_UNUSED_FUNCTION = YES;
477
				GCC_WARN_UNUSED_VARIABLE = YES;
478
				IPHONEOS_DEPLOYMENT_TARGET = 26.4;
479
				LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
480
				MTL_ENABLE_DEBUG_INFO = NO;
481
				MTL_FAST_MATH = YES;
482
				SDKROOT = iphoneos;
Bogdan Timofte authored 2 weeks ago
483
				STRING_CATALOG_GENERATE_SYMBOLS = YES;
Bogdan Timofte authored a month ago
484
				SWIFT_COMPILATION_MODE = wholemodule;
485
				VALIDATE_PRODUCT = YES;
486
			};
487
			name = Release;
488
		};
489
/* End XCBuildConfiguration section */
490

            
491
/* Begin XCConfigurationList section */
492
		439832742FA4933E003C0182 /* Build configuration list for PBXProject "HealthProbe" */ = {
493
			isa = XCConfigurationList;
494
			buildConfigurations = (
495
				4398328A2FA4933F003C0182 /* Debug */,
496
				4398328B2FA4933F003C0182 /* Release */,
497
			);
498
			defaultConfigurationIsVisible = 0;
499
			defaultConfigurationName = Release;
500
		};
501
		439832872FA4933F003C0182 /* Build configuration list for PBXNativeTarget "HealthProbe" */ = {
502
			isa = XCConfigurationList;
503
			buildConfigurations = (
504
				439832882FA4933F003C0182 /* Debug */,
505
				439832892FA4933F003C0182 /* Release */,
506
			);
507
			defaultConfigurationIsVisible = 0;
508
			defaultConfigurationName = Release;
509
		};
Bogdan Timofte authored 2 weeks ago
510
		43A100092FA5000000000001 /* Build configuration list for PBXNativeTarget "HealthProbeTests" */ = {
511
			isa = XCConfigurationList;
512
			buildConfigurations = (
513
				43A100072FA5000000000001 /* Debug */,
514
				43A100082FA5000000000001 /* Release */,
515
			);
516
			defaultConfigurationIsVisible = 0;
517
			defaultConfigurationName = Release;
518
		};
Bogdan Timofte authored a month ago
519
/* End XCConfigurationList section */
520
	};
521
	rootObject = 439832712FA4933E003C0182 /* Project object */;
522
}