|
36 | 36 | 5387AE892C0143D100EEC581 /* SearchBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387AE882C0143D100EEC581 /* SearchBar.swift */; };
|
37 | 37 | 538A10312C30FB600028B785 /* ViewMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 538A10302C30FB5E0028B785 /* ViewMode.swift */; };
|
38 | 38 | 538A10332C31C7D70028B785 /* RowAddButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 538A10322C31C7CC0028B785 /* RowAddButton.swift */; };
|
| 39 | + 538A534C2C6FE8DA00711639 /* TermFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 538A534B2C6FE8D600711639 /* TermFilter.swift */; }; |
| 40 | + 538A53502C6FEA6600711639 /* CoreDataTaxonomyTerms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 538A534F2C6FEA6600711639 /* CoreDataTaxonomyTerms.swift */; }; |
| 41 | + 538A53522C6FF1C400711639 /* TermDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 538A53512C6FF1C200711639 /* TermDetail.swift */; }; |
| 42 | + 538A53562C7026B500711639 /* CoreDataTaxonomyTermDefinitions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 538A53552C7026B500711639 /* CoreDataTaxonomyTermDefinitions.swift */; }; |
39 | 43 | 53911FC52C19E87300B77DAB /* ActivityWeight.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53911FC42C19E87300B77DAB /* ActivityWeight.swift */; };
|
40 | 44 | 539134EA2C0269B600B48494 /* PageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539134E92C0269B600B48494 /* PageConfiguration.swift */; };
|
41 | 45 | 539134EC2C02883000B48494 /* PersonDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539134EB2C02883000B48494 /* PersonDetail.swift */; };
|
|
62 | 66 | 53D4CB7E2BFE93B000AFEDEA /* Planning.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53D4CB6D2BFE93B000AFEDEA /* Planning.swift */; };
|
63 | 67 | 53D4CB7F2BFE93B000AFEDEA /* Today.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53D4CB6E2BFE93B000AFEDEA /* Today.swift */; };
|
64 | 68 | 53D4CB802BFE93B000AFEDEA /* CompanyDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53D4CB702BFE93B000AFEDEA /* CompanyDetail.swift */; };
|
65 |
| - 53D4CB812BFE93B000AFEDEA /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53D4CB712BFE93B000AFEDEA /* Item.swift */; }; |
66 | 69 | 53D4CB822BFE93B000AFEDEA /* JobDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53D4CB722BFE93B000AFEDEA /* JobDetail.swift */; };
|
67 | 70 | 53D4CB832BFE93B000AFEDEA /* NoteDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53D4CB732BFE93B000AFEDEA /* NoteDetail.swift */; };
|
68 | 71 | 53D4CB842BFE93B000AFEDEA /* TaskDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53D4CB742BFE93B000AFEDEA /* TaskDetail.swift */; };
|
|
148 | 151 | 5387AE882C0143D100EEC581 /* SearchBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchBar.swift; sourceTree = "<group>"; };
|
149 | 152 | 538A10302C30FB5E0028B785 /* ViewMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewMode.swift; sourceTree = "<group>"; };
|
150 | 153 | 538A10322C31C7CC0028B785 /* RowAddButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RowAddButton.swift; sourceTree = "<group>"; };
|
| 154 | + 538A534B2C6FE8D600711639 /* TermFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TermFilter.swift; sourceTree = "<group>"; }; |
| 155 | + 538A534F2C6FEA6600711639 /* CoreDataTaxonomyTerms.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CoreDataTaxonomyTerms.swift; path = ../../DLPrototype/DLPrototype/Models/CoreData/CoreDataTaxonomyTerms.swift; sourceTree = "<group>"; }; |
| 156 | + 538A53512C6FF1C200711639 /* TermDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TermDetail.swift; sourceTree = "<group>"; }; |
| 157 | + 538A53552C7026B500711639 /* CoreDataTaxonomyTermDefinitions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CoreDataTaxonomyTermDefinitions.swift; path = ../../DLPrototype/DLPrototype/Models/CoreData/CoreDataTaxonomyTermDefinitions.swift; sourceTree = "<group>"; }; |
151 | 158 | 53911FC42C19E87300B77DAB /* ActivityWeight.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ActivityWeight.swift; path = ../../DLPrototype/DLPrototype/Enums/ActivityWeight.swift; sourceTree = "<group>"; };
|
152 | 159 | 539134E92C0269B600B48494 /* PageConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PageConfiguration.swift; sourceTree = "<group>"; };
|
153 | 160 | 539134EB2C02883000B48494 /* PersonDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersonDetail.swift; sourceTree = "<group>"; };
|
|
176 | 183 | 53D4CB6D2BFE93B000AFEDEA /* Planning.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Planning.swift; sourceTree = "<group>"; };
|
177 | 184 | 53D4CB6E2BFE93B000AFEDEA /* Today.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Today.swift; sourceTree = "<group>"; };
|
178 | 185 | 53D4CB702BFE93B000AFEDEA /* CompanyDetail.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CompanyDetail.swift; sourceTree = "<group>"; };
|
179 |
| - 53D4CB712BFE93B000AFEDEA /* Item.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; }; |
180 | 186 | 53D4CB722BFE93B000AFEDEA /* JobDetail.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JobDetail.swift; sourceTree = "<group>"; };
|
181 | 187 | 53D4CB732BFE93B000AFEDEA /* NoteDetail.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NoteDetail.swift; sourceTree = "<group>"; };
|
182 | 188 | 53D4CB742BFE93B000AFEDEA /* TaskDetail.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TaskDetail.swift; sourceTree = "<group>"; };
|
|
335 | 341 | 53C059B92C33BCB20066111C /* Filter */ = {
|
336 | 342 | isa = PBXGroup;
|
337 | 343 | children = (
|
| 344 | + 538A534B2C6FE8D600711639 /* TermFilter.swift */, |
338 | 345 | 53C059B72C33BCAA0066111C /* RecordFilter.swift */,
|
339 | 346 | );
|
340 | 347 | path = Filter;
|
|
343 | 350 | 53D4CB4A2BFE930100AFEDEA = {
|
344 | 351 | isa = PBXGroup;
|
345 | 352 | children = (
|
| 353 | + 538A53552C7026B500711639 /* CoreDataTaxonomyTermDefinitions.swift */, |
| 354 | + 538A534F2C6FEA6600711639 /* CoreDataTaxonomyTerms.swift */, |
346 | 355 | 53911FC42C19E87300B77DAB /* ActivityWeight.swift */,
|
347 | 356 | 5311F4052C17C66900FB3071 /* CDAssessmentThreshold.swift */,
|
348 | 357 | 53E3A26A2C098A50004A85C3 /* CDAssessmentFactor.swift */,
|
|
432 | 441 | 53D4CB752BFE93B000AFEDEA /* Detail */ = {
|
433 | 442 | isa = PBXGroup;
|
434 | 443 | children = (
|
| 444 | + 538A53512C6FF1C200711639 /* TermDetail.swift */, |
435 | 445 | 53D4CB702BFE93B000AFEDEA /* CompanyDetail.swift */,
|
436 |
| - 53D4CB712BFE93B000AFEDEA /* Item.swift */, |
437 | 446 | 53D4CB722BFE93B000AFEDEA /* JobDetail.swift */,
|
438 | 447 | 53D4CB732BFE93B000AFEDEA /* NoteDetail.swift */,
|
439 | 448 | 53D4CB742BFE93B000AFEDEA /* TaskDetail.swift */,
|
|
583 | 592 | isa = PBXSourcesBuildPhase;
|
584 | 593 | buildActionMask = 2147483647;
|
585 | 594 | files = (
|
| 595 | + 538A53562C7026B500711639 /* CoreDataTaxonomyTermDefinitions.swift in Sources */, |
| 596 | + 538A53502C6FEA6600711639 /* CoreDataTaxonomyTerms.swift in Sources */, |
586 | 597 | 53911FC52C19E87300B77DAB /* ActivityWeight.swift in Sources */,
|
587 | 598 | 5311F4062C17C66900FB3071 /* CDAssessmentThreshold.swift in Sources */,
|
588 | 599 | 53E3A26B2C098A50004A85C3 /* CDAssessmentFactor.swift in Sources */,
|
|
612 | 623 | 53F926322BFEA00E00948076 /* String.swift in Sources */,
|
613 | 624 | 53F926062BFE9BF300948076 /* CoreDataCalendarEvent.swift in Sources */,
|
614 | 625 | 53F926072BFE9BF300948076 /* CoreDataCompanies.swift in Sources */,
|
| 626 | + 538A53522C6FF1C400711639 /* TermDetail.swift in Sources */, |
615 | 627 | 539134EC2C02883000B48494 /* PersonDetail.swift in Sources */,
|
616 | 628 | 53F926082BFE9BF300948076 /* CoreDataJob.swift in Sources */,
|
617 | 629 | 532441662C04428700659F14 /* Titlebar.swift in Sources */,
|
|
673 | 685 | 53D4CB842BFE93B000AFEDEA /* TaskDetail.swift in Sources */,
|
674 | 686 | 53E50C172C0E619C00A85FDC /* OverviewWidget.swift in Sources */,
|
675 | 687 | 53D4CB862BFE93B000AFEDEA /* Jobs.swift in Sources */,
|
676 |
| - 53D4CB812BFE93B000AFEDEA /* Item.swift in Sources */, |
677 | 688 | 53D4CB7D2BFE93B000AFEDEA /* Explore.swift in Sources */,
|
678 | 689 | 53E50C192C0E61DB00A85FDC /* Legend.swift in Sources */,
|
679 | 690 | 539134EE2C028F6900B48494 /* ProjectDetail.swift in Sources */,
|
680 | 691 | 539134F82C039F3100B48494 /* Records.swift in Sources */,
|
| 692 | + 538A534C2C6FE8DA00711639 /* TermFilter.swift in Sources */, |
681 | 693 | 53E6974C2C23ABA7005A7375 /* CompanySelector.swift in Sources */,
|
682 | 694 | 537582CC2BFFD70D00CB528C /* RecordDetail.swift in Sources */,
|
683 | 695 | 5311F3F92C1794FD00FB3071 /* PageActionBar.Planning.swift in Sources */,
|
|
817 | 829 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
818 | 830 | CODE_SIGN_ENTITLEMENTS = "KlockWork-iOS/KlockWork_iOS.entitlements";
|
819 | 831 | CODE_SIGN_STYLE = Automatic;
|
820 |
| - CURRENT_PROJECT_VERSION = 17; |
| 832 | + CURRENT_PROJECT_VERSION = 18; |
821 | 833 | DEAD_CODE_STRIPPING = YES;
|
822 | 834 | DEVELOPMENT_ASSET_PATHS = "\"KlockWork-iOS/Preview Content\"";
|
823 | 835 | DEVELOPMENT_TEAM = 6DT7L2N5X6;
|
|
859 | 871 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
860 | 872 | CODE_SIGN_ENTITLEMENTS = "KlockWork-iOS/KlockWork_iOS.entitlements";
|
861 | 873 | CODE_SIGN_STYLE = Automatic;
|
862 |
| - CURRENT_PROJECT_VERSION = 17; |
| 874 | + CURRENT_PROJECT_VERSION = 18; |
863 | 875 | DEAD_CODE_STRIPPING = YES;
|
864 | 876 | DEVELOPMENT_ASSET_PATHS = "\"KlockWork-iOS/Preview Content\"";
|
865 | 877 | DEVELOPMENT_TEAM = 6DT7L2N5X6;
|
|
0 commit comments