mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 23:03:27 +01:00
[cleanup]: commented out debug-only code until CI is switched to release builds
This commit is contained in:
@@ -107,11 +107,11 @@ public extension UserDefaults
|
||||
(ProcessInfo.processInfo.isOperatingSystemAtLeast(ios14) && !ProcessInfo.processInfo.isOperatingSystemAtLeast(ios15_7_2)) ||
|
||||
(ProcessInfo.processInfo.isOperatingSystemAtLeast(ios16) && !ProcessInfo.processInfo.isOperatingSystemAtLeast(ios16_2))
|
||||
|
||||
#if DEBUG
|
||||
let permissionCheckingDisabled = true
|
||||
#else
|
||||
// #if DEBUG
|
||||
// let permissionCheckingDisabled = true
|
||||
// #else
|
||||
let permissionCheckingDisabled = false
|
||||
#endif
|
||||
// #endif
|
||||
|
||||
// Pre-iOS 15 doesn't support custom sorting, so default to sorting by name.
|
||||
// Otherwise, default to `default` sorting (a.k.a. "source order").
|
||||
|
||||
Reference in New Issue
Block a user