forked from PlayCover/PlayCover
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: SourceFolders (PlayCover#1592)
* Initial Creation * Added Search Back + Bug & UI Fixes * Sort Alphabetically Toggle Option * Fix Sort Issues + Save to Defaults + `.help` * Backport Compatibility * Add `Semaphore` to `README.md` * SwiftLint * Various Fixes & Improvements - Search Field Fix - Local IPA Source Fix - Name Local Legacy IPA Sources `localhost` - Bug where if a source load fails could't load other ones fix - Added Source List Search * SwiftLint * Apply recent UI change * iTunes Playlist Style Sidebar for Sources * Collapsible Source Folders list is Sidebar * Making Collapse Button Smaller * Reviews * Update project.pbxproj * some cleanup and bug fixes * fix the folders duplicate bug * rebase with develop branch * dumbest fix ever * Update and Fixes StoreVM SourceResolve Improvement Switch to NavigationStack package (not mine, should be updated after my PR gets merged) * fix unwanted comment * remove redundant strings * remove searchable from sources list * Last Commit (Hopefully) * `try! beLastCommit` * Icon Unifications + Fix `var` Warn * Fix + Improvements 1. Makes sure Sidebar width shows IPALibrary completely 2. Marks `appendSourceData()` as a private function
- Loading branch information
Showing
14 changed files
with
518 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "PlayCover/PlayTools" "v3.0.0" | ||
github "PlayCover/PlayTools" "v3.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.