Fix bundle IDs in MAS target.

This commit is contained in:
Brent Simmons 2020-03-21 19:22:32 -07:00
parent 2da6ba5550
commit ec2a3012ee
1 changed files with 6 additions and 1 deletions

View File

@ -4631,7 +4631,8 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = M8L2WTLA8W;
PRODUCT_BUNDLE_IDENTIFIER = "com.ranchero.NetNewsWire-Evergreen.MAS";
PRODUCT_NAME = NetNewsWire;
PROVISIONING_PROFILE_SPECIFIER = "";
};
@ -4642,7 +4643,11 @@
baseConfigurationReference = 65ED40F2235DF5E00081F399 /* NetNewsWire_macapp_target_macappstore.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = M8L2WTLA8W;
PRODUCT_BUNDLE_IDENTIFIER = "com.ranchero.NetNewsWire-Evergreen.MAS";
PRODUCT_NAME = NetNewsWire;
PROVISIONING_PROFILE_SPECIFIER = "";
};
name = Release;
};