|
19 | 19 | 1736F7802ADBC02B0073428E /* CustomGradient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1736F77F2ADBC02B0073428E /* CustomGradient.swift */; };
|
20 | 20 | 173C24892B8E80830096F7A1 /* AboutTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173C24882B8E80830096F7A1 /* AboutTab.swift */; };
|
21 | 21 | 173C248C2B8E821C0096F7A1 /* UpdatesTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173C248B2B8E821C0096F7A1 /* UpdatesTab.swift */; };
|
22 |
| - 174AA5D62B71D97100E3FE74 /* MenuBarAppearancePanel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 174AA5D52B71D97100E3FE74 /* MenuBarAppearancePanel.swift */; }; |
| 22 | + 174AA5D62B71D97100E3FE74 /* MenuBarOverlayPanel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 174AA5D52B71D97100E3FE74 /* MenuBarOverlayPanel.swift */; }; |
23 | 23 | 174AA5F52B730A0B00E3FE74 /* ScreenCaptureManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 174AA5F42B730A0B00E3FE74 /* ScreenCaptureManager.swift */; };
|
24 | 24 | 175061912B1543DD003144CD /* LaunchAtLogin in Frameworks */ = {isa = PBXBuildFile; productRef = 175061902B1543DD003144CD /* LaunchAtLogin */; };
|
25 | 25 | 1750850E2B683A4C00CFF13A /* StateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1750850D2B683A4C00CFF13A /* StateView.swift */; };
|
|
30 | 30 | 175523EC2B92B978005EDF9F /* MenuBarItemManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175523EB2B92B978005EDF9F /* MenuBarItemManager.swift */; };
|
31 | 31 | 175584122B541CFC00EDC9D3 /* CustomTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175584112B541CFC00EDC9D3 /* CustomTabView.swift */; };
|
32 | 32 | 175584152B541D6F00EDC9D3 /* MenuBarLayoutTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175584142B541D6F00EDC9D3 /* MenuBarLayoutTab.swift */; };
|
33 |
| - 175812542B80FBFA00D622DA /* MenuBarAppearanceEditorHelperPanel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175812532B80FBFA00D622DA /* MenuBarAppearanceEditorHelperPanel.swift */; }; |
| 33 | + 175812542B80FBFA00D622DA /* MenuBarAppearanceEditorPanel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175812532B80FBFA00D622DA /* MenuBarAppearanceEditorPanel.swift */; }; |
34 | 34 | 175812592B82ACA900D622DA /* Annotation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175812582B82ACA800D622DA /* Annotation.swift */; };
|
35 | 35 | 176B23F42ADB76A1008AE86B /* CustomColorPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 176B23F32ADB76A1008AE86B /* CustomColorPicker.swift */; };
|
36 | 36 | 177354662B1B8502001CF731 /* MenuBarShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 177354652B1B8502001CF731 /* MenuBarShape.swift */; };
|
|
52 | 52 | 179F13BA2B90D34800EC6B52 /* MenuBarAppearanceConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 179F13B92B90D34800EC6B52 /* MenuBarAppearanceConfiguration.swift */; };
|
53 | 53 | 179F3C432ACE746700A76EE8 /* RemoveSidebarToggle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 179F3C422ACE746700A76EE8 /* RemoveSidebarToggle.swift */; };
|
54 | 54 | 17AB36292B9F5A5D00F50C0F /* SecondaryAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17AB36282B9F5A5D00F50C0F /* SecondaryAction.swift */; };
|
| 55 | + 17AB36322BA081D800F50C0F /* NSImage+resized.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17AB36312BA081D800F50C0F /* NSImage+resized.swift */; }; |
55 | 56 | 17B331D02B9916E70084EBB0 /* SettingsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B331CF2B9916E70084EBB0 /* SettingsManager.swift */; };
|
56 | 57 | 17B331D32B991D290084EBB0 /* GeneralSettingsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B331D22B991D290084EBB0 /* GeneralSettingsManager.swift */; };
|
57 | 58 | 17B331D52B991D8D0084EBB0 /* AdvancedSettingsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B331D42B991D8D0084EBB0 /* AdvancedSettingsManager.swift */; };
|
|
119 | 120 | 1736F77F2ADBC02B0073428E /* CustomGradient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomGradient.swift; sourceTree = "<group>"; };
|
120 | 121 | 173C24882B8E80830096F7A1 /* AboutTab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutTab.swift; sourceTree = "<group>"; };
|
121 | 122 | 173C248B2B8E821C0096F7A1 /* UpdatesTab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdatesTab.swift; sourceTree = "<group>"; };
|
122 |
| - 174AA5D52B71D97100E3FE74 /* MenuBarAppearancePanel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuBarAppearancePanel.swift; sourceTree = "<group>"; }; |
| 123 | + 174AA5D52B71D97100E3FE74 /* MenuBarOverlayPanel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuBarOverlayPanel.swift; sourceTree = "<group>"; }; |
123 | 124 | 174AA5F42B730A0B00E3FE74 /* ScreenCaptureManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenCaptureManager.swift; sourceTree = "<group>"; };
|
124 | 125 | 1750850D2B683A4C00CFF13A /* StateView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StateView.swift; sourceTree = "<group>"; };
|
125 | 126 | 175085122B69C4C100CFF13A /* CustomTabBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomTabBuilder.swift; sourceTree = "<group>"; };
|
|
129 | 130 | 175523EB2B92B978005EDF9F /* MenuBarItemManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuBarItemManager.swift; sourceTree = "<group>"; };
|
130 | 131 | 175584112B541CFC00EDC9D3 /* CustomTabView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomTabView.swift; sourceTree = "<group>"; };
|
131 | 132 | 175584142B541D6F00EDC9D3 /* MenuBarLayoutTab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuBarLayoutTab.swift; sourceTree = "<group>"; };
|
132 |
| - 175812532B80FBFA00D622DA /* MenuBarAppearanceEditorHelperPanel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuBarAppearanceEditorHelperPanel.swift; sourceTree = "<group>"; }; |
| 133 | + 175812532B80FBFA00D622DA /* MenuBarAppearanceEditorPanel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuBarAppearanceEditorPanel.swift; sourceTree = "<group>"; }; |
133 | 134 | 175812582B82ACA800D622DA /* Annotation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Annotation.swift; sourceTree = "<group>"; };
|
134 | 135 | 176B23F32ADB76A1008AE86B /* CustomColorPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomColorPicker.swift; sourceTree = "<group>"; };
|
135 | 136 | 177354652B1B8502001CF731 /* MenuBarShape.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuBarShape.swift; sourceTree = "<group>"; };
|
|
150 | 151 | 179F13B92B90D34800EC6B52 /* MenuBarAppearanceConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuBarAppearanceConfiguration.swift; sourceTree = "<group>"; };
|
151 | 152 | 179F3C422ACE746700A76EE8 /* RemoveSidebarToggle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoveSidebarToggle.swift; sourceTree = "<group>"; };
|
152 | 153 | 17AB36282B9F5A5D00F50C0F /* SecondaryAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondaryAction.swift; sourceTree = "<group>"; };
|
| 154 | + 17AB36312BA081D800F50C0F /* NSImage+resized.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSImage+resized.swift"; sourceTree = "<group>"; }; |
153 | 155 | 17B331CF2B9916E70084EBB0 /* SettingsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsManager.swift; sourceTree = "<group>"; };
|
154 | 156 | 17B331D22B991D290084EBB0 /* GeneralSettingsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralSettingsManager.swift; sourceTree = "<group>"; };
|
155 | 157 | 17B331D42B991D8D0084EBB0 /* AdvancedSettingsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdvancedSettingsManager.swift; sourceTree = "<group>"; };
|
|
424 | 426 | isa = PBXGroup;
|
425 | 427 | children = (
|
426 | 428 | 179F13B92B90D34800EC6B52 /* MenuBarAppearanceConfiguration.swift */,
|
427 |
| - 175812532B80FBFA00D622DA /* MenuBarAppearanceEditorHelperPanel.swift */, |
| 429 | + 175812532B80FBFA00D622DA /* MenuBarAppearanceEditorPanel.swift */, |
428 | 430 | 17B7F32A2B264C1800CDCF49 /* MenuBarAppearanceManager.swift */,
|
429 |
| - 174AA5D52B71D97100E3FE74 /* MenuBarAppearancePanel.swift */, |
| 431 | + 174AA5D52B71D97100E3FE74 /* MenuBarOverlayPanel.swift */, |
430 | 432 | 177354652B1B8502001CF731 /* MenuBarShape.swift */,
|
431 | 433 | 1787C43A2B187187002F50DF /* MenuBarTintKind.swift */,
|
432 | 434 | );
|
433 | 435 | path = MenuBarAppearance;
|
434 | 436 | sourceTree = "<group>";
|
435 | 437 | };
|
| 438 | + 17AB36302BA081C400F50C0F /* NSImage */ = { |
| 439 | + isa = PBXGroup; |
| 440 | + children = ( |
| 441 | + 17AB36312BA081D800F50C0F /* NSImage+resized.swift */, |
| 442 | + ); |
| 443 | + path = NSImage; |
| 444 | + sourceTree = "<group>"; |
| 445 | + }; |
436 | 446 | 17B331D12B991D180084EBB0 /* SettingsManagers */ = {
|
437 | 447 | isa = PBXGroup;
|
438 | 448 | children = (
|
|
572 | 582 | 7150A7AB2AA4262F0045EA68 /* Hotkeys */,
|
573 | 583 | 17C261E72B5AEB7A0076F129 /* Main */,
|
574 | 584 | 7166834E2A768190006ABF84 /* MenuBar */,
|
| 585 | + 179F13BC2B91E7F700EC6B52 /* MenuBarAppearance */, |
575 | 586 | 1787C42A2B16ADF2002F50DF /* Permissions */,
|
576 | 587 | 170749BF2B11A2BB009DDF73 /* Resources */,
|
577 | 588 | 7133ED662A858230000A7E1B /* Settings */,
|
|
613 | 624 | 716683442A76811C006ABF84 /* Logger */,
|
614 | 625 | 7133ED5F2A855ADA000A7E1B /* NSApplication */,
|
615 | 626 | 177354822B1F9AE1001CF731 /* NSBezierPath */,
|
| 627 | + 17AB36302BA081C400F50C0F /* NSImage */, |
616 | 628 | 17C3C5F52B75A35000B9648C /* NSScreen */,
|
617 | 629 | 716683462A76811C006ABF84 /* NSStatusItem */,
|
618 | 630 | 17CC22B62B8B561F001A0582 /* RectangleCornerRadii */,
|
|
644 | 656 | 7166834F2A7681AF006ABF84 /* MenuBarManager.swift */,
|
645 | 657 | 7162406E2AA0A323003EC671 /* MenuBarSection.swift */,
|
646 | 658 | 17F71BB12B87E37800905CBA /* RehideStrategy.swift */,
|
647 |
| - 179F13BC2B91E7F700EC6B52 /* MenuBarAppearance */, |
648 | 659 | );
|
649 | 660 | path = MenuBar;
|
650 | 661 | sourceTree = "<group>";
|
|
831 | 842 | 17CC22BC2B8CDE6F001A0582 /* EventManager.swift in Sources */,
|
832 | 843 | 71623BD32A8B6744002FD331 /* CustomButtonStyle.swift in Sources */,
|
833 | 844 | 7133ED712A85AE6A000A7E1B /* SettingsNavigationItem.swift in Sources */,
|
834 |
| - 174AA5D62B71D97100E3FE74 /* MenuBarAppearancePanel.swift in Sources */, |
| 845 | + 174AA5D62B71D97100E3FE74 /* MenuBarOverlayPanel.swift in Sources */, |
835 | 846 | 71008DF02AB907B00036B1F3 /* ObjectAssociation.swift in Sources */,
|
836 | 847 | 179F3C432ACE746700A76EE8 /* RemoveSidebarToggle.swift in Sources */,
|
837 | 848 | 17DFF4AC2AD5FB3300B5177A /* MenuBarSettingsPane.swift in Sources */,
|
838 | 849 | 170423DD2B56E77D004A2549 /* UpdatesManager.swift in Sources */,
|
839 | 850 | 177354662B1B8502001CF731 /* MenuBarShape.swift in Sources */,
|
840 | 851 | 71D36C4F2A88FE4900D89CD5 /* SettingsWindow.swift in Sources */,
|
841 | 852 | 175812592B82ACA900D622DA /* Annotation.swift in Sources */,
|
| 853 | + 17AB36322BA081D800F50C0F /* NSImage+resized.swift in Sources */, |
842 | 854 | 71604D632AAE84ED002FE96F /* ErrorOverlay.swift in Sources */,
|
843 | 855 | 1787C4302B16AE78002F50DF /* PermissionsManager.swift in Sources */,
|
844 | 856 | 17E2EA652B89531800974E60 /* NSScreen+isMouseInMenuBar.swift in Sources */,
|
845 | 857 | 170CF88C2B0ED4FA0073F982 /* HotkeyRecordingFailure.swift in Sources */,
|
846 | 858 | 170CF88E2B0EDD780073F982 /* LocalizedErrorBox.swift in Sources */,
|
847 |
| - 175812542B80FBFA00D622DA /* MenuBarAppearanceEditorHelperPanel.swift in Sources */, |
| 859 | + 175812542B80FBFA00D622DA /* MenuBarAppearanceEditorPanel.swift in Sources */, |
848 | 860 | 7166832E2A767E6A006ABF84 /* IceApp.swift in Sources */,
|
849 | 861 | 71FEA2502A8D5D590048341A /* HotkeyRecorder.swift in Sources */,
|
850 | 862 | 17C3C5F72B75A36100B9648C /* NSScreen+displayID.swift in Sources */,
|
|
0 commit comments