From d02b0fd10ed7d499fff612dbe89a370fbe4052c1 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Wed, 21 Nov 2018 19:35:47 +0530 Subject: xcconfig: Make app id platform-specific Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/Config/Developer.xcconfig.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WireGuard/WireGuard/Config') diff --git a/WireGuard/WireGuard/Config/Developer.xcconfig.template b/WireGuard/WireGuard/Config/Developer.xcconfig.template index 961699a..816d47c 100644 --- a/WireGuard/WireGuard/Config/Developer.xcconfig.template +++ b/WireGuard/WireGuard/Config/Developer.xcconfig.template @@ -3,7 +3,7 @@ // You Apple developer account's Team ID DEVELOPMENT_TEAM = -// The bundle identifier of this app. +// The bundle identifier of the iOS app. // Should be an app id created at developer.apple.com // with Network Extensions capabilty. -APP_ID = +APP_ID_IOS = -- cgit v1.2.3-59-g8ed1b