|
110 | 110 | 536040AA2CB9F5F10030D72D /* ActionType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 536040A92CB9F5F10030D72D /* ActionType.swift */; };
|
111 | 111 | 536040AC2CB9FC850030D72D /* FactorProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 536040AB2CB9FC850030D72D /* FactorProxy.swift */; };
|
112 | 112 | 5360429D2CBA35050030D72D /* RecordDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5360429C2CBA35020030D72D /* RecordDetail.swift */; };
|
| 113 | + 536043CA2CBE06A60030D72D /* LogTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 536043C92CBE06A40030D72D /* LogTask.swift */; }; |
| 114 | + 536043CC2CBE0E6C0030D72D /* NotificationSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 536043CB2CBE0E670030D72D /* NotificationSettings.swift */; }; |
113 | 115 | 5363B6782A6BB2CC00C2FBB8 /* CompanyDashboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5363B6772A6BB2CC00C2FBB8 /* CompanyDashboard.swift */; };
|
114 | 116 | 5363B67A2A6BB75F00C2FBB8 /* CompanyBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5363B6792A6BB75F00C2FBB8 /* CompanyBlock.swift */; };
|
115 | 117 | 5363B67C2A6BB78900C2FBB8 /* CompanyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5363B67B2A6BB78900C2FBB8 /* CompanyView.swift */; };
|
|
406 | 408 | 536040A92CB9F5F10030D72D /* ActionType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionType.swift; sourceTree = "<group>"; };
|
407 | 409 | 536040AB2CB9FC850030D72D /* FactorProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FactorProxy.swift; sourceTree = "<group>"; };
|
408 | 410 | 5360429C2CBA35020030D72D /* RecordDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecordDetail.swift; sourceTree = "<group>"; };
|
| 411 | + 536043C92CBE06A40030D72D /* LogTask.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogTask.swift; sourceTree = "<group>"; }; |
| 412 | + 536043CB2CBE0E670030D72D /* NotificationSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationSettings.swift; sourceTree = "<group>"; }; |
409 | 413 | 5363B6772A6BB2CC00C2FBB8 /* CompanyDashboard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyDashboard.swift; sourceTree = "<group>"; };
|
410 | 414 | 5363B6792A6BB75F00C2FBB8 /* CompanyBlock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyBlock.swift; sourceTree = "<group>"; };
|
411 | 415 | 5363B67B2A6BB78900C2FBB8 /* CompanyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyView.swift; sourceTree = "<group>"; };
|
|
540 | 544 | Sources/Helpers/ClipboardHelper.swift,
|
541 | 545 | Sources/Helpers/DateHelper.swift,
|
542 | 546 | Sources/Helpers/FileHelper.swift,
|
| 547 | + Sources/Helpers/NotificationHelper.swift, |
543 | 548 | Sources/Helpers/SearchHelper.swift,
|
544 | 549 | Sources/Helpers/StringHelper.swift,
|
545 | 550 | Sources/Helpers/UrlHelper.swift,
|
|
575 | 580 | Sources/Helpers/ClipboardHelper.swift,
|
576 | 581 | Sources/Helpers/DateHelper.swift,
|
577 | 582 | Sources/Helpers/FileHelper.swift,
|
| 583 | + Sources/Helpers/NotificationHelper.swift, |
578 | 584 | Sources/Helpers/SearchHelper.swift,
|
579 | 585 | Sources/Helpers/StringHelper.swift,
|
580 | 586 | Sources/Helpers/UrlHelper.swift,
|
|
703 | 709 | 531EB6E62A9FDA5000B3059C /* Models */ = {
|
704 | 710 | isa = PBXGroup;
|
705 | 711 | children = (
|
| 712 | + 536043C92CBE06A40030D72D /* LogTask.swift */, |
706 | 713 | 53013A972CAC601F0024BA30 /* Company.swift */,
|
707 | 714 | 5331FCB22A9E6ECE005CDE0E /* Plan.swift */,
|
708 | 715 | 531EB6E72A9FDA5A00B3059C /* Job.swift */,
|
|
1208 | 1215 | 53C036ED29F8A58600539C3C /* Tabs */ = {
|
1209 | 1216 | isa = PBXGroup;
|
1210 | 1217 | children = (
|
| 1218 | + 536043CB2CBE0E670030D72D /* NotificationSettings.swift */, |
1211 | 1219 | 53967D8329EC6D14006616A0 /* TodaySettings.swift */,
|
1212 | 1220 | 53EFCE7829637F35004E45EC /* GeneralSettings.swift */,
|
1213 | 1221 | 53C036EE29F8A59900539C3C /* DashboardSettings.swift */,
|
|
1624 | 1632 | 5372C02A2A105AA1008CB120 /* FancyChip.swift in Sources */,
|
1625 | 1633 | 53450CEC2BF46ECF007F45FB /* CommandLineInterface.swift in Sources */,
|
1626 | 1634 | 537628B429665F4E00DE8ECF /* Data.xcdatamodeld in Sources */,
|
| 1635 | + 536043CC2CBE0E6C0030D72D /* NotificationSettings.swift in Sources */, |
1627 | 1636 | 538A535A2C704E2B00711639 /* TermsDashboardSidebar.swift in Sources */,
|
1628 | 1637 | 53F5896429983FA300843B32 /* ProjectResult.swift in Sources */,
|
1629 | 1638 | 536040AA2CB9F5F10030D72D /* ActionType.swift in Sources */,
|
|
1678 | 1687 | 5354C8F82AA045F5001C1779 /* Planning.Feature.swift in Sources */,
|
1679 | 1688 | 5354C8E82AA03C56001C1779 /* Header.swift in Sources */,
|
1680 | 1689 | 5326AE9A2B27FFB8009F1349 /* CompanyPicker.swift in Sources */,
|
| 1690 | + 536043CA2CBE06A60030D72D /* LogTask.swift in Sources */, |
1681 | 1691 | 536040AC2CB9FC850030D72D /* FactorProxy.swift in Sources */,
|
1682 | 1692 | 53152CC929690E7300A14E43 /* LosslessStringConvertible.swift in Sources */,
|
1683 | 1693 | 536040932CB89F8C0030D72D /* ExploreSidebar.swift in Sources */,
|
|
0 commit comments