Skip to content

Commit

Permalink
Update VPN extension display names (#3202)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1199230911884351/1208218767599955/f
Tech Design URL:
CC:

Description:

This PR adds a display name to the VPN extensions, for use in macOS 15.
  • Loading branch information
samsymons authored Sep 8, 2024
1 parent e00cd9b commit 8129e53
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include "../ExtensionBase.xcconfig"
#include "../../AppStore.xcconfig"

INFOPLIST_KEY_CFBundleDisplayName = DuckDuckGo VPN Network Extension

CODE_SIGN_ENTITLEMENTS[config=CI][sdk=macosx*] =
CODE_SIGN_ENTITLEMENTS[config=Debug][sdk=macosx*] = DuckDuckGo/NetworkProtectionAppExtension.entitlements
CODE_SIGN_ENTITLEMENTS[config=Release][sdk=macosx*] = DuckDuckGo/NetworkProtectionAppExtension.entitlements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include "../ExtensionBase.xcconfig"
#include "../../DeveloperID.xcconfig"

INFOPLIST_KEY_CFBundleDisplayName = DuckDuckGo VPN Network Extension

CODE_SIGN_ENTITLEMENTS[config=CI][sdk=macosx*] =
CODE_SIGN_ENTITLEMENTS[config=Debug][sdk=macosx*] = NetworkProtectionSystemExtension/NetworkProtectionSystemExtension_Debug.entitlements
CODE_SIGN_ENTITLEMENTS[config=Release][sdk=macosx*] = NetworkProtectionSystemExtension/NetworkProtectionSystemExtension_Release.entitlements
Expand Down
18 changes: 9 additions & 9 deletions NetworkProtectionAppExtension/InfoPlist.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -8,55 +8,55 @@
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "NetworkProtectionAppExtension"
"value" : "DuckDuckGo VPN Network Extension"
}
},
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "NetworkProtectionAppExtension"
"value" : "DuckDuckGo VPN Network Extension"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "NetworkProtectionAppExtension"
"value" : "DuckDuckGo VPN Network Extension"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "NetworkProtectionAppExtension"
"value" : "DuckDuckGo VPN Network Extension"
}
},
"it" : {
"stringUnit" : {
"state" : "translated",
"value" : "NetworkProtectionAppExtension"
"value" : "DuckDuckGo VPN Network Extension"
}
},
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "NetworkProtectionAppExtension"
"value" : "DuckDuckGo VPN Network Extension"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "NetworkProtectionAppExtension"
"value" : "DuckDuckGo VPN Network Extension"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
"value" : "NetworkProtectionAppExtension"
"value" : "DuckDuckGo VPN Network Extension"
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
"value" : "NetworkProtectionAppExtension"
"value" : "DuckDuckGo VPN Network Extension"
}
}
}
Expand Down

0 comments on commit 8129e53

Please sign in to comment.