feat: rename AmneziaVPN to DefaultVPN in iOS configuration and code references

This commit is contained in:
Yaroslav Yashin 2025-03-24 14:09:08 +01:00
parent 41b52e900c
commit 41f8fd884d
6 changed files with 15 additions and 15 deletions

View file

@ -151,7 +151,7 @@ QString Logger::getLogFile()
QString qtLog = file.readAll();
#ifdef Q_OS_IOS
return QString().fromStdString(AmneziaVPN::swiftUpdateLogData(qtLog.toStdString()));
return QString().fromStdString(DefaultVPN::swiftUpdateLogData(qtLog.toStdString()));
#else
return qtLog;
#endif
@ -166,7 +166,7 @@ QString Logger::getServiceLogFile()
QString qtLog = file.readAll();
#ifdef Q_OS_IOS
return QString().fromStdString(AmneziaVPN::swiftUpdateLogData(qtLog.toStdString()));
return QString().fromStdString(DefaultVPN::swiftUpdateLogData(qtLog.toStdString()));
#else
return qtLog;
#endif
@ -197,7 +197,7 @@ void Logger::clearLogs(bool isServiceLogger)
file.close();
#ifdef Q_OS_IOS
AmneziaVPN::swiftDeleteLog();
DefaultVPN::swiftDeleteLog();
#endif
if (isLogActive) {