mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #143] [MERGED] Refactor App Model Structure + Remove remaining swiftlint: disable statements #1483
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#1483
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/143
Author: @IsaacMarovitz
Created: 8/5/2022
Status: ✅ Merged
Merged: 8/6/2022
Merged by: @Depal1
Base:
develop← Head:develop📝 Commits (5)
ad61619Refactor App Model Structure (Store links not yet re-implemented)abe1d02Remove remainingswiftlint:disablestatementsc6de82dAdded back store views447586cFixed wrong notices link6640f2cFixed search, fixed slow fetchApps()📊 Changes
19 files changed (+328 additions, -469 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+7 -15)📝
PlayCover/AppInstaller/Installer.swift(+128 -29)📝
PlayCover/AppInstaller/Utils/Entitlements.swift(+12 -9)📝
PlayCover/AppInstaller/Utils/IPA.swift(+2 -2)📝
PlayCover/Model/AppInfo.swift(+3 -20)📝
PlayCover/Model/BaseApp.swift(+13 -24)➖
PlayCover/Model/InstallApp.swift(+0 -154)➖
PlayCover/Model/PhysicialApp.swift(+0 -29)📝
PlayCover/Model/PlayApp.swift(+2 -11)➖
PlayCover/Model/StoreApp.swift(+0 -103)📝
PlayCover/Utils/RestoreGenshinUserData.swift(+18 -19)📝
PlayCover/Utils/SaveGenshinUserData.swift(+15 -16)➕
PlayCover/Utils/Store.swift(+96 -0)📝
PlayCover/Utils/URLExtensions.swift(+15 -0)📝
PlayCover/View/AppsView.swift(+7 -11)📝
PlayCover/View/MainView.swift(+1 -2)📝
PlayCover/View/PlayAppView.swift(+0 -5)📝
PlayCover/View/StoreAppView.swift(+4 -8)📝
PlayCover/ViewModel/AppsVM.swift(+5 -12)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.