|
25 | 25 | BA7748118B0D2759E0F6A207 /* Pods_GAMSSTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F1CC8FA289575E4B98C41539 /* Pods_GAMSSTests.framework */; }; |
26 | 26 | C63AB33F1424E4237FF76F6B /* DiarySummaryErrorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 162D28B313B7D3B6D79FE039 /* DiarySummaryErrorTests.swift */; }; |
27 | 27 | E3A3BE7330A1CCAB9E144B41 /* DefaultEmotionAnalysisRepositoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B816EE4A02D0B23C50F35FF9 /* DefaultEmotionAnalysisRepositoryTests.swift */; }; |
| 28 | + F1D4E5A20F2B3C4D5E6F7A8B /* SpacingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2D4E5A30F2B3C4D5E6F7A8C /* SpacingTests.swift */; }; |
| 29 | + F2D4E5A40F2B3C4D5E6F7A9D /* RadiusTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3D4E5A50F2B3C4D5E6F7A9E /* RadiusTests.swift */; }; |
| 30 | + DC1369FEAE93D794107D5373 /* Color_GAMSSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 596EE0F239D37460A7BA389D /* Color_GAMSSTests.swift */; }; |
| 31 | + CC3333333333333333333333 /* FontWeightTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2222222222222222222222 /* FontWeightTests.swift */; }; |
| 32 | + EE5555555555555555555555 /* TypographyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD4444444444444444444444 /* TypographyTests.swift */; }; |
28 | 33 | /* End PBXBuildFile section */ |
29 | 34 |
|
30 | 35 | /* Begin PBXContainerItemProxy section */ |
|
51 | 56 | BAEBF9C5ED345443E4A4BED7 /* DefaultSummarizeDiaryUseCaseTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DefaultSummarizeDiaryUseCaseTests.swift; sourceTree = "<group>"; }; |
52 | 57 | BECB25622D5F9ADA8FA5E5B6 /* Pods-GAMSS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GAMSS.release.xcconfig"; path = "Target Support Files/Pods-GAMSS/Pods-GAMSS.release.xcconfig"; sourceTree = "<group>"; }; |
53 | 58 | C6E353FF7D86EAC9E125F484 /* DefaultAnalyzeEmotionUseCaseTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DefaultAnalyzeEmotionUseCaseTests.swift; sourceTree = "<group>"; }; |
| 59 | + C2D4E5A30F2B3C4D5E6F7A8C /* SpacingTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SpacingTests.swift; sourceTree = "<group>"; }; |
| 60 | + C3D4E5A50F2B3C4D5E6F7A9E /* RadiusTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = RadiusTests.swift; sourceTree = "<group>"; }; |
| 61 | + 596EE0F239D37460A7BA389D /* Color_GAMSSTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Color_GAMSSTests.swift; sourceTree = "<group>"; }; |
| 62 | + BB2222222222222222222222 /* FontWeightTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = FontWeightTests.swift; sourceTree = "<group>"; }; |
| 63 | + DD4444444444444444444444 /* TypographyTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TypographyTests.swift; sourceTree = "<group>"; }; |
54 | 64 | CEB4219C48B0B2A51FA9457C /* EmotionTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = EmotionTests.swift; sourceTree = "<group>"; }; |
55 | 65 | D4BE9D664889F13369325DC9 /* sample_sentences.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; path = sample_sentences.json; sourceTree = "<group>"; }; |
56 | 66 | E7BE3E28AC7871B572DD4B7E /* Pods-GAMSSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GAMSSTests.release.xcconfig"; path = "Target Support Files/Pods-GAMSSTests/Pods-GAMSSTests.release.xcconfig"; sourceTree = "<group>"; }; |
|
106 | 116 | /* End PBXFrameworksBuildPhase section */ |
107 | 117 |
|
108 | 118 | /* Begin PBXGroup section */ |
| 119 | + 01A4E5A70F2B3C4D5E6F7AB0 /* Core */ = { |
| 120 | + isa = PBXGroup; |
| 121 | + children = ( |
| 122 | + 01D4E5A60F2B3C4D5E6F7AAF /* DesignSystem */, |
| 123 | + ); |
| 124 | + path = Core; |
| 125 | + sourceTree = "<group>"; |
| 126 | + }; |
| 127 | + 01D4E5A60F2B3C4D5E6F7AAF /* DesignSystem */ = { |
| 128 | + isa = PBXGroup; |
| 129 | + children = ( |
| 130 | + C2D4E5A30F2B3C4D5E6F7A8C /* SpacingTests.swift */, |
| 131 | + C3D4E5A50F2B3C4D5E6F7A9E /* RadiusTests.swift */, |
| 132 | + AA3FCF8B76B94F07F0F84F64 /* Colors */, |
| 133 | + AA1111111111111111111111 /* Typography */, |
| 134 | + ); |
| 135 | + path = DesignSystem; |
| 136 | + sourceTree = "<group>"; |
| 137 | + }; |
| 138 | + AA3FCF8B76B94F07F0F84F64 /* Colors */ = { |
| 139 | + isa = PBXGroup; |
| 140 | + children = ( |
| 141 | + 596EE0F239D37460A7BA389D /* Color_GAMSSTests.swift */, |
| 142 | + ); |
| 143 | + path = Colors; |
| 144 | + sourceTree = "<group>"; |
| 145 | + }; |
| 146 | + AA1111111111111111111111 /* Typography */ = { |
| 147 | + isa = PBXGroup; |
| 148 | + children = ( |
| 149 | + BB2222222222222222222222 /* FontWeightTests.swift */, |
| 150 | + DD4444444444444444444444 /* TypographyTests.swift */, |
| 151 | + ); |
| 152 | + path = Typography; |
| 153 | + sourceTree = "<group>"; |
| 154 | + }; |
109 | 155 | 01F0B560E9B57E72D3F1E993 /* Sources */ = { |
110 | 156 | isa = PBXGroup; |
111 | 157 | children = ( |
|
140 | 186 | isa = PBXGroup; |
141 | 187 | children = ( |
142 | 188 | 7674D757C326ABEDB6302AA6 /* GAMSSTests.swift */, |
| 189 | + 01A4E5A70F2B3C4D5E6F7AB0 /* Core */, |
143 | 190 | EFFEB6B04B94488D8B385CA9 /* Domain */, |
144 | 191 | EAEA5FB8FF3DB8F303B34C67 /* Data */, |
145 | 192 | 086A8E92FA56831BF52BA539 /* Fixtures */, |
|
485 | 532 | 7171BAFFE141BFB241321110 /* DefaultSummarizeDiaryUseCaseTests.swift in Sources */, |
486 | 533 | 1D8DF6DFC7E7383B9B8C5850 /* DefaultDiarySummaryRepositoryTests.swift in Sources */, |
487 | 534 | 44668B62F14343DDBC28C579 /* SummaryTestViewModelTests.swift in Sources */, |
| 535 | + F1D4E5A20F2B3C4D5E6F7A8B /* SpacingTests.swift in Sources */, |
| 536 | + F2D4E5A40F2B3C4D5E6F7A9D /* RadiusTests.swift in Sources */, |
| 537 | + DC1369FEAE93D794107D5373 /* Color_GAMSSTests.swift in Sources */, |
| 538 | + CC3333333333333333333333 /* FontWeightTests.swift in Sources */, |
| 539 | + EE5555555555555555555555 /* TypographyTests.swift in Sources */, |
488 | 540 | ); |
489 | 541 | runOnlyForDeploymentPostprocessing = 0; |
490 | 542 | }; |
|
504 | 556 | isa = XCBuildConfiguration; |
505 | 557 | buildSettings = { |
506 | 558 | ALWAYS_SEARCH_USER_PATHS = NO; |
507 | | - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
| 559 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = NO; |
508 | 560 | CLANG_ANALYZER_NONNULL = YES; |
509 | 561 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
510 | 562 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
|
567 | 619 | isa = XCBuildConfiguration; |
568 | 620 | buildSettings = { |
569 | 621 | ALWAYS_SEARCH_USER_PATHS = NO; |
570 | | - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
| 622 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = NO; |
571 | 623 | CLANG_ANALYZER_NONNULL = YES; |
572 | 624 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
573 | 625 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
|
0 commit comments