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

View File

@ -21,8 +21,8 @@ enum AppCoordinatorError: Error {
extension UINavigationController: Identifyable {} extension UINavigationController: Identifyable {}
let APPGROUP = "group.com.wireguard.ios.WireGuard" let APPGROUP = "group.com.wireguard.ios"
let VPNBUNDLE = "com.wireguard.ios.WireGuard.WireGuardNetworkExtension" let VPNBUNDLE = "com.wireguard.ios.WireGuardNetworkExtension"
class AppCoordinator: RootViewCoordinator { class AppCoordinator: RootViewCoordinator {

View File

@ -9,5 +9,5 @@
import os.log import os.log
struct 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> </array>
<key>com.apple.security.application-groups</key> <key>com.apple.security.application-groups</key>
<array> <array>
<string>group.com.wireguard.ios.WireGuard</string> <string>group.com.wireguard.ios</string>
</array> </array>
<key>keychain-access-groups</key> <key>keychain-access-groups</key>
<array> <array>
<string>$(AppIdentifierPrefix)com.wireguard.ios.WireGuard</string> <string>$(AppIdentifierPrefix)com.wireguard.ios</string>
</array> </array>
</dict> </dict>
</plist> </plist>

View File

@ -9,5 +9,5 @@
import os.log import os.log
struct 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> </array>
<key>com.apple.security.application-groups</key> <key>com.apple.security.application-groups</key>
<array> <array>
<string>com.wireguard.ios.WireGuard</string> <string>group.com.wireguard.ios</string>
</array> </array>
<key>keychain-access-groups</key> <key>keychain-access-groups</key>
<array> <array>
<string>$(AppIdentifierPrefix)com.wireguard.ios.WireGuard</string> <string>$(AppIdentifierPrefix)com.wireguard.ios</string>
</array> </array>
</dict> </dict>
</plist> </plist>