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

This commit is contained in:
Yaroslav Yashin 2025-03-24 13:19:28 +01:00
parent 9dea98f020
commit 41b52e900c
7 changed files with 11 additions and 11 deletions

View file

@ -21,7 +21,7 @@ NSString* MacOSUtils::appId() {
if (!appId) {
// Fallback. When an unsigned/un-notarized app is executed in
// command-line mode, it could fail the fetching of its own bundle id.
appId = @"org.amnezia.AmneziaVPN";
appId = @"org.amneziaUnipessoal.DefaultVPN";
}
return appId;