Move App ID to Developer.xcconfig as well

This commit is contained in:
Roopesh Chander 2018-08-13 00:10:02 +05:30
parent d15a2ee88e
commit c33cf18a2f
2 changed files with 3 additions and 2 deletions

View File

@ -278,7 +278,6 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.WireGuard;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
@ -295,7 +294,6 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.WireGuard;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";

View File

@ -2,3 +2,6 @@
// You Apple developer account's Team ID
DEVELOPMENT_TEAM = <team_id>
// The bundle identifier of this app
PRODUCT_BUNDLE_IDENTIFIER = <app_id>