Product rename (#4)

* feat: update app identifiers and development team for iOS and macOS builds

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

* Complete rename

* Missed folder renamed

* Translation removed from commit

* Another step of renaming

* submodule reverted
This commit is contained in:
Yaroslav 2025-03-25 16:12:13 +01:00 committed by GitHub
parent ab9248032c
commit e12e9a6587
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
136 changed files with 588 additions and 588 deletions

View file

@ -27,14 +27,14 @@ DrawerType2 {
property bool isSelfHostedConfig: true
property string configExtension: ".vpn"
property string configCaption: qsTr("Save AmneziaVPN config")
property string configCaption: qsTr("Save DefaultVPN config")
property string configFileName: "amnezia_config"
expandedHeight: parent.height * 0.9
onClosed: {
configExtension = ".vpn"
configCaption = qsTr("Save AmneziaVPN config")
configCaption = qsTr("Save DefaultVPN config")
configFileName = "amnezia_config"
}