Move App ID to Developer.xcconfig as well
This commit is contained in:
parent
d15a2ee88e
commit
c33cf18a2f
|
@ -278,7 +278,6 @@
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.WireGuard;
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_VERSION = 4.0;
|
SWIFT_VERSION = 4.0;
|
||||||
TARGETED_DEVICE_FAMILY = "1,2";
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
|
@ -295,7 +294,6 @@
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.WireGuard;
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_VERSION = 4.0;
|
SWIFT_VERSION = 4.0;
|
||||||
TARGETED_DEVICE_FAMILY = "1,2";
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
|
|
|
@ -2,3 +2,6 @@
|
||||||
|
|
||||||
// You Apple developer account's Team ID
|
// You Apple developer account's Team ID
|
||||||
DEVELOPMENT_TEAM = <team_id>
|
DEVELOPMENT_TEAM = <team_id>
|
||||||
|
|
||||||
|
// The bundle identifier of this app
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = <app_id>
|
||||||
|
|
Loading…
Reference in New Issue