|
939 | 939 | B3A47C3A29015FE800E7D90D /* TableOfContentsState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3A47C3929015FE800E7D90D /* TableOfContentsState.swift */; }; |
940 | 940 | B3A53FF72B14CDB2004BB9D7 /* ReadEmojiTagsDbRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3A53FF62B14CDB2004BB9D7 /* ReadEmojiTagsDbRequest.swift */; }; |
941 | 941 | B3A6C59F252CA08300F24CBE /* PSPDFKit in Frameworks */ = {isa = PBXBuildFile; productRef = B3A6C59E252CA08300F24CBE /* PSPDFKit */; }; |
| 942 | + B3A71F4B2EEC39A80006A737 /* AnnotationToolsSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3A71F4A2EEC39A20006A737 /* AnnotationToolsSettingsView.swift */; }; |
| 943 | + B3A71F4D2EEC39BA0006A737 /* AnnotationToolsSettingsActionHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3A71F4C2EEC39B50006A737 /* AnnotationToolsSettingsActionHandler.swift */; }; |
| 944 | + B3A71F4F2EEC39CD0006A737 /* AnnotationToolsSettingsState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3A71F4E2EEC39CA0006A737 /* AnnotationToolsSettingsState.swift */; }; |
| 945 | + B3A71F512EEC39D90006A737 /* AnnotationToolsSettingsAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3A71F502EEC39D60006A737 /* AnnotationToolsSettingsAction.swift */; }; |
942 | 946 | B3A94B4A2462F5D300BC7910 /* PSPDFKit+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3A94B492462F5D300BC7910 /* PSPDFKit+Extensions.swift */; }; |
943 | 947 | B3A95DAA29194BDE00BCCF11 /* DashedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3A95DA929194BDE00BCCF11 /* DashedView.swift */; }; |
944 | 948 | B3AAABD72502A40900031065 /* searchresponse_unknownfields.json in Resources */ = {isa = PBXBuildFile; fileRef = B3AAABD52502A40600031065 /* searchresponse_unknownfields.json */; }; |
|
1994 | 1998 | B3A47C3729015FDD00E7D90D /* TableOfContentsAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableOfContentsAction.swift; sourceTree = "<group>"; }; |
1995 | 1999 | B3A47C3929015FE800E7D90D /* TableOfContentsState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableOfContentsState.swift; sourceTree = "<group>"; }; |
1996 | 2000 | B3A53FF62B14CDB2004BB9D7 /* ReadEmojiTagsDbRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadEmojiTagsDbRequest.swift; sourceTree = "<group>"; }; |
| 2001 | + B3A71F4A2EEC39A20006A737 /* AnnotationToolsSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnnotationToolsSettingsView.swift; sourceTree = "<group>"; }; |
| 2002 | + B3A71F4C2EEC39B50006A737 /* AnnotationToolsSettingsActionHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnnotationToolsSettingsActionHandler.swift; sourceTree = "<group>"; }; |
| 2003 | + B3A71F4E2EEC39CA0006A737 /* AnnotationToolsSettingsState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnnotationToolsSettingsState.swift; sourceTree = "<group>"; }; |
| 2004 | + B3A71F502EEC39D60006A737 /* AnnotationToolsSettingsAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnnotationToolsSettingsAction.swift; sourceTree = "<group>"; }; |
1997 | 2005 | B3A94B492462F5D300BC7910 /* PSPDFKit+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PSPDFKit+Extensions.swift"; sourceTree = "<group>"; }; |
1998 | 2006 | B3A95DA929194BDE00BCCF11 /* DashedView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DashedView.swift; sourceTree = "<group>"; }; |
1999 | 2007 | B3AAABD52502A40600031065 /* searchresponse_unknownfields.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = searchresponse_unknownfields.json; sourceTree = "<group>"; }; |
|
3651 | 3659 | B374911F2488D7040042FF85 /* Settings */ = { |
3652 | 3660 | isa = PBXGroup; |
3653 | 3661 | children = ( |
| 3662 | + B3A71F462EEC397C0006A737 /* Annotation Tools */, |
3654 | 3663 | B3E8FE092714297200F51458 /* Cite */, |
3655 | 3664 | B3E8FE4327142B0A00F51458 /* Debugging */, |
3656 | 3665 | B3E8FE1F271429C300F51458 /* Export */, |
|
3715 | 3724 | path = Controllers; |
3716 | 3725 | sourceTree = "<group>"; |
3717 | 3726 | }; |
| 3727 | + B3A71F462EEC397C0006A737 /* Annotation Tools */ = { |
| 3728 | + isa = PBXGroup; |
| 3729 | + children = ( |
| 3730 | + B3A71F472EEC39950006A737 /* Models */, |
| 3731 | + B3A71F482EEC39950006A737 /* ViewModels */, |
| 3732 | + B3A71F492EEC39950006A737 /* Views */, |
| 3733 | + ); |
| 3734 | + path = "Annotation Tools"; |
| 3735 | + sourceTree = "<group>"; |
| 3736 | + }; |
| 3737 | + B3A71F472EEC39950006A737 /* Models */ = { |
| 3738 | + isa = PBXGroup; |
| 3739 | + children = ( |
| 3740 | + B3A71F502EEC39D60006A737 /* AnnotationToolsSettingsAction.swift */, |
| 3741 | + B3A71F4E2EEC39CA0006A737 /* AnnotationToolsSettingsState.swift */, |
| 3742 | + ); |
| 3743 | + path = Models; |
| 3744 | + sourceTree = "<group>"; |
| 3745 | + }; |
| 3746 | + B3A71F482EEC39950006A737 /* ViewModels */ = { |
| 3747 | + isa = PBXGroup; |
| 3748 | + children = ( |
| 3749 | + B3A71F4C2EEC39B50006A737 /* AnnotationToolsSettingsActionHandler.swift */, |
| 3750 | + ); |
| 3751 | + path = ViewModels; |
| 3752 | + sourceTree = "<group>"; |
| 3753 | + }; |
| 3754 | + B3A71F492EEC39950006A737 /* Views */ = { |
| 3755 | + isa = PBXGroup; |
| 3756 | + children = ( |
| 3757 | + B3A71F4A2EEC39A20006A737 /* AnnotationToolsSettingsView.swift */, |
| 3758 | + ); |
| 3759 | + path = Views; |
| 3760 | + sourceTree = "<group>"; |
| 3761 | + }; |
3718 | 3762 | B3AB389F238EC02D008A1ABB /* View Controllers */ = { |
3719 | 3763 | isa = PBXGroup; |
3720 | 3764 | children = ( |
|
5087 | 5131 | B3C9D60C24DA9DEA003EA1EE /* CollectionsSearchActionHandler.swift in Sources */, |
5088 | 5132 | B324277825C82E6500567504 /* UnsubscribeWsMessage.swift in Sources */, |
5089 | 5133 | B3593F3D241A61C700760E20 /* ItemsState.swift in Sources */, |
| 5134 | + B3A71F4B2EEC39A80006A737 /* AnnotationToolsSettingsView.swift in Sources */, |
5090 | 5135 | B30566AE23FC051F003304F2 /* SettingsResponse.swift in Sources */, |
5091 | 5136 | B3422F46289BADD800C53DD2 /* ItemDetailFieldEditContentView.swift in Sources */, |
5092 | 5137 | B3FE4B99268DDE4900CE123F /* CitationBibliographyExportState.swift in Sources */, |
|
5169 | 5214 | B305661323FC051E003304F2 /* ArrayEncoding.swift in Sources */, |
5170 | 5215 | B305667723FC051F003304F2 /* UIFont+Extensions.swift in Sources */, |
5171 | 5216 | B3DF9AD52747AB4F007933CB /* ApiEndpoint.swift in Sources */, |
| 5217 | + B3A71F4F2EEC39CD0006A737 /* AnnotationToolsSettingsState.swift in Sources */, |
5172 | 5218 | B322B4772673A41200BC3D08 /* ReadStyleDbRequest.swift in Sources */, |
5173 | 5219 | B3E8FE8827143BDD00F51458 /* SyncSettingsAction.swift in Sources */, |
5174 | 5220 | B3F9A4B82B04C97A00684030 /* HtmlEpubSettings.swift in Sources */, |
|
5515 | 5561 | B3863FC82AD819AB005082F0 /* EndItemCreationDbRequest.swift in Sources */, |
5516 | 5562 | B3DDDAAC24CAD6810014DF99 /* InsetLabel.swift in Sources */, |
5517 | 5563 | B3329A552B738C4E00F17636 /* CitationAuthorCell.swift in Sources */, |
| 5564 | + B3A71F4D2EEC39BA0006A737 /* AnnotationToolsSettingsActionHandler.swift in Sources */, |
5518 | 5565 | B3E8FE8927143BDD00F51458 /* SyncSettingsView.swift in Sources */, |
5519 | 5566 | B3593F7A241A76E600760E20 /* CollectionEditState.swift in Sources */, |
5520 | 5567 | B3C6AB28248E1B720009AC96 /* SyncBatchProcessor.swift in Sources */, |
|
5542 | 5589 | B31FACD225DBC7E900DD5F14 /* ActiveObjectDeletedConflictReceiverHandler.swift in Sources */, |
5543 | 5590 | B3EA5A192B724E9400E283D7 /* CitationLocatorCell.swift in Sources */, |
5544 | 5591 | B36181FF24C9A7C000B30D56 /* LoginState.swift in Sources */, |
| 5592 | + B3A71F512EEC39D90006A737 /* AnnotationToolsSettingsAction.swift in Sources */, |
5545 | 5593 | B3E8FE3627142A0900F51458 /* RemoteStyle.swift in Sources */, |
5546 | 5594 | B3F55A1729EED04700A6716E /* ReadFilteredTagsDbRequest.swift in Sources */, |
5547 | 5595 | B34A9F5E25BF12F7007C9A4A /* ReadFilenameDbRequest.swift in Sources */, |
|
0 commit comments