From 3c61db3a2187e94a1c624f5ca47e9dd653f35a1b Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 3 Feb 2019 13:47:42 +0100 Subject: Config: Add template for macOS key Signed-off-by: Jason A. Donenfeld --- WireGuard/WireGuard/Config/Developer.xcconfig.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WireGuard/WireGuard/Config/Developer.xcconfig.template b/WireGuard/WireGuard/Config/Developer.xcconfig.template index 816d47c..f34b145 100644 --- a/WireGuard/WireGuard/Config/Developer.xcconfig.template +++ b/WireGuard/WireGuard/Config/Developer.xcconfig.template @@ -3,7 +3,8 @@ // You Apple developer account's Team ID DEVELOPMENT_TEAM = -// The bundle identifier of the iOS app. +// The bundle identifier of the apps. // Should be an app id created at developer.apple.com // with Network Extensions capabilty. APP_ID_IOS = +APP_ID_MACOS = -- cgit v1.2.3-59-g8ed1b