install: hand patched ipas to TrollStore via apple-magnifier://#8
Merged
Conversation
m4 closes the loop. Downloads tab gains an "install via TrollStore" button on each .done row. new Library tab lists every patched ipa under EvilStore/Downloads/ grouped by bundle id, with install/share/delete. * TrollStoreBridge wraps UIApplication.canOpenURL + open against apple-magnifier://install?url=<file://>. trollstore 1.3+ owns this scheme (it replaces the system magnifier app). * TSErrorCatalog: human text + suggested action for the install error codes (179 boot-loop risk, 180 encrypted binary, 182 dev mode, ...) * LibraryService scans /var/mobile/Media/EvilStore/Downloads/ and parses entries by file name (FileLayout.ipaName convention) so the Library tab does not re-open archives on every refresh. * LibraryView groups by bundle id; each row has install/share/delete. * DownloadsView .done rows gain install button + alert for failure paths (no TrollStore detected, scheme open failed). * RootView wires the real LibraryView into tab three. * Info.plist declares apple-magnifier in LSApplicationQueriesSchemes so canOpenURL returns true on devices that have TrollStore. ios 14 baseline preserved (no Button(role:), no URL Identifiable shadowing — wrapper struct used for sheet item).
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
what
m4 closes the search → detail → download → patch → install loop.
Downloads done rows gain "install via TrollStore". new Library tab
lists every patched ipa with install/share/delete actions.
changes
apple-magnifier://install?url=file:// scheme. canOpenURL gates the
call so non-TrollStore devices show a clear error instead of silently
no-op.
codes pulled from TrollStore's TSApplicationsManager.m
(171/173/175/179/180/182/184/185).
name (the FileLayout.ipaName convention from m3) so the Library tab
does not re-open archives on every refresh.
detected, scheme open failed).
canOpenURL returns true on TrollStore devices.
test
screen icon appears after install
instead of silently no-oping