comparison SwiftUI-InteractiveCharts.xcodeproj/project.pbxproj @ 17:c0c129bdf65d

Rename project
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 28 Apr 2021 19:54:52 +0200
parents InteractiveCharts.xcodeproj/project.pbxproj@edf2bfcd8d97
children
comparison
equal deleted inserted replaced
16:9f0b6b24c0e1 17:c0c129bdf65d
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 50;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 95075B3F26370E81005E0066 /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B3E26370E81005E0066 /* LineView.swift */; };
11 95075B4326370EAA005E0066 /* LinePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B4226370EAA005E0066 /* LinePath.swift */; };
12 95075B472637153E005E0066 /* ChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B462637153E005E0066 /* ChartView.swift */; };
13 95075B4B263718C7005E0066 /* IndicatorPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B4A263718C7005E0066 /* IndicatorPoint.swift */; };
14 95075B4F2637227D005E0066 /* ChartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B4E2637227D005E0066 /* ChartLabel.swift */; };
15 950E86C82639D7AF00509FEA /* InteractiveChartsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950E86C62639D7AF00509FEA /* InteractiveChartsTests.swift */; };
16 950E86C92639D7AF00509FEA /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 950E86C72639D7AF00509FEA /* Info.plist */; };
17 951D9BE026375E10006B6A6D /* ChartViewPreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951D9BDF26375E10006B6A6D /* ChartViewPreview.swift */; };
18 951D9BE526375E74006B6A6D /* GenerateSampleData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951D9BE426375E74006B6A6D /* GenerateSampleData.swift */; };
19 951D9BE926376131006B6A6D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951D9BE826376131006B6A6D /* ContentView.swift */; };
20 955788432636B8D800D1192D /* SwiftUI_InteractiveCharts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 955788392636B8D800D1192D /* SwiftUI_InteractiveCharts.framework */; };
21 9557884A2636B8D800D1192D /* InteractiveCharts.h in Headers */ = {isa = PBXBuildFile; fileRef = 9557883C2636B8D800D1192D /* InteractiveCharts.h */; settings = {ATTRIBUTES = (Public, ); }; };
22 /* End PBXBuildFile section */
23
24 /* Begin PBXContainerItemProxy section */
25 955788442636B8D800D1192D /* PBXContainerItemProxy */ = {
26 isa = PBXContainerItemProxy;
27 containerPortal = 955788302636B8D700D1192D /* Project object */;
28 proxyType = 1;
29 remoteGlobalIDString = 955788382636B8D800D1192D;
30 remoteInfo = InteractiveCharts;
31 };
32 /* End PBXContainerItemProxy section */
33
34 /* Begin PBXFileReference section */
35 95075B3E26370E81005E0066 /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; };
36 95075B4226370EAA005E0066 /* LinePath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinePath.swift; sourceTree = "<group>"; };
37 95075B462637153E005E0066 /* ChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartView.swift; sourceTree = "<group>"; };
38 95075B4A263718C7005E0066 /* IndicatorPoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndicatorPoint.swift; sourceTree = "<group>"; };
39 95075B4E2637227D005E0066 /* ChartLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartLabel.swift; sourceTree = "<group>"; };
40 950E86C62639D7AF00509FEA /* InteractiveChartsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InteractiveChartsTests.swift; sourceTree = "<group>"; };
41 950E86C72639D7AF00509FEA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
42 950EFF0C2639CAB300CE1B7B /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
43 951D9BDF26375E10006B6A6D /* ChartViewPreview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartViewPreview.swift; sourceTree = "<group>"; };
44 951D9BE426375E74006B6A6D /* GenerateSampleData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GenerateSampleData.swift; sourceTree = "<group>"; };
45 951D9BE826376131006B6A6D /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
46 955788392636B8D800D1192D /* SwiftUI_InteractiveCharts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftUI_InteractiveCharts.framework; sourceTree = BUILT_PRODUCTS_DIR; };
47 9557883C2636B8D800D1192D /* InteractiveCharts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InteractiveCharts.h; sourceTree = "<group>"; };
48 9557883D2636B8D800D1192D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
49 955788422636B8D800D1192D /* SwiftUI-InteractiveChartsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SwiftUI-InteractiveChartsTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
50 /* End PBXFileReference section */
51
52 /* Begin PBXFrameworksBuildPhase section */
53 955788362636B8D800D1192D /* Frameworks */ = {
54 isa = PBXFrameworksBuildPhase;
55 buildActionMask = 2147483647;
56 files = (
57 );
58 runOnlyForDeploymentPostprocessing = 0;
59 };
60 9557883F2636B8D800D1192D /* Frameworks */ = {
61 isa = PBXFrameworksBuildPhase;
62 buildActionMask = 2147483647;
63 files = (
64 955788432636B8D800D1192D /* SwiftUI_InteractiveCharts.framework in Frameworks */,
65 );
66 runOnlyForDeploymentPostprocessing = 0;
67 };
68 /* End PBXFrameworksBuildPhase section */
69
70 /* Begin PBXGroup section */
71 95075B5426372506005E0066 /* LineChart */ = {
72 isa = PBXGroup;
73 children = (
74 95075B462637153E005E0066 /* ChartView.swift */,
75 95075B552637251A005E0066 /* Helpers */,
76 );
77 path = LineChart;
78 sourceTree = "<group>";
79 };
80 95075B552637251A005E0066 /* Helpers */ = {
81 isa = PBXGroup;
82 children = (
83 95075B3E26370E81005E0066 /* LineView.swift */,
84 95075B4226370EAA005E0066 /* LinePath.swift */,
85 95075B4A263718C7005E0066 /* IndicatorPoint.swift */,
86 95075B4E2637227D005E0066 /* ChartLabel.swift */,
87 );
88 path = Helpers;
89 sourceTree = "<group>";
90 };
91 950E86C42639D7AF00509FEA /* Tests */ = {
92 isa = PBXGroup;
93 children = (
94 950E86C52639D7AF00509FEA /* InteractiveChartsTests */,
95 );
96 path = Tests;
97 sourceTree = "<group>";
98 };
99 950E86C52639D7AF00509FEA /* InteractiveChartsTests */ = {
100 isa = PBXGroup;
101 children = (
102 950E86C62639D7AF00509FEA /* InteractiveChartsTests.swift */,
103 950E86C72639D7AF00509FEA /* Info.plist */,
104 );
105 path = InteractiveChartsTests;
106 sourceTree = "<group>";
107 };
108 950EFF0D2639CC4D00CE1B7B /* Sources */ = {
109 isa = PBXGroup;
110 children = (
111 9557883B2636B8D800D1192D /* InteractiveCharts */,
112 );
113 path = Sources;
114 sourceTree = "<group>";
115 };
116 951D9BDE26375DDA006B6A6D /* UI Previews */ = {
117 isa = PBXGroup;
118 children = (
119 951D9BE826376131006B6A6D /* ContentView.swift */,
120 951D9BDF26375E10006B6A6D /* ChartViewPreview.swift */,
121 951D9BE326375E44006B6A6D /* Sample data */,
122 );
123 path = "UI Previews";
124 sourceTree = "<group>";
125 };
126 951D9BE326375E44006B6A6D /* Sample data */ = {
127 isa = PBXGroup;
128 children = (
129 951D9BE426375E74006B6A6D /* GenerateSampleData.swift */,
130 );
131 path = "Sample data";
132 sourceTree = "<group>";
133 };
134 9557882F2636B8D700D1192D = {
135 isa = PBXGroup;
136 children = (
137 950EFF0C2639CAB300CE1B7B /* Package.swift */,
138 950EFF0D2639CC4D00CE1B7B /* Sources */,
139 950E86C42639D7AF00509FEA /* Tests */,
140 9557883A2636B8D800D1192D /* Products */,
141 );
142 sourceTree = "<group>";
143 };
144 9557883A2636B8D800D1192D /* Products */ = {
145 isa = PBXGroup;
146 children = (
147 955788392636B8D800D1192D /* SwiftUI_InteractiveCharts.framework */,
148 955788422636B8D800D1192D /* SwiftUI-InteractiveChartsTests.xctest */,
149 );
150 name = Products;
151 sourceTree = "<group>";
152 };
153 9557883B2636B8D800D1192D /* InteractiveCharts */ = {
154 isa = PBXGroup;
155 children = (
156 9557883C2636B8D800D1192D /* InteractiveCharts.h */,
157 9557883D2636B8D800D1192D /* Info.plist */,
158 95075B5426372506005E0066 /* LineChart */,
159 951D9BDE26375DDA006B6A6D /* UI Previews */,
160 );
161 path = InteractiveCharts;
162 sourceTree = "<group>";
163 };
164 /* End PBXGroup section */
165
166 /* Begin PBXHeadersBuildPhase section */
167 955788342636B8D800D1192D /* Headers */ = {
168 isa = PBXHeadersBuildPhase;
169 buildActionMask = 2147483647;
170 files = (
171 9557884A2636B8D800D1192D /* InteractiveCharts.h in Headers */,
172 );
173 runOnlyForDeploymentPostprocessing = 0;
174 };
175 /* End PBXHeadersBuildPhase section */
176
177 /* Begin PBXNativeTarget section */
178 955788382636B8D800D1192D /* SwiftUI-InteractiveCharts */ = {
179 isa = PBXNativeTarget;
180 buildConfigurationList = 9557884D2636B8D800D1192D /* Build configuration list for PBXNativeTarget "SwiftUI-InteractiveCharts" */;
181 buildPhases = (
182 955788342636B8D800D1192D /* Headers */,
183 955788352636B8D800D1192D /* Sources */,
184 955788362636B8D800D1192D /* Frameworks */,
185 955788372636B8D800D1192D /* Resources */,
186 );
187 buildRules = (
188 );
189 dependencies = (
190 );
191 name = "SwiftUI-InteractiveCharts";
192 productName = InteractiveCharts;
193 productReference = 955788392636B8D800D1192D /* SwiftUI_InteractiveCharts.framework */;
194 productType = "com.apple.product-type.framework";
195 };
196 955788412636B8D800D1192D /* SwiftUI-InteractiveChartsTests */ = {
197 isa = PBXNativeTarget;
198 buildConfigurationList = 955788502636B8D800D1192D /* Build configuration list for PBXNativeTarget "SwiftUI-InteractiveChartsTests" */;
199 buildPhases = (
200 9557883E2636B8D800D1192D /* Sources */,
201 9557883F2636B8D800D1192D /* Frameworks */,
202 955788402636B8D800D1192D /* Resources */,
203 );
204 buildRules = (
205 );
206 dependencies = (
207 955788452636B8D800D1192D /* PBXTargetDependency */,
208 );
209 name = "SwiftUI-InteractiveChartsTests";
210 productName = InteractiveChartsTests;
211 productReference = 955788422636B8D800D1192D /* SwiftUI-InteractiveChartsTests.xctest */;
212 productType = "com.apple.product-type.bundle.unit-test";
213 };
214 /* End PBXNativeTarget section */
215
216 /* Begin PBXProject section */
217 955788302636B8D700D1192D /* Project object */ = {
218 isa = PBXProject;
219 attributes = {
220 LastSwiftUpdateCheck = 1240;
221 LastUpgradeCheck = 1240;
222 TargetAttributes = {
223 955788382636B8D800D1192D = {
224 CreatedOnToolsVersion = 12.4;
225 LastSwiftMigration = 1240;
226 };
227 955788412636B8D800D1192D = {
228 CreatedOnToolsVersion = 12.4;
229 };
230 };
231 };
232 buildConfigurationList = 955788332636B8D800D1192D /* Build configuration list for PBXProject "SwiftUI-InteractiveCharts" */;
233 compatibilityVersion = "Xcode 9.3";
234 developmentRegion = en;
235 hasScannedForEncodings = 0;
236 knownRegions = (
237 en,
238 Base,
239 );
240 mainGroup = 9557882F2636B8D700D1192D;
241 productRefGroup = 9557883A2636B8D800D1192D /* Products */;
242 projectDirPath = "";
243 projectRoot = "";
244 targets = (
245 955788382636B8D800D1192D /* SwiftUI-InteractiveCharts */,
246 955788412636B8D800D1192D /* SwiftUI-InteractiveChartsTests */,
247 );
248 };
249 /* End PBXProject section */
250
251 /* Begin PBXResourcesBuildPhase section */
252 955788372636B8D800D1192D /* Resources */ = {
253 isa = PBXResourcesBuildPhase;
254 buildActionMask = 2147483647;
255 files = (
256 );
257 runOnlyForDeploymentPostprocessing = 0;
258 };
259 955788402636B8D800D1192D /* Resources */ = {
260 isa = PBXResourcesBuildPhase;
261 buildActionMask = 2147483647;
262 files = (
263 950E86C92639D7AF00509FEA /* Info.plist in Resources */,
264 );
265 runOnlyForDeploymentPostprocessing = 0;
266 };
267 /* End PBXResourcesBuildPhase section */
268
269 /* Begin PBXSourcesBuildPhase section */
270 955788352636B8D800D1192D /* Sources */ = {
271 isa = PBXSourcesBuildPhase;
272 buildActionMask = 2147483647;
273 files = (
274 95075B4326370EAA005E0066 /* LinePath.swift in Sources */,
275 951D9BE526375E74006B6A6D /* GenerateSampleData.swift in Sources */,
276 951D9BE926376131006B6A6D /* ContentView.swift in Sources */,
277 95075B3F26370E81005E0066 /* LineView.swift in Sources */,
278 951D9BE026375E10006B6A6D /* ChartViewPreview.swift in Sources */,
279 95075B4B263718C7005E0066 /* IndicatorPoint.swift in Sources */,
280 95075B4F2637227D005E0066 /* ChartLabel.swift in Sources */,
281 95075B472637153E005E0066 /* ChartView.swift in Sources */,
282 );
283 runOnlyForDeploymentPostprocessing = 0;
284 };
285 9557883E2636B8D800D1192D /* Sources */ = {
286 isa = PBXSourcesBuildPhase;
287 buildActionMask = 2147483647;
288 files = (
289 950E86C82639D7AF00509FEA /* InteractiveChartsTests.swift in Sources */,
290 );
291 runOnlyForDeploymentPostprocessing = 0;
292 };
293 /* End PBXSourcesBuildPhase section */
294
295 /* Begin PBXTargetDependency section */
296 955788452636B8D800D1192D /* PBXTargetDependency */ = {
297 isa = PBXTargetDependency;
298 target = 955788382636B8D800D1192D /* SwiftUI-InteractiveCharts */;
299 targetProxy = 955788442636B8D800D1192D /* PBXContainerItemProxy */;
300 };
301 /* End PBXTargetDependency section */
302
303 /* Begin XCBuildConfiguration section */
304 9557884B2636B8D800D1192D /* Debug */ = {
305 isa = XCBuildConfiguration;
306 buildSettings = {
307 ALWAYS_SEARCH_USER_PATHS = NO;
308 CLANG_ANALYZER_NONNULL = YES;
309 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
310 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
311 CLANG_CXX_LIBRARY = "libc++";
312 CLANG_ENABLE_MODULES = YES;
313 CLANG_ENABLE_OBJC_ARC = YES;
314 CLANG_ENABLE_OBJC_WEAK = YES;
315 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
316 CLANG_WARN_BOOL_CONVERSION = YES;
317 CLANG_WARN_COMMA = YES;
318 CLANG_WARN_CONSTANT_CONVERSION = YES;
319 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
320 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
321 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
322 CLANG_WARN_EMPTY_BODY = YES;
323 CLANG_WARN_ENUM_CONVERSION = YES;
324 CLANG_WARN_INFINITE_RECURSION = YES;
325 CLANG_WARN_INT_CONVERSION = YES;
326 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
327 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
328 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
329 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
330 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
331 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
332 CLANG_WARN_STRICT_PROTOTYPES = YES;
333 CLANG_WARN_SUSPICIOUS_MOVE = YES;
334 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
335 CLANG_WARN_UNREACHABLE_CODE = YES;
336 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
337 COPY_PHASE_STRIP = NO;
338 CURRENT_PROJECT_VERSION = 1;
339 DEBUG_INFORMATION_FORMAT = dwarf;
340 ENABLE_STRICT_OBJC_MSGSEND = YES;
341 ENABLE_TESTABILITY = YES;
342 GCC_C_LANGUAGE_STANDARD = gnu11;
343 GCC_DYNAMIC_NO_PIC = NO;
344 GCC_NO_COMMON_BLOCKS = YES;
345 GCC_OPTIMIZATION_LEVEL = 0;
346 GCC_PREPROCESSOR_DEFINITIONS = (
347 "DEBUG=1",
348 "$(inherited)",
349 );
350 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
351 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
352 GCC_WARN_UNDECLARED_SELECTOR = YES;
353 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
354 GCC_WARN_UNUSED_FUNCTION = YES;
355 GCC_WARN_UNUSED_VARIABLE = YES;
356 IPHONEOS_DEPLOYMENT_TARGET = 14.4;
357 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
358 MTL_FAST_MATH = YES;
359 ONLY_ACTIVE_ARCH = YES;
360 SDKROOT = iphoneos;
361 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
362 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
363 SWIFT_VERSION = 5.0;
364 VERSIONING_SYSTEM = "apple-generic";
365 VERSION_INFO_PREFIX = "";
366 };
367 name = Debug;
368 };
369 9557884C2636B8D800D1192D /* Release */ = {
370 isa = XCBuildConfiguration;
371 buildSettings = {
372 ALWAYS_SEARCH_USER_PATHS = NO;
373 CLANG_ANALYZER_NONNULL = YES;
374 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
375 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
376 CLANG_CXX_LIBRARY = "libc++";
377 CLANG_ENABLE_MODULES = YES;
378 CLANG_ENABLE_OBJC_ARC = YES;
379 CLANG_ENABLE_OBJC_WEAK = YES;
380 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
381 CLANG_WARN_BOOL_CONVERSION = YES;
382 CLANG_WARN_COMMA = YES;
383 CLANG_WARN_CONSTANT_CONVERSION = YES;
384 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
385 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
386 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
387 CLANG_WARN_EMPTY_BODY = YES;
388 CLANG_WARN_ENUM_CONVERSION = YES;
389 CLANG_WARN_INFINITE_RECURSION = YES;
390 CLANG_WARN_INT_CONVERSION = YES;
391 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
392 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
393 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
394 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
395 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
396 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
397 CLANG_WARN_STRICT_PROTOTYPES = YES;
398 CLANG_WARN_SUSPICIOUS_MOVE = YES;
399 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
400 CLANG_WARN_UNREACHABLE_CODE = YES;
401 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
402 COPY_PHASE_STRIP = NO;
403 CURRENT_PROJECT_VERSION = 1;
404 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
405 ENABLE_NS_ASSERTIONS = NO;
406 ENABLE_STRICT_OBJC_MSGSEND = YES;
407 GCC_C_LANGUAGE_STANDARD = gnu11;
408 GCC_NO_COMMON_BLOCKS = YES;
409 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
410 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
411 GCC_WARN_UNDECLARED_SELECTOR = YES;
412 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
413 GCC_WARN_UNUSED_FUNCTION = YES;
414 GCC_WARN_UNUSED_VARIABLE = YES;
415 IPHONEOS_DEPLOYMENT_TARGET = 14.4;
416 MTL_ENABLE_DEBUG_INFO = NO;
417 MTL_FAST_MATH = YES;
418 SDKROOT = iphoneos;
419 SWIFT_COMPILATION_MODE = wholemodule;
420 SWIFT_OPTIMIZATION_LEVEL = "-O";
421 SWIFT_VERSION = 5.0;
422 VALIDATE_PRODUCT = YES;
423 VERSIONING_SYSTEM = "apple-generic";
424 VERSION_INFO_PREFIX = "";
425 };
426 name = Release;
427 };
428 9557884E2636B8D800D1192D /* Debug */ = {
429 isa = XCBuildConfiguration;
430 buildSettings = {
431 CLANG_ENABLE_MODULES = YES;
432 CODE_SIGN_STYLE = Automatic;
433 DEFINES_MODULE = YES;
434 DEVELOPMENT_TEAM = MTX83R5H8X;
435 DYLIB_COMPATIBILITY_VERSION = 1;
436 DYLIB_CURRENT_VERSION = 1;
437 DYLIB_INSTALL_NAME_BASE = "@rpath";
438 INFOPLIST_FILE = Sources/InteractiveCharts/Info.plist;
439 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
440 IPHONEOS_DEPLOYMENT_TARGET = 14.1;
441 LD_RUNPATH_SEARCH_PATHS = (
442 "$(inherited)",
443 "@executable_path/Frameworks",
444 "@loader_path/Frameworks",
445 );
446 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.InteractiveCharts;
447 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
448 SKIP_INSTALL = YES;
449 SUPPORTS_MACCATALYST = NO;
450 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
451 SWIFT_VERSION = 5.0;
452 TARGETED_DEVICE_FAMILY = "1,2";
453 VALIDATE_WORKSPACE = YES;
454 };
455 name = Debug;
456 };
457 9557884F2636B8D800D1192D /* Release */ = {
458 isa = XCBuildConfiguration;
459 buildSettings = {
460 CLANG_ENABLE_MODULES = YES;
461 CODE_SIGN_STYLE = Automatic;
462 DEFINES_MODULE = YES;
463 DEVELOPMENT_TEAM = MTX83R5H8X;
464 DYLIB_COMPATIBILITY_VERSION = 1;
465 DYLIB_CURRENT_VERSION = 1;
466 DYLIB_INSTALL_NAME_BASE = "@rpath";
467 INFOPLIST_FILE = Sources/InteractiveCharts/Info.plist;
468 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
469 IPHONEOS_DEPLOYMENT_TARGET = 14.1;
470 LD_RUNPATH_SEARCH_PATHS = (
471 "$(inherited)",
472 "@executable_path/Frameworks",
473 "@loader_path/Frameworks",
474 );
475 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.InteractiveCharts;
476 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
477 SKIP_INSTALL = YES;
478 SUPPORTS_MACCATALYST = NO;
479 SWIFT_VERSION = 5.0;
480 TARGETED_DEVICE_FAMILY = "1,2";
481 VALIDATE_WORKSPACE = YES;
482 };
483 name = Release;
484 };
485 955788512636B8D800D1192D /* Debug */ = {
486 isa = XCBuildConfiguration;
487 buildSettings = {
488 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
489 CODE_SIGN_STYLE = Automatic;
490 DEVELOPMENT_TEAM = MTX83R5H8X;
491 INFOPLIST_FILE = Tests/InteractiveChartsTests/Info.plist;
492 LD_RUNPATH_SEARCH_PATHS = (
493 "$(inherited)",
494 "@executable_path/Frameworks",
495 "@loader_path/Frameworks",
496 );
497 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.InteractiveChartsTests;
498 PRODUCT_NAME = "$(TARGET_NAME)";
499 SWIFT_VERSION = 5.0;
500 TARGETED_DEVICE_FAMILY = "1,2";
501 };
502 name = Debug;
503 };
504 955788522636B8D800D1192D /* Release */ = {
505 isa = XCBuildConfiguration;
506 buildSettings = {
507 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
508 CODE_SIGN_STYLE = Automatic;
509 DEVELOPMENT_TEAM = MTX83R5H8X;
510 INFOPLIST_FILE = Tests/InteractiveChartsTests/Info.plist;
511 LD_RUNPATH_SEARCH_PATHS = (
512 "$(inherited)",
513 "@executable_path/Frameworks",
514 "@loader_path/Frameworks",
515 );
516 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.InteractiveChartsTests;
517 PRODUCT_NAME = "$(TARGET_NAME)";
518 SWIFT_VERSION = 5.0;
519 TARGETED_DEVICE_FAMILY = "1,2";
520 };
521 name = Release;
522 };
523 /* End XCBuildConfiguration section */
524
525 /* Begin XCConfigurationList section */
526 955788332636B8D800D1192D /* Build configuration list for PBXProject "SwiftUI-InteractiveCharts" */ = {
527 isa = XCConfigurationList;
528 buildConfigurations = (
529 9557884B2636B8D800D1192D /* Debug */,
530 9557884C2636B8D800D1192D /* Release */,
531 );
532 defaultConfigurationIsVisible = 0;
533 defaultConfigurationName = Release;
534 };
535 9557884D2636B8D800D1192D /* Build configuration list for PBXNativeTarget "SwiftUI-InteractiveCharts" */ = {
536 isa = XCConfigurationList;
537 buildConfigurations = (
538 9557884E2636B8D800D1192D /* Debug */,
539 9557884F2636B8D800D1192D /* Release */,
540 );
541 defaultConfigurationIsVisible = 0;
542 defaultConfigurationName = Release;
543 };
544 955788502636B8D800D1192D /* Build configuration list for PBXNativeTarget "SwiftUI-InteractiveChartsTests" */ = {
545 isa = XCConfigurationList;
546 buildConfigurations = (
547 955788512636B8D800D1192D /* Debug */,
548 955788522636B8D800D1192D /* Release */,
549 );
550 defaultConfigurationIsVisible = 0;
551 defaultConfigurationName = Release;
552 };
553 /* End XCConfigurationList section */
554 };
555 rootObject = 955788302636B8D700D1192D /* Project object */;
556 }