This commit is contained in:
Alin
2024-06-26 12:39:48 -06:00
parent f6b0044bbf
commit a6dad3bb4f
4 changed files with 15 additions and 20 deletions
-8
View File
@@ -137,14 +137,6 @@ struct AppListItems: View {
appState.sortedApps[index].bundleSize = size
}
}
let architecture = checkAppBundleArchitecture(at: appInfo.path.path)
updateOnMain {
// Optionally, update the appInfo in the appState array
if let index = appState.sortedApps.firstIndex(where: { $0.path == appInfo.path }) {
appState.sortedApps[index].arch = architecture
}
}
}
}