mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #429] [CLOSED] SourceVM Backend #1611
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#1611
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/429
Author: @IsaacMarovitz
Created: 10/19/2022
Status: ❌ Closed
Base:
develop← Head:keymap-download📝 Commits (10+)
2e6c4ebFix erroneous error log6558228swiftlint :/0eceb52Styling improvements + Removed NSHomeDirectory()8003529More cleanup856110fURL Refactor4a0646aMore cleanup316b25dInstaller refactor32eaacdBetter error checking453be27Image Cache81ab896Fix AppSettings📊 Changes
10 files changed (+266 additions, -257 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+16 -4)➕
PlayCover/ViewModel/SourceVM/IPASourceVM.swift(+95 -0)➕
PlayCover/ViewModel/SourceVM/SourceVM.swift(+118 -0)➖
PlayCover/ViewModel/StoreVM.swift(+0 -190)📝
PlayCover/Views/MainView.swift(+3 -3)📝
PlayCover/Views/MenuBarView.swift(+1 -1)📝
PlayCover/Views/PlayCoverApp.swift(+3 -3)📝
PlayCover/Views/Settings/IPASourceSettings.swift(+22 -48)📝
PlayCover/Views/Settings/PlayCoverSettingsView.swift(+2 -2)📝
PlayCover/Views/Sidebar Views/IPALibraryView.swift(+6 -6)📄 Description
A new implementation of #371, based on the #417 branch
Reasons for reimplementing:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.