Update bundle names

This commit is contained in:
Jason A. Donenfeld 2018-09-15 02:22:10 +02:00
parent 979f47fef3
commit 55c0242e84
6 changed files with 12 additions and 12 deletions

View File

@ -791,7 +791,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuard;
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "WireGuard/WireGuard-Bridging-Header.h";
@ -817,7 +817,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuard;
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "WireGuard/WireGuard-Bridging-Header.h";
@ -885,7 +885,7 @@
"$(inherited)",
"$(PROJECT_DIR)/wireguard-go-bridge",
);
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuard.WireGuardNetworkExtension;
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuardNetworkExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "WireGuardNetworkExtension/WireGuardNetworkExtension-Bridging-Header.h";
@ -914,7 +914,7 @@
"$(inherited)",
"$(PROJECT_DIR)/wireguard-go-bridge",
);
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuard.WireGuardNetworkExtension;
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuardNetworkExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "WireGuardNetworkExtension/WireGuardNetworkExtension-Bridging-Header.h";

View File

@ -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 {

View File

@ -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")
}

View File

@ -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>

View File

@ -9,5 +9,5 @@
import os.log
struct Log {
static var general = OSLog(subsystem: "com.wireguard.ios.WireGuard.WireGuardNetworkExtension", category: "general")
static var general = OSLog(subsystem: "com.wireguard.ios.WireGuardNetworkExtension", category: "general")
}

View File

@ -8,11 +8,11 @@
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>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>