gh-XcodesOrg-XcodesApp/Xcodes/Backend
Edgar Story 36424a78e0
Make fido2 property a lazy var
- This object was being kept around after being created and as we need it in some other functions it made sense to make it lazy and keep it around that way.
- Arguably the FIDO2 instance could be removed after each time it’s been used, but as the FIDO2 class doesn’t have any state stored in it, it seems benign keeping it about for now.
2024-11-12 09:08:26 +00:00
..
AppState+Install.swift Merge pull request #569 from abiligiri/feature/managed_preferences 2024-10-15 21:38:49 -05:00
AppState+Runtimes.swift allow cancelling of runtime downloads, cleanup 2024-10-15 22:07:53 -05:00
AppState+Update.swift start moving over to XcodesKit package. Runtimes searching 2023-06-06 23:29:09 -05:00
AppState.swift Make fido2 property a lazy var 2024-11-12 09:08:26 +00:00
Aria2CError.swift Bundle aria2c 1.35.0 executable and source 2021-01-08 17:22:38 -07:00
AvailableXcode.swift Add ability to download Xcode without logging in using XcodeRelease 2022-09-16 21:34:14 -05:00
Bundle+InfoPlistValues.swift Use copyright value from Info.plist in about window 2020-12-28 10:38:29 -07:00
Collection+.swift Add check for min MacOS version when installing 2022-04-12 20:11:42 -05:00
Configure.swift Add SettingsView 2020-12-22 21:26:25 -07:00
DataSource.swift Disallow changes to managed preferences 2024-06-21 07:17:18 +05:30
DateFormatter+.swift Fix #329 2022-12-18 00:29:33 +02:00
Downloader.swift Disallow changes to managed preferences 2024-06-21 07:17:18 +05:30
Downloads.swift Update download task to check for resultCode !=0 2021-11-09 16:25:26 -06:00
Entry+.swift start moving over to XcodesKit package. Runtimes searching 2023-06-06 23:29:09 -05:00
Environment.swift feat: support downloading of cryptex runtimes 2024-10-11 10:57:16 -05:00
FileError.swift add error message when trying to uninstall Xcode if file not found 2022-10-06 08:42:40 +02:00
FileManager+.swift add error message when trying to uninstall Xcode if file not found 2022-10-06 08:42:40 +02:00
FocusedValues.swift Add Xcode command menu 2020-12-27 23:23:33 -07:00
Foundation.swift Reorganize files a bit 2020-12-22 21:01:33 -07:00
Hardware.swift Adds open in Rosetta option for Apple Silicon machines 2022-12-05 23:08:44 -06:00
HelperClient.swift convert strings to support Localization 2022-04-17 21:29:51 -05:00
HelperInstallState.swift Extract HelperInstallState to new file 2021-01-23 19:38:11 -07:00
InstalledXcode.swift Split up Models.swift 2020-12-27 18:29:25 -07:00
IsTesting.swift Add isTesting to make NSTestCase check more clear 2021-01-07 21:25:07 -07:00
NotificationManager.swift convert strings to support Localization 2022-04-17 21:29:51 -05:00
Optional+IsNotNil.swift Create MainWindow to split up XcodeListView 2020-12-28 12:42:28 -07:00
Path+.swift WIP download runtime, refactor 2023-09-22 15:35:26 -05:00
Process.swift more WIP 2023-11-23 10:37:41 -06:00
Progress+.swift feat: support downloading of cryptex runtimes 2024-10-11 10:57:16 -05:00
Publisher+Resumable.swift Add install functionality 2021-01-07 21:25:07 -07:00
SDKs+Xcode.swift redesigned infoPane 2023-12-19 14:36:34 -06:00
SelectedActionType.swift add option to rename Xcode to Xcode.app on select. 2022-07-24 15:27:34 -05:00
SelectedXcode.swift Add Xcode command menu 2020-12-27 23:23:33 -07:00
URLRequest+Apple.swift Add ability to download Xcode without logging in using XcodeRelease 2022-09-16 21:34:14 -05:00
URLSession+DownloadTaskPublisher.swift Add install functionality 2021-01-07 21:25:07 -07:00
Version+.swift Simplify Version comparison 2021-01-16 10:15:39 -07:00
Version+Xcode.swift Fix RC capitalization 2021-02-04 21:25:00 -07:00
Version+XcodeReleases.swift Treat GM versions as release versions 2021-02-04 21:25:00 -07:00
Xcode.swift start moving over to XcodesKit package. Runtimes searching 2023-06-06 23:29:09 -05:00
XcodeCommands.swift Merge pull request #603 from LiYanan2004/context-menu-fine-tune 2024-10-12 22:34:37 -05:00
XcodeInstallState.swift more WIP 2023-11-23 10:37:41 -06:00