aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-15 02:22:10 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-15 02:22:10 +0200
commite379854dcbbc70a655653eb76eda0e40ebc2229f (patch)
tree4f3065629b43156a6eea32ec2f24053f646181a5 /WireGuard
parentRemove testing id (diff)
downloadwireguard-apple-e379854dcbbc70a655653eb76eda0e40ebc2229f.tar.xz
wireguard-apple-e379854dcbbc70a655653eb76eda0e40ebc2229f.zip
Update bundle names
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'WireGuard')
-rw-r--r--WireGuard/Coordinators/AppCoordinator.swift4
-rw-r--r--WireGuard/Log.swift2
-rw-r--r--WireGuard/WireGuard.entitlements4
3 files changed, 5 insertions, 5 deletions
diff --git a/WireGuard/Coordinators/AppCoordinator.swift b/WireGuard/Coordinators/AppCoordinator.swift
index 02ea4e8..7038053 100644
--- a/WireGuard/Coordinators/AppCoordinator.swift
+++ b/WireGuard/Coordinators/AppCoordinator.swift
@@ -21,8 +21,8 @@ enum AppCoordinatorError: Error {
extension UINavigationController: Identifyable {}
-let APPGROUP = "group.com.wireguard.ios.WireGuard"
-let VPNBUNDLE = "com.wireguard.ios.WireGuard.WireGuardNetworkExtension"
+let APPGROUP = "group.com.wireguard.ios"
+let VPNBUNDLE = "com.wireguard.ios.WireGuardNetworkExtension"
class AppCoordinator: RootViewCoordinator {
diff --git a/WireGuard/Log.swift b/WireGuard/Log.swift
index 1739155..06823e8 100644
--- a/WireGuard/Log.swift
+++ b/WireGuard/Log.swift
@@ -9,5 +9,5 @@
import os.log
struct Log {
- static var general = OSLog(subsystem: "com.wireguard.ios.WireGuard", category: "general")
+ static var general = OSLog(subsystem: "com.wireguard.ios", category: "general")
}
diff --git a/WireGuard/WireGuard.entitlements b/WireGuard/WireGuard.entitlements
index 001f478..a4774c6 100644
--- a/WireGuard/WireGuard.entitlements
+++ b/WireGuard/WireGuard.entitlements
@@ -8,11 +8,11 @@
</array>
<key>com.apple.security.application-groups</key>
<array>
- <string>group.com.wireguard.ios.WireGuard</string>
+ <string>group.com.wireguard.ios</string>
</array>
<key>keychain-access-groups</key>
<array>
- <string>$(AppIdentifierPrefix)com.wireguard.ios.WireGuard</string>
+ <string>$(AppIdentifierPrefix)com.wireguard.ios</string>
</array>
</dict>
</plist>