|
79 | 79 | A20000000000000000000016 /* EditorTopBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000000000000000000016 /* EditorTopBar.swift */; }; |
80 | 80 | A20000000000000000000017 /* ExportSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000000000000000000017 /* ExportSheet.swift */; }; |
81 | 81 | A20000000000000000000018 /* PropertiesPanel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000000000000000000018 /* PropertiesPanel.swift */; }; |
82 | | - A20000000000000000000019 /* EditorBottomBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000000000000000000019 /* EditorBottomBar.swift */; }; |
83 | 82 | A2000000000000000000001A /* CompositionInstruction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000000000000000000001A /* CompositionInstruction.swift */; }; |
84 | 83 | A2000000000000000000000C /* EditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000000000000000000000C /* EditorView.swift */; }; |
85 | 84 | A2000000000000000000000D /* EditorWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000000000000000000000D /* EditorWindow.swift */; }; |
|
148 | 147 | A1000000000000000000004A /* InlineEditableText.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1000000000000000000004A /* InlineEditableText.swift */; }; |
149 | 148 | A1000000000000000000004B /* SettingsAboutTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1000000000000000000004B /* SettingsAboutTab.swift */; }; |
150 | 149 | A1000000000000000000004C /* UpdateChecker.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1000000000000000000004C /* UpdateChecker.swift */; }; |
| 150 | + A1000000000000000000004D /* PrimaryButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1000000000000000000004D /* PrimaryButton.swift */; }; |
| 151 | + A1000000000000000000004E /* SelectButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1000000000000000000004E /* SelectButton.swift */; }; |
151 | 152 | A2000000000000000000002A /* EditorView+TransportBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000000000000000000002A /* EditorView+TransportBar.swift */; }; |
152 | 153 | A2000000000000000000002B /* ResizePopover.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000000000000000000002B /* ResizePopover.swift */; }; |
153 | 154 | A2000000000000000000002C /* ExportResultSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000000000000000000002C /* ExportResultSheet.swift */; }; |
|
233 | 234 | B20000000000000000000016 /* EditorTopBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorTopBar.swift; sourceTree = "<group>"; }; |
234 | 235 | B20000000000000000000017 /* ExportSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExportSheet.swift; sourceTree = "<group>"; }; |
235 | 236 | B20000000000000000000018 /* PropertiesPanel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PropertiesPanel.swift; sourceTree = "<group>"; }; |
236 | | - B20000000000000000000019 /* EditorBottomBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorBottomBar.swift; sourceTree = "<group>"; }; |
237 | 237 | B2000000000000000000001A /* CompositionInstruction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompositionInstruction.swift; sourceTree = "<group>"; }; |
238 | 238 | B2000000000000000000000C /* EditorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorView.swift; sourceTree = "<group>"; }; |
239 | 239 | B2000000000000000000000D /* EditorWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorWindow.swift; sourceTree = "<group>"; }; |
|
301 | 301 | B1000000000000000000004A /* InlineEditableText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InlineEditableText.swift; sourceTree = "<group>"; }; |
302 | 302 | B1000000000000000000004B /* SettingsAboutTab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsAboutTab.swift; sourceTree = "<group>"; }; |
303 | 303 | B1000000000000000000004C /* UpdateChecker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateChecker.swift; sourceTree = "<group>"; }; |
| 304 | + B1000000000000000000004D /* PrimaryButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrimaryButton.swift; sourceTree = "<group>"; }; |
| 305 | + B1000000000000000000004E /* SelectButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectButton.swift; sourceTree = "<group>"; }; |
304 | 306 | B2000000000000000000002A /* EditorView+TransportBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EditorView+TransportBar.swift"; sourceTree = "<group>"; }; |
305 | 307 | B2000000000000000000002B /* ResizePopover.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResizePopover.swift; sourceTree = "<group>"; }; |
306 | 308 | B2000000000000000000002C /* ExportResultSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExportResultSheet.swift; sourceTree = "<group>"; }; |
|
491 | 493 | B10000000000000000000049 /* IconButton.swift */, |
492 | 494 | B1000000000000000000004A /* InlineEditableText.swift */, |
493 | 495 | B1000000000000000000004B /* SettingsAboutTab.swift */, |
| 496 | + B1000000000000000000004D /* PrimaryButton.swift */, |
| 497 | + B1000000000000000000004E /* SelectButton.swift */, |
494 | 498 | ); |
495 | 499 | path = UI; |
496 | 500 | sourceTree = "<group>"; |
|
560 | 564 | isa = PBXGroup; |
561 | 565 | children = ( |
562 | 566 | B2000000000000000000000B /* AudioWaveformGenerator.swift */, |
563 | | - B20000000000000000000019 /* EditorBottomBar.swift */, |
564 | 567 | B20000000000000000000006 /* EditorState.swift */, |
565 | 568 | B20000000000000000000016 /* EditorTopBar.swift */, |
566 | 569 | B20000000000000000000022 /* History.swift */, |
|
757 | 760 | A20000000000000000000016 /* EditorTopBar.swift in Sources */, |
758 | 761 | A20000000000000000000017 /* ExportSheet.swift in Sources */, |
759 | 762 | A20000000000000000000018 /* PropertiesPanel.swift in Sources */, |
760 | | - A20000000000000000000019 /* EditorBottomBar.swift in Sources */, |
761 | 763 | A2000000000000000000001A /* CompositionInstruction.swift in Sources */, |
762 | 764 | A2000000000000000000000C /* EditorView.swift in Sources */, |
763 | 765 | A2000000000000000000000D /* EditorWindow.swift in Sources */, |
|
829 | 831 | A1000000000000000000004A /* InlineEditableText.swift in Sources */, |
830 | 832 | A1000000000000000000004B /* SettingsAboutTab.swift in Sources */, |
831 | 833 | A1000000000000000000004C /* UpdateChecker.swift in Sources */, |
| 834 | + A1000000000000000000004D /* PrimaryButton.swift in Sources */, |
| 835 | + A1000000000000000000004E /* SelectButton.swift in Sources */, |
832 | 836 | A2000000000000000000002A /* EditorView+TransportBar.swift in Sources */, |
833 | 837 | A2000000000000000000002B /* ResizePopover.swift in Sources */, |
834 | 838 | A2000000000000000000002C /* ExportResultSheet.swift in Sources */, |
|
0 commit comments