Mercurial > public > stock-charts
comparison StockCharts.xcodeproj/project.pbxproj @ 116:5057c45046c1
Add default initializers
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 09 Aug 2021 16:32:45 +0100 |
parents | c43f064cde3f |
children |
comparison
equal
deleted
inserted
replaced
115:f90a675e5e95 | 116:5057c45046c1 |
---|---|
6 objectVersion = 50; | 6 objectVersion = 50; |
7 objects = { | 7 objects = { |
8 | 8 |
9 /* Begin PBXBuildFile section */ | 9 /* Begin PBXBuildFile section */ |
10 950857AE266BDF62005357BA /* CapsuleChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950857AD266BDF62005357BA /* CapsuleChartView.swift */; }; | 10 950857AE266BDF62005357BA /* CapsuleChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950857AD266BDF62005357BA /* CapsuleChartView.swift */; }; |
11 954AA39E269209770006FD14 /* LineChartStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954AA39D269209770006FD14 /* LineChartStyle.swift */; }; | |
12 954AA3A026920D060006FD14 /* CapsuleChartStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954AA39F26920D060006FD14 /* CapsuleChartStyle.swift */; }; | 11 954AA3A026920D060006FD14 /* CapsuleChartStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954AA39F26920D060006FD14 /* CapsuleChartStyle.swift */; }; |
13 954CEBEB26BBEEEB00B6E989 /* StockChartsWatchOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 954CEBE226BBEEEB00B6E989 /* StockChartsWatchOS.framework */; }; | 12 954CEBEB26BBEEEB00B6E989 /* StockChartsWatchOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 954CEBE226BBEEEB00B6E989 /* StockChartsWatchOS.framework */; }; |
14 954CEBF026BBEEEB00B6E989 /* StockChartsWatchOSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954CEBEF26BBEEEB00B6E989 /* StockChartsWatchOSTests.swift */; }; | 13 954CEBF026BBEEEB00B6E989 /* StockChartsWatchOSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954CEBEF26BBEEEB00B6E989 /* StockChartsWatchOSTests.swift */; }; |
15 954CEBF226BBEEEB00B6E989 /* StockChartsWatchOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 954CEBE426BBEEEB00B6E989 /* StockChartsWatchOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 14 954CEBF226BBEEEB00B6E989 /* StockChartsWatchOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 954CEBE426BBEEEB00B6E989 /* StockChartsWatchOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
16 954CEBF926BBEF3100B6E989 /* LineChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770B9F263C590C003FA924 /* LineChartView.swift */; }; | 15 954CEBF926BBEF3100B6E989 /* LineChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770B9F263C590C003FA924 /* LineChartView.swift */; }; |
17 954CEBFA26BBEF3400B6E989 /* LineChartStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954AA39D269209770006FD14 /* LineChartStyle.swift */; }; | |
18 954CEBFB26BBEF3800B6E989 /* ChartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA2263C5934003FA924 /* ChartLabel.swift */; }; | 16 954CEBFB26BBEF3800B6E989 /* ChartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA2263C5934003FA924 /* ChartLabel.swift */; }; |
19 954CEBFC26BBEF3B00B6E989 /* IndicatorPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA4263C594C003FA924 /* IndicatorPoint.swift */; }; | 17 954CEBFC26BBEF3B00B6E989 /* IndicatorPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA4263C594C003FA924 /* IndicatorPoint.swift */; }; |
20 954CEBFD26BBEF3E00B6E989 /* LinePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA6263C596E003FA924 /* LinePath.swift */; }; | 18 954CEBFD26BBEF3E00B6E989 /* LinePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA6263C596E003FA924 /* LinePath.swift */; }; |
21 954CEBFE26BBEF4200B6E989 /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA8263C5988003FA924 /* LineView.swift */; }; | 19 954CEBFE26BBEF4200B6E989 /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA8263C5988003FA924 /* LineView.swift */; }; |
22 954CEBFF26BBEF4700B6E989 /* CapsuleChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950857AD266BDF62005357BA /* CapsuleChartView.swift */; }; | 20 954CEBFF26BBEF4700B6E989 /* CapsuleChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950857AD266BDF62005357BA /* CapsuleChartView.swift */; }; |
27 95770BA0263C590C003FA924 /* LineChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770B9F263C590C003FA924 /* LineChartView.swift */; }; | 25 95770BA0263C590C003FA924 /* LineChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770B9F263C590C003FA924 /* LineChartView.swift */; }; |
28 95770BA3263C5934003FA924 /* ChartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA2263C5934003FA924 /* ChartLabel.swift */; }; | 26 95770BA3263C5934003FA924 /* ChartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA2263C5934003FA924 /* ChartLabel.swift */; }; |
29 95770BA5263C594C003FA924 /* IndicatorPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA4263C594C003FA924 /* IndicatorPoint.swift */; }; | 27 95770BA5263C594C003FA924 /* IndicatorPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA4263C594C003FA924 /* IndicatorPoint.swift */; }; |
30 95770BA7263C596E003FA924 /* LinePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA6263C596E003FA924 /* LinePath.swift */; }; | 28 95770BA7263C596E003FA924 /* LinePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA6263C596E003FA924 /* LinePath.swift */; }; |
31 95770BA9263C5988003FA924 /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA8263C5988003FA924 /* LineView.swift */; }; | 29 95770BA9263C5988003FA924 /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA8263C5988003FA924 /* LineView.swift */; }; |
30 958E4D3226BC3776003177DD /* LineChartController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958E4D3126BC3776003177DD /* LineChartController.swift */; }; | |
31 958E4D3326BC3776003177DD /* LineChartController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958E4D3126BC3776003177DD /* LineChartController.swift */; }; | |
32 /* End PBXBuildFile section */ | 32 /* End PBXBuildFile section */ |
33 | 33 |
34 /* Begin PBXContainerItemProxy section */ | 34 /* Begin PBXContainerItemProxy section */ |
35 954CEBEC26BBEEEB00B6E989 /* PBXContainerItemProxy */ = { | 35 954CEBEC26BBEEEB00B6E989 /* PBXContainerItemProxy */ = { |
36 isa = PBXContainerItemProxy; | 36 isa = PBXContainerItemProxy; |
48 }; | 48 }; |
49 /* End PBXContainerItemProxy section */ | 49 /* End PBXContainerItemProxy section */ |
50 | 50 |
51 /* Begin PBXFileReference section */ | 51 /* Begin PBXFileReference section */ |
52 950857AD266BDF62005357BA /* CapsuleChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapsuleChartView.swift; sourceTree = "<group>"; }; | 52 950857AD266BDF62005357BA /* CapsuleChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapsuleChartView.swift; sourceTree = "<group>"; }; |
53 954AA39D269209770006FD14 /* LineChartStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineChartStyle.swift; sourceTree = "<group>"; }; | |
54 954AA39F26920D060006FD14 /* CapsuleChartStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapsuleChartStyle.swift; sourceTree = "<group>"; }; | 53 954AA39F26920D060006FD14 /* CapsuleChartStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapsuleChartStyle.swift; sourceTree = "<group>"; }; |
55 954CEBE226BBEEEB00B6E989 /* StockChartsWatchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StockChartsWatchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | 54 954CEBE226BBEEEB00B6E989 /* StockChartsWatchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StockChartsWatchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
56 954CEBE426BBEEEB00B6E989 /* StockChartsWatchOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StockChartsWatchOS.h; sourceTree = "<group>"; }; | 55 954CEBE426BBEEEB00B6E989 /* StockChartsWatchOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StockChartsWatchOS.h; sourceTree = "<group>"; }; |
57 954CEBE526BBEEEB00B6E989 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 56 954CEBE526BBEEEB00B6E989 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
58 954CEBEA26BBEEEB00B6E989 /* StockChartsWatchOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StockChartsWatchOSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | 57 954CEBEA26BBEEEB00B6E989 /* StockChartsWatchOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StockChartsWatchOSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
68 95770BA2263C5934003FA924 /* ChartLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartLabel.swift; sourceTree = "<group>"; }; | 67 95770BA2263C5934003FA924 /* ChartLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartLabel.swift; sourceTree = "<group>"; }; |
69 95770BA4263C594C003FA924 /* IndicatorPoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndicatorPoint.swift; sourceTree = "<group>"; }; | 68 95770BA4263C594C003FA924 /* IndicatorPoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndicatorPoint.swift; sourceTree = "<group>"; }; |
70 95770BA6263C596E003FA924 /* LinePath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinePath.swift; sourceTree = "<group>"; }; | 69 95770BA6263C596E003FA924 /* LinePath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinePath.swift; sourceTree = "<group>"; }; |
71 95770BA8263C5988003FA924 /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; }; | 70 95770BA8263C5988003FA924 /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; }; |
72 95770BAA263C59A9003FA924 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; }; | 71 95770BAA263C59A9003FA924 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; }; |
72 958E4D3126BC3776003177DD /* LineChartController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineChartController.swift; sourceTree = "<group>"; }; | |
73 /* End PBXFileReference section */ | 73 /* End PBXFileReference section */ |
74 | 74 |
75 /* Begin PBXFrameworksBuildPhase section */ | 75 /* Begin PBXFrameworksBuildPhase section */ |
76 954CEBDF26BBEEEB00B6E989 /* Frameworks */ = { | 76 954CEBDF26BBEEEB00B6E989 /* Frameworks */ = { |
77 isa = PBXFrameworksBuildPhase; | 77 isa = PBXFrameworksBuildPhase; |
137 isa = PBXGroup; | 137 isa = PBXGroup; |
138 children = ( | 138 children = ( |
139 95770BAA263C59A9003FA924 /* Package.swift */, | 139 95770BAA263C59A9003FA924 /* Package.swift */, |
140 95770B85263C57B5003FA924 /* Info.plist */, | 140 95770B85263C57B5003FA924 /* Info.plist */, |
141 95770B9B263C57CA003FA924 /* Sources */, | 141 95770B9B263C57CA003FA924 /* Sources */, |
142 95770B9C263C580C003FA924 /* Tests */, | |
143 954CEBE326BBEEEB00B6E989 /* StockChartsWatchOS */, | |
144 954CEBEE26BBEEEB00B6E989 /* StockChartsWatchOSTests */, | |
145 95770B82263C57B5003FA924 /* Products */, | 142 95770B82263C57B5003FA924 /* Products */, |
146 ); | 143 ); |
147 sourceTree = "<group>"; | 144 sourceTree = "<group>"; |
148 }; | 145 }; |
149 95770B82263C57B5003FA924 /* Products */ = { | 146 95770B82263C57B5003FA924 /* Products */ = { |
178 }; | 175 }; |
179 95770B9B263C57CA003FA924 /* Sources */ = { | 176 95770B9B263C57CA003FA924 /* Sources */ = { |
180 isa = PBXGroup; | 177 isa = PBXGroup; |
181 children = ( | 178 children = ( |
182 95770B83263C57B5003FA924 /* StockCharts */, | 179 95770B83263C57B5003FA924 /* StockCharts */, |
180 95770B8E263C57B5003FA924 /* StockChartsTests */, | |
181 954CEBE326BBEEEB00B6E989 /* StockChartsWatchOS */, | |
182 954CEBEE26BBEEEB00B6E989 /* StockChartsWatchOSTests */, | |
183 ); | 183 ); |
184 path = Sources; | 184 path = Sources; |
185 sourceTree = "<group>"; | 185 sourceTree = "<group>"; |
186 }; | 186 }; |
187 95770B9C263C580C003FA924 /* Tests */ = { | |
188 isa = PBXGroup; | |
189 children = ( | |
190 95770B8E263C57B5003FA924 /* StockChartsTests */, | |
191 ); | |
192 path = Tests; | |
193 sourceTree = "<group>"; | |
194 }; | |
195 95770B9E263C58F4003FA924 /* LineChart */ = { | 187 95770B9E263C58F4003FA924 /* LineChart */ = { |
196 isa = PBXGroup; | 188 isa = PBXGroup; |
197 children = ( | 189 children = ( |
198 95770B9F263C590C003FA924 /* LineChartView.swift */, | 190 95770B9F263C590C003FA924 /* LineChartView.swift */, |
199 954AA39D269209770006FD14 /* LineChartStyle.swift */, | 191 958E4D3126BC3776003177DD /* LineChartController.swift */, |
200 95770BA1263C5927003FA924 /* Helpers */, | 192 95770BA1263C5927003FA924 /* Helpers */, |
201 ); | 193 ); |
202 path = LineChart; | 194 path = LineChart; |
203 sourceTree = "<group>"; | 195 sourceTree = "<group>"; |
204 }; | 196 }; |
386 /* Begin PBXSourcesBuildPhase section */ | 378 /* Begin PBXSourcesBuildPhase section */ |
387 954CEBDE26BBEEEB00B6E989 /* Sources */ = { | 379 954CEBDE26BBEEEB00B6E989 /* Sources */ = { |
388 isa = PBXSourcesBuildPhase; | 380 isa = PBXSourcesBuildPhase; |
389 buildActionMask = 2147483647; | 381 buildActionMask = 2147483647; |
390 files = ( | 382 files = ( |
391 954CEBFA26BBEF3400B6E989 /* LineChartStyle.swift in Sources */, | |
392 954CEBFD26BBEF3E00B6E989 /* LinePath.swift in Sources */, | 383 954CEBFD26BBEF3E00B6E989 /* LinePath.swift in Sources */, |
393 954CEC0026BBEF4A00B6E989 /* CapsuleChartStyle.swift in Sources */, | 384 954CEC0026BBEF4A00B6E989 /* CapsuleChartStyle.swift in Sources */, |
394 954CEBFE26BBEF4200B6E989 /* LineView.swift in Sources */, | 385 954CEBFE26BBEF4200B6E989 /* LineView.swift in Sources */, |
386 958E4D3326BC3776003177DD /* LineChartController.swift in Sources */, | |
395 954CEBF926BBEF3100B6E989 /* LineChartView.swift in Sources */, | 387 954CEBF926BBEF3100B6E989 /* LineChartView.swift in Sources */, |
396 954CEBFC26BBEF3B00B6E989 /* IndicatorPoint.swift in Sources */, | 388 954CEBFC26BBEF3B00B6E989 /* IndicatorPoint.swift in Sources */, |
397 954CEBFB26BBEF3800B6E989 /* ChartLabel.swift in Sources */, | 389 954CEBFB26BBEF3800B6E989 /* ChartLabel.swift in Sources */, |
398 954CEBFF26BBEF4700B6E989 /* CapsuleChartView.swift in Sources */, | 390 954CEBFF26BBEF4700B6E989 /* CapsuleChartView.swift in Sources */, |
399 ); | 391 ); |
413 files = ( | 405 files = ( |
414 95770BA0263C590C003FA924 /* LineChartView.swift in Sources */, | 406 95770BA0263C590C003FA924 /* LineChartView.swift in Sources */, |
415 95770BA3263C5934003FA924 /* ChartLabel.swift in Sources */, | 407 95770BA3263C5934003FA924 /* ChartLabel.swift in Sources */, |
416 954AA3A026920D060006FD14 /* CapsuleChartStyle.swift in Sources */, | 408 954AA3A026920D060006FD14 /* CapsuleChartStyle.swift in Sources */, |
417 95770BA7263C596E003FA924 /* LinePath.swift in Sources */, | 409 95770BA7263C596E003FA924 /* LinePath.swift in Sources */, |
410 958E4D3226BC3776003177DD /* LineChartController.swift in Sources */, | |
418 950857AE266BDF62005357BA /* CapsuleChartView.swift in Sources */, | 411 950857AE266BDF62005357BA /* CapsuleChartView.swift in Sources */, |
419 95770BA9263C5988003FA924 /* LineView.swift in Sources */, | 412 95770BA9263C5988003FA924 /* LineView.swift in Sources */, |
420 95770BA5263C594C003FA924 /* IndicatorPoint.swift in Sources */, | 413 95770BA5263C594C003FA924 /* IndicatorPoint.swift in Sources */, |
421 954AA39E269209770006FD14 /* LineChartStyle.swift in Sources */, | |
422 ); | 414 ); |
423 runOnlyForDeploymentPostprocessing = 0; | 415 runOnlyForDeploymentPostprocessing = 0; |
424 }; | 416 }; |
425 95770B86263C57B5003FA924 /* Sources */ = { | 417 95770B86263C57B5003FA924 /* Sources */ = { |
426 isa = PBXSourcesBuildPhase; | 418 isa = PBXSourcesBuildPhase; |
454 DEFINES_MODULE = YES; | 446 DEFINES_MODULE = YES; |
455 DEVELOPMENT_TEAM = MTX83R5H8X; | 447 DEVELOPMENT_TEAM = MTX83R5H8X; |
456 DYLIB_COMPATIBILITY_VERSION = 1; | 448 DYLIB_COMPATIBILITY_VERSION = 1; |
457 DYLIB_CURRENT_VERSION = 1; | 449 DYLIB_CURRENT_VERSION = 1; |
458 DYLIB_INSTALL_NAME_BASE = "@rpath"; | 450 DYLIB_INSTALL_NAME_BASE = "@rpath"; |
459 INFOPLIST_FILE = StockChartsWatchOS/Info.plist; | 451 INFOPLIST_FILE = Sources/StockChartsWatchOS/Info.plist; |
460 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 452 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
461 LD_RUNPATH_SEARCH_PATHS = ( | 453 LD_RUNPATH_SEARCH_PATHS = ( |
462 "$(inherited)", | 454 "$(inherited)", |
463 "@executable_path/Frameworks", | 455 "@executable_path/Frameworks", |
464 "@loader_path/Frameworks", | 456 "@loader_path/Frameworks", |
481 DEFINES_MODULE = YES; | 473 DEFINES_MODULE = YES; |
482 DEVELOPMENT_TEAM = MTX83R5H8X; | 474 DEVELOPMENT_TEAM = MTX83R5H8X; |
483 DYLIB_COMPATIBILITY_VERSION = 1; | 475 DYLIB_COMPATIBILITY_VERSION = 1; |
484 DYLIB_CURRENT_VERSION = 1; | 476 DYLIB_CURRENT_VERSION = 1; |
485 DYLIB_INSTALL_NAME_BASE = "@rpath"; | 477 DYLIB_INSTALL_NAME_BASE = "@rpath"; |
486 INFOPLIST_FILE = StockChartsWatchOS/Info.plist; | 478 INFOPLIST_FILE = Sources/StockChartsWatchOS/Info.plist; |
487 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 479 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
488 LD_RUNPATH_SEARCH_PATHS = ( | 480 LD_RUNPATH_SEARCH_PATHS = ( |
489 "$(inherited)", | 481 "$(inherited)", |
490 "@executable_path/Frameworks", | 482 "@executable_path/Frameworks", |
491 "@loader_path/Frameworks", | 483 "@loader_path/Frameworks", |
504 isa = XCBuildConfiguration; | 496 isa = XCBuildConfiguration; |
505 buildSettings = { | 497 buildSettings = { |
506 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | 498 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
507 CODE_SIGN_STYLE = Automatic; | 499 CODE_SIGN_STYLE = Automatic; |
508 DEVELOPMENT_TEAM = MTX83R5H8X; | 500 DEVELOPMENT_TEAM = MTX83R5H8X; |
509 INFOPLIST_FILE = StockChartsWatchOSTests/Info.plist; | 501 INFOPLIST_FILE = Sources/StockChartsWatchOSTests/Info.plist; |
510 LD_RUNPATH_SEARCH_PATHS = ( | 502 LD_RUNPATH_SEARCH_PATHS = ( |
511 "$(inherited)", | 503 "$(inherited)", |
512 "@executable_path/Frameworks", | 504 "@executable_path/Frameworks", |
513 "@loader_path/Frameworks", | 505 "@loader_path/Frameworks", |
514 ); | 506 ); |
525 isa = XCBuildConfiguration; | 517 isa = XCBuildConfiguration; |
526 buildSettings = { | 518 buildSettings = { |
527 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | 519 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
528 CODE_SIGN_STYLE = Automatic; | 520 CODE_SIGN_STYLE = Automatic; |
529 DEVELOPMENT_TEAM = MTX83R5H8X; | 521 DEVELOPMENT_TEAM = MTX83R5H8X; |
530 INFOPLIST_FILE = StockChartsWatchOSTests/Info.plist; | 522 INFOPLIST_FILE = Sources/StockChartsWatchOSTests/Info.plist; |
531 LD_RUNPATH_SEARCH_PATHS = ( | 523 LD_RUNPATH_SEARCH_PATHS = ( |
532 "$(inherited)", | 524 "$(inherited)", |
533 "@executable_path/Frameworks", | 525 "@executable_path/Frameworks", |
534 "@loader_path/Frameworks", | 526 "@loader_path/Frameworks", |
535 ); | 527 ); |