|
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; };
|
|
|
11
|
/* End PBXFileReference section */
|
|
|
12
|
|
|
|
13
|
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
|
|
|
14
|
439832862FA4933F003C0182 /* Exceptions for "HealthProbe" folder in "HealthProbe" target */ = {
|
|
|
15
|
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
|
|
|
16
|
membershipExceptions = (
|
|
|
17
|
Info.plist,
|
|
|
18
|
);
|
|
|
19
|
target = 439832782FA4933E003C0182 /* HealthProbe */;
|
|
|
20
|
};
|
|
|
21
|
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
|
|
|
22
|
|
|
|
23
|
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
|
|
24
|
4398327B2FA4933E003C0182 /* HealthProbe */ = {
|
|
|
25
|
isa = PBXFileSystemSynchronizedRootGroup;
|
|
|
26
|
exceptions = (
|
|
|
27
|
439832862FA4933F003C0182 /* Exceptions for "HealthProbe" folder in "HealthProbe" target */,
|
|
|
28
|
);
|
|
|
29
|
path = HealthProbe;
|
|
|
30
|
sourceTree = "<group>";
|
|
|
31
|
};
|
|
|
32
|
/* End PBXFileSystemSynchronizedRootGroup section */
|
|
|
33
|
|
|
|
34
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
35
|
439832762FA4933E003C0182 /* Frameworks */ = {
|
|
|
36
|
isa = PBXFrameworksBuildPhase;
|
|
|
37
|
buildActionMask = 2147483647;
|
|
|
38
|
files = (
|
|
|
39
|
);
|
|
|
40
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
41
|
};
|
|
|
42
|
/* End PBXFrameworksBuildPhase section */
|
|
|
43
|
|
|
|
44
|
/* Begin PBXGroup section */
|
|
|
45
|
439832702FA4933E003C0182 = {
|
|
|
46
|
isa = PBXGroup;
|
|
|
47
|
children = (
|
|
|
48
|
4398327B2FA4933E003C0182 /* HealthProbe */,
|
|
|
49
|
4398327A2FA4933E003C0182 /* Products */,
|
|
|
50
|
);
|
|
|
51
|
sourceTree = "<group>";
|
|
|
52
|
};
|
|
|
53
|
4398327A2FA4933E003C0182 /* Products */ = {
|
|
|
54
|
isa = PBXGroup;
|
|
|
55
|
children = (
|
|
|
56
|
439832792FA4933E003C0182 /* HealthProbe.app */,
|
|
|
57
|
);
|
|
|
58
|
name = Products;
|
|
|
59
|
sourceTree = "<group>";
|
|
|
60
|
};
|
|
|
61
|
/* End PBXGroup section */
|
|
|
62
|
|
|
|
63
|
/* Begin PBXNativeTarget section */
|
|
|
64
|
439832782FA4933E003C0182 /* HealthProbe */ = {
|
|
|
65
|
isa = PBXNativeTarget;
|
|
|
66
|
buildConfigurationList = 439832872FA4933F003C0182 /* Build configuration list for PBXNativeTarget "HealthProbe" */;
|
|
|
67
|
buildPhases = (
|
|
|
68
|
439832752FA4933E003C0182 /* Sources */,
|
|
|
69
|
439832762FA4933E003C0182 /* Frameworks */,
|
|
|
70
|
439832772FA4933E003C0182 /* Resources */,
|
|
|
71
|
);
|
|
|
72
|
buildRules = (
|
|
|
73
|
);
|
|
|
74
|
dependencies = (
|
|
|
75
|
);
|
|
|
76
|
fileSystemSynchronizedGroups = (
|
|
|
77
|
4398327B2FA4933E003C0182 /* HealthProbe */,
|
|
|
78
|
);
|
|
|
79
|
name = HealthProbe;
|
|
|
80
|
packageProductDependencies = (
|
|
|
81
|
);
|
|
|
82
|
productName = HealthProbe;
|
|
|
83
|
productReference = 439832792FA4933E003C0182 /* HealthProbe.app */;
|
|
|
84
|
productType = "com.apple.product-type.application";
|
|
|
85
|
};
|
|
|
86
|
/* End PBXNativeTarget section */
|
|
|
87
|
|
|
|
88
|
/* Begin PBXProject section */
|
|
|
89
|
439832712FA4933E003C0182 /* Project object */ = {
|
|
|
90
|
isa = PBXProject;
|
|
|
91
|
attributes = {
|
|
|
92
|
BuildIndependentTargetsInParallel = 1;
|
|
|
93
|
LastSwiftUpdateCheck = 2640;
|
|
|
94
|
LastUpgradeCheck = 2640;
|
|
|
95
|
TargetAttributes = {
|
|
|
96
|
439832782FA4933E003C0182 = {
|
|
|
97
|
CreatedOnToolsVersion = 26.4.1;
|
|
Bogdan Timofte
authored
a month ago
|
98
|
SystemCapabilities = {
|
|
|
99
|
com.apple.HealthKit = {
|
|
|
100
|
enabled = 1;
|
|
|
101
|
};
|
|
|
102
|
com.apple.iCloud = {
|
|
|
103
|
enabled = 1;
|
|
|
104
|
};
|
|
|
105
|
};
|
|
Bogdan Timofte
authored
a month ago
|
106
|
};
|
|
|
107
|
};
|
|
|
108
|
};
|
|
|
109
|
buildConfigurationList = 439832742FA4933E003C0182 /* Build configuration list for PBXProject "HealthProbe" */;
|
|
|
110
|
developmentRegion = en;
|
|
|
111
|
hasScannedForEncodings = 0;
|
|
|
112
|
knownRegions = (
|
|
|
113
|
en,
|
|
|
114
|
Base,
|
|
|
115
|
);
|
|
|
116
|
mainGroup = 439832702FA4933E003C0182;
|
|
|
117
|
minimizedProjectReferenceProxies = 1;
|
|
|
118
|
preferredProjectObjectVersion = 77;
|
|
|
119
|
productRefGroup = 4398327A2FA4933E003C0182 /* Products */;
|
|
|
120
|
projectDirPath = "";
|
|
|
121
|
projectRoot = "";
|
|
|
122
|
targets = (
|
|
|
123
|
439832782FA4933E003C0182 /* HealthProbe */,
|
|
|
124
|
);
|
|
|
125
|
};
|
|
|
126
|
/* End PBXProject section */
|
|
|
127
|
|
|
|
128
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
129
|
439832772FA4933E003C0182 /* Resources */ = {
|
|
|
130
|
isa = PBXResourcesBuildPhase;
|
|
|
131
|
buildActionMask = 2147483647;
|
|
|
132
|
files = (
|
|
|
133
|
);
|
|
|
134
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
135
|
};
|
|
|
136
|
/* End PBXResourcesBuildPhase section */
|
|
|
137
|
|
|
|
138
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
139
|
439832752FA4933E003C0182 /* Sources */ = {
|
|
|
140
|
isa = PBXSourcesBuildPhase;
|
|
|
141
|
buildActionMask = 2147483647;
|
|
|
142
|
files = (
|
|
|
143
|
);
|
|
|
144
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
145
|
};
|
|
|
146
|
/* End PBXSourcesBuildPhase section */
|
|
|
147
|
|
|
|
148
|
/* Begin XCBuildConfiguration section */
|
|
|
149
|
439832882FA4933F003C0182 /* Debug */ = {
|
|
|
150
|
isa = XCBuildConfiguration;
|
|
|
151
|
buildSettings = {
|
|
|
152
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
153
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
154
|
CODE_SIGN_ENTITLEMENTS = HealthProbe/HealthProbe.entitlements;
|
|
|
155
|
CODE_SIGN_STYLE = Automatic;
|
|
|
156
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
157
|
DEVELOPMENT_TEAM = 9K2U3V9GZF;
|
|
|
158
|
ENABLE_PREVIEWS = YES;
|
|
|
159
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
160
|
INFOPLIST_FILE = HealthProbe/Info.plist;
|
|
|
161
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
|
162
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
163
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
|
164
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
165
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
166
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
167
|
"$(inherited)",
|
|
|
168
|
"@executable_path/Frameworks",
|
|
|
169
|
);
|
|
|
170
|
MARKETING_VERSION = 1.0;
|
|
|
171
|
PRODUCT_BUNDLE_IDENTIFIER = ro.xdev.HealthProbe;
|
|
|
172
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
173
|
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
|
Bogdan Timofte
authored
a month ago
|
174
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
|
175
|
SUPPORTS_MACCATALYST = NO;
|
|
|
176
|
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
|
177
|
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
Bogdan Timofte
authored
a month ago
|
178
|
SWIFT_APPROACHABLE_CONCURRENCY = YES;
|
|
|
179
|
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
|
|
|
180
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
181
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
|
|
182
|
SWIFT_VERSION = 5.0;
|
|
Bogdan Timofte
authored
a month ago
|
183
|
TARGETED_DEVICE_FAMILY = 1;
|
|
Bogdan Timofte
authored
a month ago
|
184
|
};
|
|
|
185
|
name = Debug;
|
|
|
186
|
};
|
|
|
187
|
439832892FA4933F003C0182 /* Release */ = {
|
|
|
188
|
isa = XCBuildConfiguration;
|
|
|
189
|
buildSettings = {
|
|
|
190
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
191
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
192
|
CODE_SIGN_ENTITLEMENTS = HealthProbe/HealthProbe.entitlements;
|
|
|
193
|
CODE_SIGN_STYLE = Automatic;
|
|
|
194
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
195
|
DEVELOPMENT_TEAM = 9K2U3V9GZF;
|
|
|
196
|
ENABLE_PREVIEWS = YES;
|
|
|
197
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
198
|
INFOPLIST_FILE = HealthProbe/Info.plist;
|
|
|
199
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
|
200
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
201
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
|
202
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
203
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
204
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
205
|
"$(inherited)",
|
|
|
206
|
"@executable_path/Frameworks",
|
|
|
207
|
);
|
|
|
208
|
MARKETING_VERSION = 1.0;
|
|
|
209
|
PRODUCT_BUNDLE_IDENTIFIER = ro.xdev.HealthProbe;
|
|
|
210
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
211
|
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
|
Bogdan Timofte
authored
a month ago
|
212
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
|
213
|
SUPPORTS_MACCATALYST = NO;
|
|
|
214
|
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
|
215
|
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
Bogdan Timofte
authored
a month ago
|
216
|
SWIFT_APPROACHABLE_CONCURRENCY = YES;
|
|
|
217
|
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
|
|
|
218
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
219
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
|
|
220
|
SWIFT_VERSION = 5.0;
|
|
Bogdan Timofte
authored
a month ago
|
221
|
TARGETED_DEVICE_FAMILY = 1;
|
|
Bogdan Timofte
authored
a month ago
|
222
|
};
|
|
|
223
|
name = Release;
|
|
|
224
|
};
|
|
|
225
|
4398328A2FA4933F003C0182 /* Debug */ = {
|
|
|
226
|
isa = XCBuildConfiguration;
|
|
|
227
|
buildSettings = {
|
|
|
228
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
229
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
|
230
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
231
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
232
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
|
233
|
CLANG_ENABLE_MODULES = YES;
|
|
|
234
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
235
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
236
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
237
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
238
|
CLANG_WARN_COMMA = YES;
|
|
|
239
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
240
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
241
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
242
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
243
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
244
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
245
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
246
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
247
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
248
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
249
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
250
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
251
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
252
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
253
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
254
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
255
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
256
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
257
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
258
|
COPY_PHASE_STRIP = NO;
|
|
|
259
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
260
|
DEVELOPMENT_TEAM = 9K2U3V9GZF;
|
|
|
261
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
262
|
ENABLE_TESTABILITY = YES;
|
|
|
263
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
|
|
264
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
|
|
265
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
|
266
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
267
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
268
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
269
|
"DEBUG=1",
|
|
|
270
|
"$(inherited)",
|
|
|
271
|
);
|
|
|
272
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
273
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
274
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
275
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
276
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
277
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
278
|
IPHONEOS_DEPLOYMENT_TARGET = 26.4;
|
|
|
279
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
|
|
280
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
281
|
MTL_FAST_MATH = YES;
|
|
|
282
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
283
|
SDKROOT = iphoneos;
|
|
|
284
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
|
|
285
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
286
|
};
|
|
|
287
|
name = Debug;
|
|
|
288
|
};
|
|
|
289
|
4398328B2FA4933F003C0182 /* Release */ = {
|
|
|
290
|
isa = XCBuildConfiguration;
|
|
|
291
|
buildSettings = {
|
|
|
292
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
293
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
|
294
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
295
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
296
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
|
297
|
CLANG_ENABLE_MODULES = YES;
|
|
|
298
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
299
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
300
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
301
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
302
|
CLANG_WARN_COMMA = YES;
|
|
|
303
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
304
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
305
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
306
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
307
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
308
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
309
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
310
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
311
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
312
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
313
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
314
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
315
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
316
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
317
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
318
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
319
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
320
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
321
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
322
|
COPY_PHASE_STRIP = NO;
|
|
|
323
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
324
|
DEVELOPMENT_TEAM = 9K2U3V9GZF;
|
|
|
325
|
ENABLE_NS_ASSERTIONS = NO;
|
|
|
326
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
327
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
|
|
328
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
|
|
329
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
330
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
331
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
332
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
333
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
334
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
335
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
336
|
IPHONEOS_DEPLOYMENT_TARGET = 26.4;
|
|
|
337
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
|
|
338
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
339
|
MTL_FAST_MATH = YES;
|
|
|
340
|
SDKROOT = iphoneos;
|
|
|
341
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
|
342
|
VALIDATE_PRODUCT = YES;
|
|
|
343
|
};
|
|
|
344
|
name = Release;
|
|
|
345
|
};
|
|
|
346
|
/* End XCBuildConfiguration section */
|
|
|
347
|
|
|
|
348
|
/* Begin XCConfigurationList section */
|
|
|
349
|
439832742FA4933E003C0182 /* Build configuration list for PBXProject "HealthProbe" */ = {
|
|
|
350
|
isa = XCConfigurationList;
|
|
|
351
|
buildConfigurations = (
|
|
|
352
|
4398328A2FA4933F003C0182 /* Debug */,
|
|
|
353
|
4398328B2FA4933F003C0182 /* Release */,
|
|
|
354
|
);
|
|
|
355
|
defaultConfigurationIsVisible = 0;
|
|
|
356
|
defaultConfigurationName = Release;
|
|
|
357
|
};
|
|
|
358
|
439832872FA4933F003C0182 /* Build configuration list for PBXNativeTarget "HealthProbe" */ = {
|
|
|
359
|
isa = XCConfigurationList;
|
|
|
360
|
buildConfigurations = (
|
|
|
361
|
439832882FA4933F003C0182 /* Debug */,
|
|
|
362
|
439832892FA4933F003C0182 /* Release */,
|
|
|
363
|
);
|
|
|
364
|
defaultConfigurationIsVisible = 0;
|
|
|
365
|
defaultConfigurationName = Release;
|
|
|
366
|
};
|
|
|
367
|
/* End XCConfigurationList section */
|
|
|
368
|
};
|
|
|
369
|
rootObject = 439832712FA4933E003C0182 /* Project object */;
|
|
|
370
|
}
|