Merge branch 'cell-shortcut' into cell-staging

# Conflicts:
#	AltStore/Operations/SendAppOperation.swift
This commit is contained in:
mahee96
2026-02-25 01:20:56 +05:30
4 changed files with 40 additions and 23 deletions

View File

@@ -211,7 +211,6 @@ private extension PatchAppOperation
#if targetEnvironment(simulator)
throw PatchAppError.unsupportedOperatingSystemVersion(ProcessInfo.processInfo.operatingSystemVersion)
#else
let spotlightPath = "Applications/Spotlight.app/Spotlight"
let spotlightFileURL = self.patchDirectory.appendingPathComponent(spotlightPath)