Pods: removed pods entirely and replace pod dependencies with swift packages

This commit is contained in:
mahee96
2025-11-16 00:46:51 +05:30
parent dcaddcc219
commit 25f13faa67
5 changed files with 74 additions and 165 deletions

View File

@@ -257,7 +257,9 @@ final class SettingsViewController: UITableViewController
}
configureReleaseChannelButton()
#if !targetEnvironment(simulator)
detectAndImportAccountFile()
#endif
}
func importAccountAtFile(_ file: URL, remove: Bool = false) {