|
108 | 108 | 13F187B02E6F38CE00747F7E /* CreateCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F187AA2E6F38CE00747F7E /* CreateCollectionView.swift */; }; |
109 | 109 | 13F187B12E6F38CE00747F7E /* CollectionDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F187AB2E6F38CE00747F7E /* CollectionDetailView.swift */; }; |
110 | 110 | 13F315B02EAD03F70025BD7A /* SubtitleLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F315AF2EAD03F70025BD7A /* SubtitleLoader.swift */; }; |
| 111 | + 13F458482F4B084C00ED1C75 /* SyncKeychainStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F458462F4B084C00ED1C75 /* SyncKeychainStore.swift */; }; |
| 112 | + 13F458492F4B084C00ED1C75 /* ProgressSyncManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F458472F4B084C00ED1C75 /* ProgressSyncManager.swift */; }; |
| 113 | + 13F4584B2F4B085E00ED1C75 /* TrackingSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F4584A2F4B085E00ED1C75 /* TrackingSettingsView.swift */; }; |
111 | 114 | 13F518432EBCE42B00DEF778 /* StorageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F518422EBCE42B00DEF778 /* StorageView.swift */; }; |
112 | 115 | 13F5B58F2E7308F300565E75 /* HomeSectionsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F5B58E2E7308F300565E75 /* HomeSectionsView.swift */; }; |
113 | 116 | 13F5B5922E73090000565E75 /* HomeSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F5B5912E73090000565E75 /* HomeSection.swift */; }; |
|
228 | 231 | 13F187AA2E6F38CE00747F7E /* CreateCollectionView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CreateCollectionView.swift; sourceTree = "<group>"; }; |
229 | 232 | 13F187AB2E6F38CE00747F7E /* CollectionDetailView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollectionDetailView.swift; sourceTree = "<group>"; }; |
230 | 233 | 13F315AF2EAD03F70025BD7A /* SubtitleLoader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SubtitleLoader.swift; sourceTree = "<group>"; }; |
| 234 | + 13F458462F4B084C00ED1C75 /* SyncKeychainStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SyncKeychainStore.swift; sourceTree = "<group>"; }; |
| 235 | + 13F458472F4B084C00ED1C75 /* ProgressSyncManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProgressSyncManager.swift; sourceTree = "<group>"; }; |
| 236 | + 13F4584A2F4B085E00ED1C75 /* TrackingSettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TrackingSettingsView.swift; sourceTree = "<group>"; }; |
231 | 237 | 13F518422EBCE42B00DEF778 /* StorageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StorageView.swift; sourceTree = "<group>"; }; |
232 | 238 | 13F5B58E2E7308F300565E75 /* HomeSectionsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeSectionsView.swift; sourceTree = "<group>"; }; |
233 | 239 | 13F5B5912E73090000565E75 /* HomeSection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeSection.swift; sourceTree = "<group>"; }; |
|
276 | 282 | 1375466E2E5F078B00B29944 /* Tracking */ = { |
277 | 283 | isa = PBXGroup; |
278 | 284 | children = ( |
| 285 | + 13F458452F4B084C00ED1C75 /* Sync */, |
279 | 286 | 1375466F2E5F079000B29944 /* Progress */, |
280 | 287 | ); |
281 | 288 | path = Tracking; |
|
687 | 694 | 13F072C42E4B364B00EF90EB /* SettingsView */ = { |
688 | 695 | isa = PBXGroup; |
689 | 696 | children = ( |
| 697 | + 13F4584A2F4B085E00ED1C75 /* TrackingSettingsView.swift */, |
690 | 698 | 13830AEF2E55C04F00B3CDE4 /* AlgorithmSelectionView.swift */, |
691 | 699 | 13631B312E4F1A200035C39F /* ServiceSettingsView.swift */, |
692 | 700 | 13F5B58E2E7308F300565E75 /* HomeSectionsView.swift */, |
|
719 | 727 | path = Views; |
720 | 728 | sourceTree = "<group>"; |
721 | 729 | }; |
| 730 | + 13F458452F4B084C00ED1C75 /* Sync */ = { |
| 731 | + isa = PBXGroup; |
| 732 | + children = ( |
| 733 | + 13F458462F4B084C00ED1C75 /* SyncKeychainStore.swift */, |
| 734 | + 13F458472F4B084C00ED1C75 /* ProgressSyncManager.swift */, |
| 735 | + ); |
| 736 | + path = Sync; |
| 737 | + sourceTree = "<group>"; |
| 738 | + }; |
722 | 739 | 13F5B5902E73090000565E75 /* Models */ = { |
723 | 740 | isa = PBXGroup; |
724 | 741 | children = ( |
|
857 | 874 | 13F072B02E4B2D9200EF90EB /* SearchResultCard.swift in Sources */, |
858 | 875 | 136D3E5C2EB75D7E0094210C /* LiquidGlassBackground.swift in Sources */, |
859 | 876 | 13B6F3452EA4C6BC00DECD2B /* ProgressManager.swift in Sources */, |
| 877 | + 13F458482F4B084C00ED1C75 /* SyncKeychainStore.swift in Sources */, |
860 | 878 | 13E1EDF42ED9E67000087629 /* ContentModel.xcdatamodeld in Sources */, |
861 | 879 | 13F072B42E4B2D9200EF90EB /* resized.swift in Sources */, |
862 | 880 | 13E1EDDF2ED9E66000087629 /* KanzenEngine.swift in Sources */, |
|
930 | 948 | 13B2E5742E7597B9009F3271 /* JSController-NetworkFetch.swift in Sources */, |
931 | 949 | 13F315B02EAD03F70025BD7A /* SubtitleLoader.swift in Sources */, |
932 | 950 | 13F072B82E4B2D9200EF90EB /* LevenshteinDistance.swift in Sources */, |
| 951 | + 13F458492F4B084C00ED1C75 /* ProgressSyncManager.swift in Sources */, |
933 | 952 | 13631B322E4F1A200035C39F /* ServiceSettingsView.swift in Sources */, |
934 | 953 | 13E1EDD42ED9E65F00087629 /* mangaData.swift in Sources */, |
935 | 954 | 13F072B32E4B2D9200EF90EB /* ServicesResultsSheet.swift in Sources */, |
|
940 | 959 | 13830AF42E55F5FF00B3CDE4 /* AccentColorManager.swift in Sources */, |
941 | 960 | 13F072A12E4B2D9200EF90EB /* JSController.swift in Sources */, |
942 | 961 | 13F0729F2E4B2D9200EF90EB /* ServiceManager.swift in Sources */, |
| 962 | + 13F4584B2F4B085E00ED1C75 /* TrackingSettingsView.swift in Sources */, |
943 | 963 | 12201F512EBE918D0033073C /* ServiceStore.swift in Sources */, |
944 | 964 | 13E1EDD52ED9E65F00087629 /* readingMode.swift in Sources */, |
945 | 965 | 13E1EDED2ED9E66000087629 /* contentView.swift in Sources */, |
|
0 commit comments