comparison InteractiveCharts.xcodeproj/project.pbxproj @ 0:b5888bfbef9b

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