Skip to content

Commit e65c534

Browse files
authored
Change user visible resources for AmneziaWG (WireGuard#1)
* Change app icons and images * Change user visible texts * Bump to 1.0.0 (3) * Change visible product name and add copyright * Fix app icon size and shape in macOS Dock
1 parent 256ca86 commit e65c534

File tree

88 files changed

+400
-486
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+400
-486
lines changed

Sources/Shared/Keychain.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Keychain {
2727
if bundleIdentifier.hasSuffix(".network-extension") {
2828
bundleIdentifier.removeLast(".network-extension".count)
2929
}
30-
let itemLabel = "WireGuard Tunnel: \(name)"
30+
let itemLabel = "AmneziaWG Tunnel: \(name)"
3131
var items: [CFString: Any] = [kSecClass: kSecClassGenericPassword,
3232
kSecAttrLabel: itemLabel,
3333
kSecAttrAccount: name + ": " + UUID().uuidString,

Sources/WireGuardApp/Base.lproj/InfoPlist.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
// iOS permission prompts
55

6-
NSCameraUsageDescription = "Camera is used for scanning QR codes for importing WireGuard configurations";
6+
NSCameraUsageDescription = "Camera is used for scanning QR codes for importing AmneziaWG configurations";
77
NSFaceIDUsageDescription = "Face ID is used for authenticating viewing and exporting of private keys";

Sources/WireGuardApp/Base.lproj/Localizable.strings

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// Tunnels list UI
1111

12-
"tunnelsListTitle" = "WireGuard";
12+
"tunnelsListTitle" = "AmneziaWG";
1313
"tunnelsListSettingsButtonTitle" = "Settings";
1414
"tunnelsListCenteredAddTunnelButtonTitle" = "Add a tunnel";
1515
"tunnelsListSwipeDeleteButtonTitle" = "Delete";
@@ -21,7 +21,7 @@
2121

2222
// Tunnels list menu
2323

24-
"addTunnelMenuHeader" = "Add a new WireGuard tunnel";
24+
"addTunnelMenuHeader" = "Add a new AmneziaWG tunnel";
2525
"addTunnelMenuImportFile" = "Create from file or archive";
2626
"addTunnelMenuQRCode" = "Create from QR code";
2727
"addTunnelMenuFromScratch" = "Create from scratch";
@@ -35,7 +35,7 @@
3535
"alertImportedFromZipMessage (%1$d of %2$d)" = "Created %1$d of %2$d tunnels from zip archive";
3636

3737
"alertBadConfigImportTitle" = "Unable to import tunnel";
38-
"alertBadConfigImportMessage (%@)" = "The file ‘%@’ does not contain a valid WireGuard configuration";
38+
"alertBadConfigImportMessage (%@)" = "The file ‘%@’ does not contain a valid AmneziaWG configuration";
3939

4040
"deleteTunnelsConfirmationAlertButtonTitle" = "Delete";
4141
"deleteTunnelConfirmationAlertButtonMessage (%d)" = "Delete %d tunnel?";
@@ -201,7 +201,7 @@
201201
"alertScanQRCodeCameraUnsupportedMessage" = "This device is not able to scan QR codes";
202202

203203
"alertScanQRCodeInvalidQRCodeTitle" = "Invalid QR Code";
204-
"alertScanQRCodeInvalidQRCodeMessage" = "The scanned QR code is not a valid WireGuard configuration";
204+
"alertScanQRCodeInvalidQRCodeMessage" = "The scanned QR code is not a valid AmneziaWG configuration";
205205

206206
"alertScanQRCodeUnreadableQRCodeTitle" = "Invalid Code";
207207
"alertScanQRCodeUnreadableQRCodeMessage" = "The scanned code could not be read";
@@ -213,8 +213,8 @@
213213
"settingsViewTitle" = "Settings";
214214

215215
"settingsSectionTitleAbout" = "About";
216-
"settingsVersionKeyWireGuardForIOS" = "WireGuard for iOS";
217-
"settingsVersionKeyWireGuardGoBackend" = "WireGuard Go Backend";
216+
"settingsVersionKeyWireGuardForIOS" = "AmneziaWG for iOS";
217+
"settingsVersionKeyWireGuardGoBackend" = "AmneziaWG Go Backend";
218218

219219
"settingsSectionTitleExportConfigurations" = "Export configurations";
220220
"settingsExportZipButtonTitle" = "Export zip archive";
@@ -304,17 +304,17 @@
304304
"macMenuNetworks (%@)" = "Networks: %@";
305305
"macMenuNetworksNone" = "Networks: None";
306306

307-
"macMenuTitle" = "WireGuard";
307+
"macMenuTitle" = "AmneziaWG";
308308
"macTunnelsMenuTitle" = "Tunnels";
309309
"macMenuManageTunnels" = "Manage Tunnels";
310310
"macMenuImportTunnels" = "Import Tunnel(s) from File…";
311311
"macMenuAddEmptyTunnel" = "Add Empty Tunnel…";
312312
"macMenuViewLog" = "View Log";
313313
"macMenuExportTunnels" = "Export Tunnels to Zip…";
314-
"macMenuAbout" = "About WireGuard";
315-
"macMenuQuit" = "Quit WireGuard";
314+
"macMenuAbout" = "About AmneziaWG";
315+
"macMenuQuit" = "Quit AmneziaWG";
316316

317-
"macMenuHideApp" = "Hide WireGuard";
317+
"macMenuHideApp" = "Hide AmneziaWG";
318318
"macMenuHideOtherApps" = "Hide Others";
319319
"macMenuShowAllApps" = "Show All";
320320

@@ -338,7 +338,7 @@
338338

339339
// Mac manage tunnels window
340340

341-
"macWindowTitleManageTunnels" = "Manage WireGuard Tunnels";
341+
"macWindowTitleManageTunnels" = "Manage AmneziaWG Tunnels";
342342

343343
"macDeleteTunnelConfirmationAlertMessage (%@)" = "Are you sure you want to delete ‘%@’?";
344344
"macDeleteMultipleTunnelsConfirmationAlertMessage (%d)" = "Are you sure you want to delete %d tunnels?";
@@ -418,13 +418,13 @@
418418

419419
// Mac alert
420420

421-
"macConfirmAndQuitAlertMessage" = "Do you want to close the tunnels manager or quit WireGuard entirely?";
422-
"macConfirmAndQuitAlertInfo" = "If you close the tunnels manager, WireGuard will continue to be available from the menu bar icon.";
423-
"macConfirmAndQuitInfoWithActiveTunnel (%@)" = "If you close the tunnels manager, WireGuard will continue to be available from the menu bar icon.\n\nNote that if you quit WireGuard entirely the currently active tunnel ('%@') will still remain active until you deactivate it from this application or through the Network panel in System Preferences.";
424-
"macConfirmAndQuitAlertQuitWireGuard" = "Quit WireGuard";
421+
"macConfirmAndQuitAlertMessage" = "Do you want to close the tunnels manager or quit AmneziaWG entirely?";
422+
"macConfirmAndQuitAlertInfo" = "If you close the tunnels manager, AmneziaWG will continue to be available from the menu bar icon.";
423+
"macConfirmAndQuitInfoWithActiveTunnel (%@)" = "If you close the tunnels manager, AmneziaWG will continue to be available from the menu bar icon.\n\nNote that if you quit AmneziaWG entirely the currently active tunnel ('%@') will still remain active until you deactivate it from this application or through the Network panel in System Preferences.";
424+
"macConfirmAndQuitAlertQuitWireGuard" = "Quit AmneziaWG";
425425
"macConfirmAndQuitAlertCloseWindow" = "Close Tunnels Manager";
426426

427-
"macAppExitingWithActiveTunnelMessage" = "WireGuard is exiting with an active tunnel";
427+
"macAppExitingWithActiveTunnelMessage" = "AmneziaWG is exiting with an active tunnel";
428428
"macAppExitingWithActiveTunnelInfo" = "The tunnel will remain active after exiting. You may disable it by reopening this application or through the Network panel in System Preferences.";
429429

430430
// Mac tooltip
@@ -447,10 +447,11 @@
447447

448448
// Mac App Store updating alert
449449

450-
"macAppStoreUpdatingAlertMessage" = "App Store would like to update WireGuard";
450+
"macAppStoreUpdatingAlertMessage" = "App Store would like to update AmneziaWG
451+
";
451452
"macAppStoreUpdatingAlertInfoWithOnDemand (%@)" = "Please disable on-demand for tunnel ‘%@’, deactivate it, and then continue updating in App Store.";
452453
"macAppStoreUpdatingAlertInfoWithoutOnDemand (%@)" = "Please deactivate tunnel ‘%@’ and then continue updating in App Store.";
453454

454455
// Donation
455456

456-
"donateLink" = "♥ Donate to the WireGuard Project";
457+
"donateLink" = "♥ Donate to the AmneziaWG Project";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VERSION_NAME = 1.0.0
2-
VERSION_ID = 0
2+
VERSION_ID = 4
-11.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)