mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-13 16:53:29 +01:00
settings: added new switch to allow enabling appId customization (which will be shown during install)
This commit is contained in:
@@ -708,7 +708,8 @@ extension AppManager
|
||||
Task{
|
||||
var app: AppProtocol = app
|
||||
// ---- Preflight bundle ID resolution ----
|
||||
if let presentingViewController {
|
||||
if UserDefaults.shared.customizeAppId, // only show prompt when enabled by user
|
||||
let presentingViewController {
|
||||
let originalBundleID = app.bundleIdentifier
|
||||
|
||||
let resolution = await self.resolveBundleID(
|
||||
|
||||
Reference in New Issue
Block a user