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