mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #625] [MERGED] Fancy IPA Library #1689
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#1689
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/625
Author: @amirsaam
Created: 12/24/2022
Status: ✅ Merged
Merged: 1/16/2023
Merged by: @Depal1
Base:
preview-fancy-library← Head:Reworked-Fancy📝 Commits (10+)
c0b5d38Reworked Fancy Library6d10916Merge branch 'develop' into Reworked-Fancy462a9e4Merge branch 'PlayCover:develop' into Reworked-Fancy7c4a9b9Merge branch 'PlayCover:develop' into Reworked-Fancy5e2898bMerge branch 'develop' into Reworked-Fancy5494f18cleanup and update46205c0yeah, typical me pushing code signs :iaminpain:3597a18Merge branch 'PlayCover:develop' into Reworked-Fancy6421b3aNo VersionAlert in DetailedViewa193ab8small fixes📊 Changes
10 files changed (+542 additions, -112 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+8 -0)📝
PlayCover/Utils/Cacher.swift(+20 -2)➕
PlayCover/Utils/ViewExtenstions.swift(+56 -0)📝
PlayCover/ViewModel/StoreVM.swift(+1 -1)➕
PlayCover/Views/App Views/DetailStoreAppView.swift(+295 -0)📝
PlayCover/Views/App Views/PlayAppView.swift(+13 -6)📝
PlayCover/Views/App Views/StoreAppView.swift(+25 -16)📝
PlayCover/Views/MenuBarView.swift(+1 -1)📝
PlayCover/Views/Sidebar Views/IPALibraryView.swift(+108 -86)📝
PlayCover/en.lproj/Localizable.strings(+15 -0)📄 Description
Reworked Fancy IPA Library
THIS PR NO LONGER REQUIRES MACOS 13 AS PREVIOUSLY NEEDED
All descriptions already have been given in #588
Separated that PR into multiple parts
AppDetailedViewbase design is from @IsaacMarovitzTHIS NOTE SHOULD BE READ:
StackNavigationViewview extension has been introduced inViewExtenstions.swiftthat is similar toNavigationStackon macOS 13 but supports macOS 12.DetailedViewis accessible in macOS 12 with the same code with noif #availablestatement.This extension can be used in any other views as you may want.
For example: Creating App Folders in App Library or Source Folders in IPA Library
Co-Authored-By: Isaac Marovitz 42140194+IsaacMarovitz@users.noreply.github.com
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.