|
18 | 18 | B0403CF42AD9381D00137C09 /* SDKsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0403CF32AD9381D00137C09 /* SDKsView.swift */; }; |
19 | 19 | B0403CF62AD9849E00137C09 /* CompilersView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0403CF52AD9849E00137C09 /* CompilersView.swift */; }; |
20 | 20 | B0403CF82AD991F800137C09 /* UnselectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0403CF72AD991F800137C09 /* UnselectedView.swift */; }; |
21 | | - B0403CFA2AD9942A00137C09 /* NotInstalledStateButtonsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0403CF92AD9942A00137C09 /* NotInstalledStateButtonsView.swift */; }; |
| 21 | + B0403CFA2AD9942A00137C09 /* NotInstalledStateButtons.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0403CF92AD9942A00137C09 /* NotInstalledStateButtons.swift */; }; |
| 22 | + B0403CFC2AD9A6BF00137C09 /* InstalledStateButtons.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0403CFB2AD9A6BF00137C09 /* InstalledStateButtons.swift */; }; |
22 | 23 | B0C6AD042AD6E65700E64698 /* ReleaseDateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C6AD032AD6E65700E64698 /* ReleaseDateView.swift */; }; |
23 | 24 | B0C6AD0B2AD9178E00E64698 /* IdenticalBuildView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C6AD0A2AD9178E00E64698 /* IdenticalBuildView.swift */; }; |
24 | 25 | B0C6AD0D2AD91D7900E64698 /* IconView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C6AD0C2AD91D7900E64698 /* IconView.swift */; }; |
|
206 | 207 | B0403CF32AD9381D00137C09 /* SDKsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDKsView.swift; sourceTree = "<group>"; }; |
207 | 208 | B0403CF52AD9849E00137C09 /* CompilersView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompilersView.swift; sourceTree = "<group>"; }; |
208 | 209 | B0403CF72AD991F800137C09 /* UnselectedView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnselectedView.swift; sourceTree = "<group>"; }; |
209 | | - B0403CF92AD9942A00137C09 /* NotInstalledStateButtonsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotInstalledStateButtonsView.swift; sourceTree = "<group>"; }; |
| 210 | + B0403CF92AD9942A00137C09 /* NotInstalledStateButtons.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotInstalledStateButtons.swift; sourceTree = "<group>"; }; |
| 211 | + B0403CFB2AD9A6BF00137C09 /* InstalledStateButtons.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstalledStateButtons.swift; sourceTree = "<group>"; }; |
210 | 212 | B0C6AD032AD6E65700E64698 /* ReleaseDateView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReleaseDateView.swift; sourceTree = "<group>"; }; |
211 | 213 | B0C6AD0A2AD9178E00E64698 /* IdenticalBuildView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IdenticalBuildView.swift; sourceTree = "<group>"; }; |
212 | 214 | B0C6AD0C2AD91D7900E64698 /* IconView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconView.swift; sourceTree = "<group>"; }; |
|
639 | 641 | B0403CF12AD934B600137C09 /* CompatibilityView.swift */, |
640 | 642 | CAFBDC67259A308B003DCC5A /* InfoPane.swift */, |
641 | 643 | B0403CF72AD991F800137C09 /* UnselectedView.swift */, |
642 | | - B0403CF92AD9942A00137C09 /* NotInstalledStateButtonsView.swift */, |
| 644 | + B0403CF92AD9942A00137C09 /* NotInstalledStateButtons.swift */, |
| 645 | + B0403CFB2AD9A6BF00137C09 /* InstalledStateButtons.swift */, |
643 | 646 | E8E98A9525D863D700EC89A0 /* InstallationStepDetailView.swift */, |
644 | 647 | B0C6AD032AD6E65700E64698 /* ReleaseDateView.swift */, |
645 | 648 | B0C6AD0A2AD9178E00E64698 /* IdenticalBuildView.swift */, |
|
888 | 891 | CAA1CB45255A5B60003FD669 /* SignIn2FAView.swift in Sources */, |
889 | 892 | CABFA9C52592EEEA00380FEE /* FileManager+.swift in Sources */, |
890 | 893 | CABFA9CD2592EEEA00380FEE /* Foundation.swift in Sources */, |
| 894 | + B0403CFC2AD9A6BF00137C09 /* InstalledStateButtons.swift in Sources */, |
891 | 895 | 36741BFF291E50F500A85AAE /* FileError.swift in Sources */, |
892 | 896 | CA9FF8872595607900E47BAF /* InstalledXcode.swift in Sources */, |
893 | 897 | B0403CF22AD934B600137C09 /* CompatibilityView.swift in Sources */, |
|
928 | 932 | CABFA9CF2592EEEA00380FEE /* Process.swift in Sources */, |
929 | 933 | CAFFFED8259CDA5000903F81 /* XcodeListViewRow.swift in Sources */, |
930 | 934 | CABFA9C72592EEEA00380FEE /* Entry+.swift in Sources */, |
931 | | - B0403CFA2AD9942A00137C09 /* NotInstalledStateButtonsView.swift in Sources */, |
| 935 | + B0403CFA2AD9942A00137C09 /* NotInstalledStateButtons.swift in Sources */, |
932 | 936 | CAE424B4259A764700B8B246 /* AppState+Install.swift in Sources */, |
933 | 937 | CAE42487259A68A300B8B246 /* XcodeListCategory.swift in Sources */, |
934 | 938 | CAA858C425A2BE4E00ACF8C0 /* Downloader.swift in Sources */, |
|
0 commit comments