mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #368] [MERGED] Updated IPA Source Management #1591
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#1591
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/368
Author: @IsaacMarovitz
Created: 9/21/2022
Status: ✅ Merged
Merged: 10/10/2022
Merged by: @Depal1
Base:
develop← Head:develop📝 Commits (10+)
a304f90IPASourceSettings9211423Link validator6b3e715Status badgesa2a187eFix behaviour of move up/move down876f4bfResolve sources435f569Source list works with IPA library (Search bar not working rn)a1ef616IPA Library now searchable9664f18Add “Resolve Sources” command/shortcut22e06d5Locale compliance27ab5e9In-app downloads📊 Changes
19 files changed (+779 additions, -137 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+12 -0)📝
PlayCover/AppInstaller/Installer.swift(+5 -1)📝
PlayCover/Model/AppInfo.swift(+2 -2)📝
PlayCover/Model/PlayApp.swift(+2 -5)📝
PlayCover/PlayCoverError.swift(+3 -0)➕
PlayCover/ViewModel/DownloadVM.swift(+16 -0)➕
PlayCover/ViewModel/NetworkVM.swift(+94 -0)📝
PlayCover/ViewModel/StoreVM.swift(+136 -42)📝
PlayCover/ViewModel/ToastVM.swift(+1 -1)📝
PlayCover/Views/App Views/StoreAppView.swift(+120 -48)📝
PlayCover/Views/MainView.swift(+3 -2)📝
PlayCover/Views/MenuBarView.swift(+9 -0)📝
PlayCover/Views/PlayCoverApp.swift(+4 -2)➕
PlayCover/Views/Settings/IPASourceSettings.swift(+263 -0)📝
PlayCover/Views/Settings/PlayCoverSettingsView.swift(+8 -1)📝
PlayCover/Views/Sidebar Views/AppLibraryView.swift(+10 -7)📝
PlayCover/Views/Sidebar Views/IPALibraryView.swift(+57 -26)📝
PlayCover/Views/ToastView.swift(+16 -0)📝
PlayCover/en.lproj/Localizable.strings(+18 -0)📄 Description
https://user-images.githubusercontent.com/42140194/193436833-dc2819ca-d6fc-4d17-a657-5bae5b250d5a.mov
.jsonboth for flexability, and for copyrightOther Changes/Bug Fixes:
.appfolders will be renamed to match display name at install time. This means apps will now display with the correct name in the dock.jsons, an example of which can be found hereContainersfolder with the same bundle ID would display incorrectly in grid view, but correctly in list view🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.