mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 20:23:25 +01:00
[cleanup]: commented out debug-only code until CI is switched to release builds
This commit is contained in:
@@ -244,13 +244,13 @@ private extension ResignAppOperation
|
||||
{
|
||||
for case let fileURL as URL in enumerator
|
||||
{
|
||||
#if DEBUG
|
||||
guard !fileURL.lastPathComponent.lowercased().contains(".xctest") else {
|
||||
// Remove embedded XCTest (+ dSYM) bundle from copied app bundle.
|
||||
try FileManager.default.removeItem(at: fileURL)
|
||||
continue
|
||||
}
|
||||
#endif
|
||||
// #if DEBUG
|
||||
// guard !fileURL.lastPathComponent.lowercased().contains(".xctest") else {
|
||||
// // Remove embedded XCTest (+ dSYM) bundle from copied app bundle.
|
||||
// try FileManager.default.removeItem(at: fileURL)
|
||||
// continue
|
||||
// }
|
||||
// #endif
|
||||
|
||||
guard let appExtension = Bundle(url: fileURL) else { throw ALTError(.missingAppBundle) }
|
||||
try prepare(appExtension)
|
||||
|
||||
Reference in New Issue
Block a user