mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #639] [MERGED] Replace Usage of DispatchQueue with Task #1694
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1694
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/PlayCover/PlayCover/pull/639
Author: @IsaacMarovitz
Created: 12/27/2022
Status: ✅ Merged
Merged: 12/31/2022
Merged by: @Depal1
Base:
develop← Head:task-refactor📝 Commits (8)
2cb60c8Replace most usages ofDispatchQueuewithTaskaf2f981Fix warnings99e34bfIstg swiftlintc1fd98eRemove one more DispatchQueue6e607baRemove lastDispatchQueue43e83efWhitespace1682d0cSpecify priorityfe9b6caMerge branch 'develop' into task-refactor📊 Changes
21 files changed (+89 additions, -112 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+5 -2)📝
PlayCover.xcodeproj/xcshareddata/xcschemes/PlayCover.xcscheme(+1 -1)📝
PlayCover/AppInstaller/Installer.swift(+2 -2)📝
PlayCover/Model/PlayApp.swift(+2 -2)📝
PlayCover/Services/SoundDeviceService.swift(+1 -1)📝
PlayCover/Utils/PlayTools.swift(+2 -2)📝
PlayCover/Utils/Shell.swift(+2 -2)📝
PlayCover/ViewModel/AppsVM.swift(+11 -8)📝
PlayCover/ViewModel/InstallVM.swift(+8 -15)📝
PlayCover/ViewModel/Log.swift(+2 -2)📝
PlayCover/ViewModel/NetworkVM.swift(+0 -31)📝
PlayCover/ViewModel/StoreVM.swift(+5 -5)📝
PlayCover/ViewModel/ToastVM.swift(+1 -1)📝
PlayCover/Views/App Views/StoreAppView.swift(+1 -0)📝
PlayCover/Views/AppSettingsView.swift(+4 -4)📝
PlayCover/Views/MainView.swift(+2 -2)📝
PlayCover/Views/MenuBarView.swift(+33 -26)📝
PlayCover/Views/PlayCoverApp.swift(+2 -2)📝
PlayCover/Views/Settings/IPASourceSettings.swift(+1 -1)📝
PlayCover/Views/Sidebar Views/AppLibraryView.swift(+2 -2)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.