From 5fa12834666f19a56ca402db4c1cb8acc4e740b7 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 23 Jun 2018 02:15:43 +0200 Subject: [PATCH] Fix bizarre name Signed-off-by: Jason A. Donenfeld --- WireGuard.xcodeproj/project.pbxproj | 8 ++++---- WireGuard/WireGuard.entitlements | 4 ++-- .../WireGuardNetworkExtension.entitlements | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/WireGuard.xcodeproj/project.pbxproj b/WireGuard.xcodeproj/project.pbxproj index 807a734..d856bf1 100644 --- a/WireGuard.xcodeproj/project.pbxproj +++ b/WireGuard.xcodeproj/project.pbxproj @@ -713,7 +713,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = appforce1.com.wireguard.ios.WireGuard; + PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuard; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 4.0; @@ -736,7 +736,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = appforce1.com.wireguard.ios.WireGuard; + PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuard; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 4.0; @@ -802,7 +802,7 @@ "$(inherited)", "$(PROJECT_DIR)/wireguard-go-bridge", ); - PRODUCT_BUNDLE_IDENTIFIER = appforce1.com.wireguard.ios.WireGuard.WireGuardNetworkExtension; + PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuard.WireGuardNetworkExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_OBJC_BRIDGING_HEADER = "WireGuardNetworkExtension/WireGuardNetworkExtension-Bridging-Header.h"; @@ -830,7 +830,7 @@ "$(inherited)", "$(PROJECT_DIR)/wireguard-go-bridge", ); - PRODUCT_BUNDLE_IDENTIFIER = appforce1.com.wireguard.ios.WireGuard.WireGuardNetworkExtension; + PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuard.WireGuardNetworkExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_OBJC_BRIDGING_HEADER = "WireGuardNetworkExtension/WireGuardNetworkExtension-Bridging-Header.h"; diff --git a/WireGuard/WireGuard.entitlements b/WireGuard/WireGuard.entitlements index 860ee4e..001f478 100644 --- a/WireGuard/WireGuard.entitlements +++ b/WireGuard/WireGuard.entitlements @@ -8,11 +8,11 @@ com.apple.security.application-groups - group.appforce1.com.wireguard.ios.WireGuard + group.com.wireguard.ios.WireGuard keychain-access-groups - $(AppIdentifierPrefix)appforce1.com.wireguard.ios.WireGuard + $(AppIdentifierPrefix)com.wireguard.ios.WireGuard diff --git a/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements b/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements index 43e2a4d..e4260e1 100644 --- a/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements +++ b/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements @@ -4,11 +4,11 @@ com.apple.security.application-groups - group.appforce1.com.wireguard.ios.WireGuard + group.com.wireguard.ios.WireGuard keychain-access-groups - $(AppIdentifierPrefix)appforce1.com.wireguard.ios.WireGuard + $(AppIdentifierPrefix)com.wireguard.ios.WireGuard