|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 26AF1F5328B8362800937BA9 /* UIColor+SemanticColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26AF1F4F28B8362800937BA9 /* UIColor+SemanticColors.swift */; }; |
| 11 | + 26AF1F5428B8362800937BA9 /* ColorStudio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26AF1F5028B8362800937BA9 /* ColorStudio.swift */; }; |
| 12 | + 26AF1F5528B8362800937BA9 /* UIColor+ColorStudio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26AF1F5128B8362800937BA9 /* UIColor+ColorStudio.swift */; }; |
| 13 | + 26AF1F5628B8362800937BA9 /* UIColor+SystemColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26AF1F5228B8362800937BA9 /* UIColor+SystemColors.swift */; }; |
10 | 14 | 397702D42D32EAEEEA3B29FC /* Pods_WooFoundationTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 532D4D63493CE8FA6F13C85B /* Pods_WooFoundationTests.framework */; }; |
11 | 15 | 686BE912288EE0D300967C86 /* TypedPredicates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 686BE911288EE0D300967C86 /* TypedPredicates.swift */; }; |
12 | 16 | 686BE915288EE2CA00967C86 /* TypedPredicateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 686BE914288EE2CA00967C86 /* TypedPredicateTests.swift */; }; |
|
35 | 39 | /* End PBXContainerItemProxy section */ |
36 | 40 |
|
37 | 41 | /* Begin PBXFileReference section */ |
| 42 | + 26AF1F4F28B8362800937BA9 /* UIColor+SemanticColors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+SemanticColors.swift"; sourceTree = "<group>"; }; |
| 43 | + 26AF1F5028B8362800937BA9 /* ColorStudio.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ColorStudio.swift; sourceTree = "<group>"; }; |
| 44 | + 26AF1F5128B8362800937BA9 /* UIColor+ColorStudio.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+ColorStudio.swift"; sourceTree = "<group>"; }; |
| 45 | + 26AF1F5228B8362800937BA9 /* UIColor+SystemColors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+SystemColors.swift"; sourceTree = "<group>"; }; |
38 | 46 | 532D4D63493CE8FA6F13C85B /* Pods_WooFoundationTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_WooFoundationTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
39 | 47 | 5BC355411C0A805BF29F38A6 /* Pods-WooFoundationTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WooFoundationTests.release.xcconfig"; path = "Target Support Files/Pods-WooFoundationTests/Pods-WooFoundationTests.release.xcconfig"; sourceTree = "<group>"; }; |
40 | 48 | 686BE911288EE0D300967C86 /* TypedPredicates.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TypedPredicates.swift; sourceTree = "<group>"; }; |
|
83 | 91 | /* End PBXFrameworksBuildPhase section */ |
84 | 92 |
|
85 | 93 | /* Begin PBXGroup section */ |
| 94 | + 26AF1F4E28B8362800937BA9 /* Colors */ = { |
| 95 | + isa = PBXGroup; |
| 96 | + children = ( |
| 97 | + 26AF1F4F28B8362800937BA9 /* UIColor+SemanticColors.swift */, |
| 98 | + 26AF1F5028B8362800937BA9 /* ColorStudio.swift */, |
| 99 | + 26AF1F5128B8362800937BA9 /* UIColor+ColorStudio.swift */, |
| 100 | + 26AF1F5228B8362800937BA9 /* UIColor+SystemColors.swift */, |
| 101 | + ); |
| 102 | + path = Colors; |
| 103 | + sourceTree = "<group>"; |
| 104 | + }; |
86 | 105 | 686BE910288EE09B00967C86 /* Utilities */ = { |
87 | 106 | isa = PBXGroup; |
88 | 107 | children = ( |
|
138 | 157 | B9C9C636283E703C001B879F /* WooFoundation */ = { |
139 | 158 | isa = PBXGroup; |
140 | 159 | children = ( |
| 160 | + 26AF1F4E28B8362800937BA9 /* Colors */, |
141 | 161 | 689D11D12891B7B100F6A83F /* Mocks */, |
142 | 162 | 689D11CE2891B37400F6A83F /* Protocols */, |
143 | 163 | 686BE910288EE09B00967C86 /* Utilities */, |
|
387 | 407 | buildActionMask = 2147483647; |
388 | 408 | files = ( |
389 | 409 | B9C9C659283E7195001B879F /* NSDecimalNumber+Helpers.swift in Sources */, |
| 410 | + 26AF1F5328B8362800937BA9 /* UIColor+SemanticColors.swift in Sources */, |
390 | 411 | B9C9C663283E7296001B879F /* Logging.swift in Sources */, |
391 | 412 | 6874E81428998AD300074A97 /* LogErrorAndExit.swift in Sources */, |
392 | 413 | B9C9C65D283E71C8001B879F /* CurrencyFormatter.swift in Sources */, |
| 414 | + 26AF1F5628B8362800937BA9 /* UIColor+SystemColors.swift in Sources */, |
393 | 415 | 689D11D32891B7D800F6A83F /* MockCrashLogger.swift in Sources */, |
394 | 416 | B987B06F284540D300C53CF6 /* CurrencyCode.swift in Sources */, |
395 | 417 | B9C9C660283E71F4001B879F /* Double+Woo.swift in Sources */, |
396 | 418 | 689D11D02891B3A300F6A83F /* CrashLogger.swift in Sources */, |
397 | 419 | 686BE912288EE0D300967C86 /* TypedPredicates.swift in Sources */, |
398 | 420 | B9C9C65E283E71C8001B879F /* CurrencySettings.swift in Sources */, |
| 421 | + 26AF1F5528B8362800937BA9 /* UIColor+ColorStudio.swift in Sources */, |
| 422 | + 26AF1F5428B8362800937BA9 /* ColorStudio.swift in Sources */, |
399 | 423 | 68FBC5B328926B2C00A05461 /* Collection+Extensions.swift in Sources */, |
400 | 424 | ); |
401 | 425 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments